Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!brutus.cs.uiuc.edu!apple!oliveb!mipos3!omepd!mipon2!jeffe From: jeffe@mipon2.intel.com (Jeff Eaton) Newsgroups: gnu.gcc.bug Subject: signal 11 in gcc-1.35 on sun 386i Message-ID: <4825@omepd.UUCP> Date: 18 Aug 89 19:56:48 GMT Sender: news@omepd.UUCP Reply-To: jeffe@mipon2.intel.com (Jeff Eaton) Distribution: usa Organization: Intel Corp., Hillsboro Lines: 25 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