repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr51903.C
blob
36cc52e46fbc6ddff042e97b843431592f684913
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 } }
4
5
#include <vector>
6
7
void foo ()
8
{
9
std::vector < std::vector< int > > (20000);
10
}