This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/18862] [4.0 Regression] ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2004 02:28:05 -0000
- Subject: [Bug objc/18862] [4.0 Regression] ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m
- References: <20041207020208.18862.lars.sonchocky-helldorf@hamburg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-07 02:28 -------
This is at least a 4.0 Regression, it worked with 3.3.2.
-Wselector -fgnu-runtime is enough to reproduce this bug and it is a bug and it happens on more than
i686-darwin.
typedef struct objc_selector *SEL;
@implementation Foo
- (void) foo
{
SEL a,b,c;
a = @selector(b1ar);
}
@end
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|i686-apple-darwin7.2.1 |
GCC host triplet|i686-apple-darwin7.2.1 |
GCC target triplet|i686-apple-darwin7.2.1 |
Keywords| |ice-on-valid-code
Known to fail| |4.0.0
Known to work| |3.3.2
Last reconfirmed|0000-00-00 00:00:00 |2004-12-07 02:28:03
date| |
Summary|ICE on gcc-4.0- |[4.0 Regression] ICE on gcc-
|20041205/gcc/testsuite/objc.|4.0-
|dg/selector-1.m |20041205/gcc/testsuite/objc.
| |dg/selector-1.m
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18862