Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sfsup.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!mhuxv!mhuxh!mhuxj!mhuxn!mhuxm!sftig!sfsup!mjs From: mjs@sfsup.UUCP (M.J.Shannon) Newsgroups: net.lang.c Subject: Re: Possible C Compiler Bug? Message-ID: <293@sfsup.UUCP> Date: Mon, 9-Jun-86 16:58:57 EDT Article-I.D.: sfsup.293 Posted: Mon Jun 9 16:58:57 1986 Date-Received: Thu, 12-Jun-86 02:24:21 EDT References: <3400004@wvlpdp> Reply-To: mjs@sfsup.UUCP (M.J.Shannon) Distribution: net Organization: AT&T Information Systems, Summit N.J. Lines: 21 In article <3400004@wvlpdp> john@wvlpdp writes: >This will not [compile]: >main() >{ > /* valid C here */ > goto here; > /* more valid C */ >here: >} >John A. Ebersold No, this is not a compiler bug. A label must precede a statement, and you have no statement following your label. -- Marty Shannon UUCP: ihnp4!attunix!mjs Phone: +1 (201) 522 6063 Disclaimer: I speak for no one. "If I never loved, I never would have cried." -- Simon & Garfunkel