repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
transparent-union-1.c
blob
3fb6e782a14eb2d0cf40e763523aa4c85aef9678
1
/* PR c++/51228 */
2
3
typedef
union
{}
U
__attribute__
((
transparent_union
));
/* { dg-warning "ignored" } */
4
5
void
foo
(
U u
) {}