home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!post.isci.kyutech.ac.jp!p92084sm
- From: p92084sm@post.isci.kyutech.ac.jp (Murata Schuuitschirou)
- Subject: gcc 2.3.1 ... cc1obj got fatal signal 11
- Message-ID: <9211210931.AA12257@post.isci.kyutech.ac.jp>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Sun, 22 Nov 1992 03:31:32 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 30
-
- On a Sparc Station 2 running SunOS 4.1.1, the followling program
- fails to complile with gcc 2.3.1.
-
- #include <stdarg.h>
- #include <objc/Object.h>
-
- int main()
- {
- id anObject;
- anObject=[Object new];
- }
-
- $ gcc -I ~/include -v -c test.m
- Reading specs from /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/specs
- gcc version 2.3.1
- /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/cpp
- -lang-objc -v -I /home/p92084sm/include
- -undef -D__OBJC__ -D__GNUC__=2 -Dsparc -Dsun -Dunix -D__sparc__
- -D__sun__ -D__unix__ -D__sparc -D__sun -D__unix test.m /usr/tmp/cca11705.i
- GNU CPP version 2.3.1 (sparc)
- /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/cc1obj
- /usr/tmp/cca11705.i -quiet -dumpbase test.m -version -lang-objc
- -o /usr/tmp/cca11705.s
- GNU C version 2.3.1 (sparc) compiled by GNU C version 2.3.1.
- gcc: Internal compiler error: program cc1obj got fatal signal 11
-
-
- Murata Schuuitchirou (but the former is family name)
- E-Mail: p92084sm@post.isci.kyutech.ac.jp
-
-