------- Comment #3 from reichelt at gcc dot gnu dot org 2006-04-24 17:07
-------
This is really a duplicate of PR 27273 IMHO.
The problem is not on only the expression (node->flags & 0x0200),
but the fact that the result is casted to a char.
(Changing the type of the array CptrFlag from char to short or int makes the
ICE
go away.)
*** This bug has been marked as a duplicate of 27273 ***
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27281