aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/torture/pr51903.C
blob: 925021b7e4ba7514c2353b56072114d7a5e62697 (plain)
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);
}