home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / bug / 2268 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  33 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!symcom.math.uiuc.edu!razeh
  3. From: razeh@symcom.math.uiuc.edu (Robert Allan Zeh)
  4. Subject: cpp for gcc-2.2.2 gets fatal signal 11 on a Sun 3/50, SunOS 4.1.1
  5. Message-ID: <199209070343.AA01775@rigel.math.uiuc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Sun, 6 Sep 1992 17:43:43 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 20
  12.  
  13. I am on a Sun 3/50, running SunOS 4.1.1, with gcc-2.2.2
  14.  
  15. When I try to compile the following program (bug.c):
  16. #include "/usr/local/lib/g++-include/stdarg.h"
  17.  
  18. I get the following:
  19. rigel$ gcc -v -E bug.C
  20. Reading specs from /usr/local/lib/gcc-lib/sun3-sunos4.1/2.2.2/specs
  21. gcc version 2.2.2
  22.  /usr/local/lib/gcc-lib/sun3-sunos4.1/2.2.2/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -D__mc68000 -D__sun -D__unix -D__mc68020__ -Dmc68020 bug.C
  23. GNU CPP version 2.2.2 (68k, MIT syntax)
  24. gcc: Internal compiler error: program cpp got fatal signal 11
  25.  
  26.  
  27. I've gotten the same behaviour on a Sun 4/690 running SunOS 4.1.2,
  28. with gcc-2.2.2
  29.  
  30.  
  31. Robert A. Zeh
  32.  
  33.