[gnu.gcc.bug] signal 11 in gcc-1.35 on sun 386i

jeffe@mipon2.intel.com (Jeff Eaton) (08/19/89)

The following program will cause gcc 1.35 to get a signal 11 on a sun386i
running sunos 4.0.1.  Gcc was built using "config.gcc sun386".

[ there also seems to be a bug in the bug-gcc@prep.ai.mit.edu mailing list.
  I tried mailing this there, and it bounced. ]

1 % cat e.c
double foo();

bar()
{
	(void) foo();
}
2 % gcc -v e.c
gcc version 1.35
 /usr/local/lib/gcc-cpp -v -undef -D__GNUC__ -Dunix -Di386 -Dsun386 -Dsun -D__unix__ -D__i386__ -D__sun386__ -D__sun__ e.c /tmp/cca04979.cpp
GNU CPP version 1.35
 /usr/local/lib/gcc-cc1 /tmp/cca04979.cpp -quiet -dumpbase e.c -version -o /tmp/cca04979.s
GNU C version 1.35 (80386, Sun syntax) compiled by GNU C version 1.35.
gcc: Program cc1 got fatal signal 11.
3 % 

Jeff Eaton
Intel Corp.
jeffe@mipon2.intel.com