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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash47.C
blob
e77c49fe4d5128296ed499f3a33439c87c5c025d
1
// PR c++/37531
2
// { dg-do compile }
3
// { dg-options "-std=gnu++98" }
4
5
void
6
foo ()
7
{
8
(int[i]) { 0 }; // { dg-error "was not declared in this scope" }
9
}