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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
misc10.C
blob
f132d1e088e26a443a10836f2c1f81f0196f9660
1
// { dg-do assemble }
2
// GROUPS passed miscellaneous
3
// The compiler shouldn't give a `invalid operands to binary +' for this
4
// case.
5
enum flag { OFF, ON };
6
enum BOOL { FALSE = (enum flag) 0, TRUE };