home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2811 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.4 KB  |  43 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!post.isci.kyutech.ac.jp!p92084sm
  3. From: p92084sm@post.isci.kyutech.ac.jp (Murata Schuuitschirou)
  4. Subject: gcc 2.3.1 ... cc1obj got fatal signal 11
  5. Message-ID: <9211210931.AA12257@post.isci.kyutech.ac.jp>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sun, 22 Nov 1992 03:31:32 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 30
  12.  
  13.   On a Sparc Station 2 running SunOS 4.1.1, the followling program 
  14. fails to complile with gcc 2.3.1.
  15.  
  16. #include <stdarg.h>
  17. #include <objc/Object.h>
  18.  
  19. int main()
  20. {
  21.     id anObject;
  22.     anObject=[Object new];
  23. }
  24.  
  25. $ gcc -I ~/include -v -c test.m
  26. Reading specs from /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/specs
  27. gcc version 2.3.1
  28.  /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/cpp 
  29. -lang-objc -v -I /home/p92084sm/include 
  30. -undef -D__OBJC__ -D__GNUC__=2 -Dsparc -Dsun -Dunix -D__sparc__
  31. -D__sun__ -D__unix__ -D__sparc -D__sun -D__unix test.m /usr/tmp/cca11705.i
  32. GNU CPP version 2.3.1 (sparc)
  33.  /edu/lib/gcc-2.3.1/lib/gcc-lib/sun4-sunos4.1/2.3.1/cc1obj 
  34. /usr/tmp/cca11705.i -quiet -dumpbase test.m -version -lang-objc 
  35. -o /usr/tmp/cca11705.s
  36. GNU C version 2.3.1 (sparc) compiled by GNU C version 2.3.1.
  37. gcc: Internal compiler error: program cc1obj got fatal signal 11
  38.  
  39.  
  40. Murata Schuuitchirou (but the former is family name)
  41. E-Mail: p92084sm@post.isci.kyutech.ac.jp
  42.  
  43.