Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!GINGER.BERKELEY.EDU!hilfingr%tully.Berkeley.EDU From: hilfingr%tully.Berkeley.EDU@GINGER.BERKELEY.EDU (Paul Hilfinger) Newsgroups: gnu.gcc.bug Subject: [Hank Wan: gcc bug] Message-ID: <8809230012.AA00489@tully.Berkeley.EDU> Date: 23 Sep 88 00:11:59 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 The following file causes gcc 1.28 on a Sun3 to bomb when compiled with or without -g and -O. Using a typedef fixes the problem. The error is a segmentation fault, which occurs in lookup_name_current_level. P. Hilfinger ------ cut here ----------- void foo( enum { parAST, parNUM, parSTR, parID, parNONE } tag ) { }