Path: utzoo!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!UUNET.UU.NET!island!fiji!derek From: island!fiji!derek@UUNET.UU.NET (Derek Clegg) Newsgroups: gnu.gcc.bug Subject: Segmentation fault in gcc Message-ID: <8902090006.AA13647@fiji.island.uucp> Date: 9 Feb 89 00:06:37 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 28 /* Version: * gcc version 1.33 * File: * * Compile with: * gcc -g -c * Problem: * A segmentation fault occurs. * Output: * :18: warning: parameter has incomplete type * gcc: Program cc1 got fatal signal 11. * Notes: * gcc was compiled with `config.gcc sun3'. * I am using a Sun 3/60 with UNIX 4.2 (Sun release 3.5). * */ extern void xyzzy(enum FOO f); void bar() { xyzzy(1); } #if 0 Derek B Clegg ({uunet,ucbcad,sun}!island!fiji!derek) #endif