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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
debug
/
anonunion1.C
blob
c48a8cdc131667d8b09af5ac23eb9236876b2b0b
1
// PR debug/9039
2
// Verify that the debugging backends don't get confused by ALIAS_DECLs.
3
4
int foo()
5
{
6
union
7
{
8
int z;
9
unsigned int w;
10
};
11
12
w = 0;
13
return 0;
14
}