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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
enum7.C
blob
980c8ea80dbbcb0c2f53ed961fb2075b94ef79d1
1
// { dg-do assemble }
2
// GROUPS passed enums
3
enum color { red, green, blue, orange, brown };
4
5
struct s {
6
enum color field:2; // { dg-warning "too small" }
7
};