This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/16546] [4.0 Regression] [unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: invalid assembler code
- 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: 28 Sep 2004 03:01:05 -0000
- Subject: [Bug regression/16546] [4.0 Regression] [unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: invalid assembler code
- References: <20040714171926.16546.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-28 03:01 -------
Reduced testcase:
@implementation NXConstantString
-(const char *) cString
{
return 0;
}
@end
--
What |Removed |Added
----------------------------------------------------------------------------
Component|bootstrap |regression
GCC build triplet|i386-pc-solaris2.10 |
GCC host triplet|i386-pc-solaris2.10 |
Keywords| |build
Last reconfirmed|2004-07-15 04:48:15 |2004-09-28 03:01:05
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16546