1 2 3 4 5 6 7 8 9
// { dg-do compile } // { dg-options "-O2 -fnon-call-exceptions -fno-guess-branch-probability" } #include <vector> void foo () { std::vector < std::vector< int > > (20000); }