Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!emory!att!ucbvax!SCT60A.SUNYCT.EDU!sweetmr From: sweetmr@SCT60A.SUNYCT.EDU (michael sweet) Newsgroups: comp.sys.sgi Subject: Re: C Bug (he meekly asks) ? Message-ID: <8718.on.Wed,.27.Mar.91.07:44:37.EST.@sct60a.sunyct.edu> Date: 27 Mar 91 12:44:37 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 > I inadvertently typed "case_3:" instead of 'case 3:' in a 'switch'... > ... Actually, you made a 'goto' label by doing that! As for trashing the 'case 3' block of code, the optimizer probably saw that it wasn't being used and removed it... -Mike