Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!lll-lcc!ohlone!nelson From: nelson@ohlone.UUCP Newsgroups: comp.lang.c Subject: Re: Comments on ANSI public Oct 86 Public review draft. Message-ID: <157@ohlone.UUCP> Date: Sun, 29-Mar-87 00:41:25 EST Article-I.D.: ohlone.157 Posted: Sun Mar 29 00:41:25 1987 Date-Received: Sun, 29-Mar-87 18:39:22 EST References: <4804@brl-adm.ARPA> <365@bms-at.UUCP> <704@mcgill-vision.UUCP> <341@zuring.mcvax.cwi.nl> Organization: Cray Research Inc., Livermore, CA Lines: 18 Summary: goto's into blocks (gack) I don't have the Oct. draft, so this may be covered, but... What is the definition about 'goto' where the target is an enclosed block? In particular: ... a = 3 goto l; ... { int i = a; l: ; printf("%d\n", i); } is the initializing assignment to i done or not? Or is this illegal (as it should be!)? ----------------------- Bron Nelson {ihnp4, lll-lcc}!ohlone!nelson Not the opinions of Cray Research