------- Comment #4 from mmitchel at gcc dot gnu dot org  2007-07-07 19:26 
-------
The ICE is occurring in the gimplifier; it appears not to handle expressions
with type error_mark_node.  Either we should not gimplify anything after an
error occurs, or it must be made more robust.

I'm thinking about whether or not the error itself is valid.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mmitchel at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-07 19:26:39
               date|                            |


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

Reply via email to