home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!symcom.math.uiuc.edu!razeh
- From: razeh@symcom.math.uiuc.edu (Robert Allan Zeh)
- Subject: cpp for gcc-2.2.2 gets fatal signal 11 on a Sun 3/50, SunOS 4.1.1
- Message-ID: <199209070343.AA01775@rigel.math.uiuc.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Sun, 6 Sep 1992 17:43:43 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 20
-
- I am on a Sun 3/50, running SunOS 4.1.1, with gcc-2.2.2
-
- When I try to compile the following program (bug.c):
- #include "/usr/local/lib/g++-include/stdarg.h"
-
- I get the following:
- rigel$ gcc -v -E bug.C
- Reading specs from /usr/local/lib/gcc-lib/sun3-sunos4.1/2.2.2/specs
- gcc version 2.2.2
- /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
- GNU CPP version 2.2.2 (68k, MIT syntax)
- gcc: Internal compiler error: program cpp got fatal signal 11
-
-
- I've gotten the same behaviour on a Sun 4/690 running SunOS 4.1.2,
- with gcc-2.2.2
-
-
- Robert A. Zeh
-
-