Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!bu.edu!bu-cs!snorkelwacker!think!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!hudson.cs.columbia.edu!tiemann From: tiemann@hudson.cs.columbia.edu (Michael Tiemann) Newsgroups: gnu.gcc.bug Subject: switch() difficulties in gcc v1.35 Message-ID: <8912262048.AA05055@hudson.cs.columbia.edu> Date: 26 Dec 89 20:48:47 GMT References: <18472@netnews.upenn.edu> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 The ratinal explanatin os that the compiler interpreted `defualt:' as a valid label in the function. -Wswitch might have helped you if you were using enumerated values in the switch. Michael