------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 03:47 
-------
Yes we remove it because ({ a : 1; 1; }) is marked as no has SIDE_EFFECTS which fold 
changes 
COND_EXPR <true, true, ({ a : 1; 1; })>; to just true; which removes the label.

The ICE is a regression but before in both 3.1 and 3.3, we don't produce the local 
label at all, I have not 
tested 2.95.3 at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code, wrong-
                   |                            |code


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

Reply via email to