This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/42576] GCC miscompiles switch statement (omits case label/block)



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-01-01 19:43 -------
new TypeCode(TK_RECURSIVE); is undefined and TK_RECURSIVE will
be truncated to fit the enum.  That might be the issue that actually
breaks this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42576


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]