repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
anon4.C
blob
571f4ae65fb6a176c53b49109659255d93cfc7fa
1
// PR c++/27951
2
// { dg-do compile }
3
4
void foo()
5
{
6
int i; // { dg-error "previously" }
7
union { int i; }; // { dg-error "redeclaration" }
8
}