typedef enum { B1 = 1 } B; B __attribute__ ((mode (QI))) b;
doesn't compile since 2004-10-13 on gcc-3_4-branch, while it is accepted by GCC 3.3.x, 3.4.2 and current CVS HEAD. enum with mode attribute is used e.g. by DHCP, so it would be bad if 3.4.3 was released with this. -- Summary: PR c/17384 patch causes regression from 3.4.2 Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jakub at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot com,rth at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18282