Path: utzoo!yunexus!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!ORION.CF.UCI.EDU!schmidt%blanche.ics.uci.edu From: schmidt%blanche.ics.uci.edu@ORION.CF.UCI.EDU ("Douglas C. Schmidt") Newsgroups: gnu.gcc.bug Subject: gcc 1.31 gets fatal signal on sparc Message-ID: <8811231238.aa12008@PARIS.ICS.UCI.EDU> Date: 23 Nov 88 20:38:44 GMT Article-I.D.: PARIS.8811231238.aa12008 Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 48 Bug Report for GCC: ------------------- Problem : The following input file causes a fatal signal on the sun 4. Note that this does *not* happen when -O is used! 1.) Version : gcc 1.31 ----------- 2.) Input Program : ----------------- /* don't use -O */ typedef struct { int w; unsigned int f; } real; main() { real a = {-10,10}; } 3.) Command Used : gcc ---------------- 4.) Files used : -------------- tm.h -> tm-sparc.h md -> sparc.md config.h -> xm-sunos4.h aux-output.c -> output-sparc.c 5.) Machine(s) used : ------------------- Sun 4 running Sun4.0 6.) Compiler diagnostics : ------------------------ gcc version 1.31 /usr/public/lib/gcc/gcc-cpp -v -I/cd/ua/schmidt/include/ -undef -D__GNU__ -D__GNUC__ -Dsparc -Dsun -Dunix fatal_sparc-bug.1.28.c /tmp/cca16562.cpp GNU CPP version 1.31 /usr/public/lib/gcc/gcc-cc1 /tmp/cca16562.cpp -quiet -dumpbase fatal_sparc-bug.1.28.c -finline-functions -version -o /tmp/cca16562.s GNU C version 1.31 (sparc) compiled by GNU C version 1.31. /usr/public/gcc: Program cc1 got fatal signal 6.