Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!TILLAMOOK.CS.UOREGON.EDU!rankin From: rankin@TILLAMOOK.CS.UOREGON.EDU (6eorge Rankin) Newsgroups: gnu.gcc.bug Subject: (none) Message-ID: <8902130447.AA01735@tillamook.cs.uoregon.edu> Date: 13 Feb 89 04:47:50 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 35 Greetings. The following code segment causes gcc version 1.33 to fail with the message "gcc: Program cc1 got fatal signal 11". This happens on a SUN 3/60 running SunOS 4.0. Our previous version of GCC (1.31, I think) handled this ok. Help! ------------------------------------------------------------------- typedef struct { /* dwcc cppp pppp pppp */ unsigned dirty : 1; unsigned writeenable : 1; unsigned ctxtid : 3; unsigned page : 11; } pageentry; main() { pageentry pe; int how,foo; pe = (pageentry){ 0, 0, 0, foo }; } ------------------------------------------------------------------- Thanks much... George Rankin University of Oregon Exodos project rankin@tillamook.cs.uoregon.edu