This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15224] [3.5 regression] Attribute mode causes ICE when applied to enums
- From: "kenner at vlsi1 dot ultra dot nyu dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2004 13:00:36 -0000
- Subject: [Bug c/15224] [3.5 regression] Attribute mode causes ICE when applied to enums
- References: <20040430110520.15224.rakdver@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kenner at vlsi1 dot ultra dot nyu dot edu 2004-08-13 13:00 -------
Subject: Re: [3.5 regression] Attribute mode causes ICE when applied to enums
Richard, your patch
http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00853.html
seems to be responsible for the regression.
Could you please have a look?
Actually, there was never code in the C front end to handle this. All
my change did is to add internal checking so that the latent bug got
handled.
I have a fix for this, but I want to run it by some C front-end folks first.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15224