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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash16.C
blob
dc8f7a608d221e33a2a261dac1f24f40c9f21024
1
// PR c++/16971
2
3
namespace N {
4
int i; // { dg-error "" }
5
// By checking for an explicit keyword on the next line we avoid
6
// matching an ICE message.
7
int i; // { dg-error "redefinition" }
8
}