[Bug objc/29195] [4.1/4.2 Regression] ICE in expand_expr_real_1, at expr.c:6932

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 24 02:37:00 GMT 2006



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-24 02:37 -------
Confirmed, reduced testcase:
@ implementation NGActiveSocket
+ (void) socketPair:(int [2])
     _pair
{
  _pair[0] = 0;
}
@end

------
I think this is an objc only bug.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |objc
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-24 02:37:21
               date|                            |
   Target Milestone|---                         |4.1.2


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



More information about the Gcc-bugs mailing list