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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
anon4.C
blob
37df228da9ba460c13dbeb86e60de781edf79576
1
// PR c++/27951
2
// { dg-do compile }
3
4
void foo()
5
{
6
int i; // { dg-message "previously" }
7
union { int i; }; // { dg-error "redeclaration" }
8
}