index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
init
/
union1.C
blob: 0049f4429166686893ece9bcd4589ab609d860de (
plain
)
1
2
3
4
5
// PR c++/14401
union
U
{
int
&
i
;
// { dg-error "" }
};