repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr51903.C
blob
925021b7e4ba7514c2353b56072114d7a5e62697
1
// { dg-do compile }
2
// { dg-options "-O2 -fnon-call-exceptions -fno-guess-branch-probability" }
3
4
#include <vector>
5
6
void foo ()
7
{
8
std::vector < std::vector< int > > (20000);
9
}