Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / misc10.C
blobf132d1e088e26a443a10836f2c1f81f0196f9660
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 };