Path: utzoo!yunexus!telly!attcan!uunet!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.34 (plus rms fixes) sometimes dumps core on a Sun386i Message-ID: <8904050612.AA28279@elsie> Date: 5 Apr 89 06:12:54 GMT Article-I.D.: elsie.8904050612.AA28279 Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 (We're running SunOS 4.0.1 on a Sun386i.) Description: Gnu gcc 1.34 (plus rms fixes) sometimes dumps core on a Sun386i Repeat-By: Script started on Wed Apr 5 02:09:53 1989 bossie$ cat try.c int radok(lsp1, lsp2) float * lsp1; float * lsp2; { register double ldsq, rdsq, d; d = *lsp1 - *lsp2; ldsq = d; rdsq = d; return (ldsq - rdsq) * (ldsq - rdsq) <= (2 * ldsq + 2 * rdsq); } bossie$ /usr/local/bin/gcc -v try.c gcc version 1.34 /usr/local/lib/gcc-cpp -v -undef -D__GNUC__ -Dunix -Dsun -Di386 -Dsun386 -D__unix__ -D__sun__ -D__i386__ -D__sun386__ try.c /tmp/cca16489.cpp GNU CPP version 1.34 /usr/local/lib/gcc-cc1 /tmp/cca16489.cpp -quiet -dumpbase try.c -version -o /tmp/cca16489.s GNU C version 1.34 (80386, Sun syntax) compiled by GNU C version 1.34. /usr/local/bin/gcc: Program cc1 got fatal signal 6. bossie$ exit script done on Wed Apr 5 02:10:14 1989 -- Arthur David Olson ado@ncifcrf.gov ADO is a trademark of Ampex.