Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / torture / pr51903.C
blob36cc52e46fbc6ddff042e97b843431592f684913
1 // { dg-do compile }
2 // { dg-options "-O2 -fnon-call-exceptions -fno-guess-branch-probability" }
3 // { dg-skip-if "requires hosted libstdc++ for vector" { ! hostedlib } }
5 #include <vector>
7 void foo ()
9   std::vector < std::vector< int > > (20000);