https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53874
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-05-28
CC| |manu at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Confirmed. Related to PR61344. Clang does print a warning:
test2.c:17:10: warning: enumeration values 'A', 'B', and 'C' not explicitly
handled in switch [-Wswitch-enum]
switch(bla->my_enum)
^
(and a better warning than gcc, printing three times the same warning is not
very nice).