[Bug c++/14476] New: [3.3/3.4/3.5 Regression] ICE after error about enum not being defined when using it as a bit field
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 8 04:45:00 GMT 2004
struct tree_common
{
enum tree_code code : 8;
};
This used to work correctly in 2.95.3
--
Summary: [3.3/3.4/3.5 Regression] ICE after error about enum not
being defined when using it as a bit field
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-invalid-code, error-recovery
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14476
More information about the Gcc-bugs
mailing list