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
* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
transparent-union.C
blob
12315636100c1c329e3d8374b8cba296e79f6926
1
// PR c++/53761
2
3
typedef union { // { dg-error "type transparent" }
4
double x;
5
} __attribute__(( __transparent_union__ )) example_t;