index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
nested2.C
blob: 361a0c75d5669da0624d53f36b2c3c3dd317be04 (
plain
)
1
2
3
4
5
6
// PR c++/51586
union
U
{
union
U
{
int
i
; };
// { dg-error "same name" }
};