Path: utzoo!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!NCIFCRF.GOV!elsie!ado From: elsie!ado@NCIFCRF.GOV (Arthur David Olson) Newsgroups: gnu.gcc.bug Subject: Gnu gcc 1.33 (plus one fix) sometimes dumps core even without -O Message-ID: <8902180022.AA01946@elsie> Date: 18 Feb 89 00:22:30 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 29 (We're running SunOS 4.0 on a Sun 3/280.) Description: Gnu gcc 1.33 sometimes dumps core even when the -O option isn't in use. Repeat-By: Script started on Fri Feb 17 19:20:28 1989 elsie$ cat try.c const int l[2][6] = { 31, 28, 31, 30, 31, 30, 31, 29, 31, 30, 31, 30, }; a() {} b(i) { l[0][i]; } elsie$ /usr/local/bin/gcc -v try.c gcc version 1.33 /usr/local/lib/gcc-cpp -v -undef -D__GNUC__ -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -D__HAVE_68881__ -Dmc68020 try.c /tmp/cca01929.cpp GNU CPP version 1.33 /usr/local/lib/gcc-cc1 /tmp/cca01929.cpp -quiet -dumpbase try.c -version -o /tmp/cca01929.s GNU C version 1.33 (68k, MIT syntax) compiled by GNU C version 1.33. /usr/local/bin/gcc: Program cc1 got fatal signal 10. elsie$ exit script done on Fri Feb 17 19:20:50 1989 -- Arthur David Olson ado@ncifcrf.gov ADO is a trademark of Ampex.