Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ll-xn!cullvax!drw From: drw@cullvax.UUCP Newsgroups: comp.lang.c Subject: Comments on ANSI public Oct 86 Public review draft. Message-ID: <991@cullvax.UUCP> Date: Mon, 30-Mar-87 12:39:14 EST Article-I.D.: cullvax.991 Posted: Mon Mar 30 12:39:14 1987 Date-Received: Tue, 31-Mar-87 06:53:53 EST Organization: Cullinet Software, Inc., Westwood, MA Lines: 17 nelson@ohlone.UUCP (Bron Nelson) writes: > What is the definition about 'goto' where the target is an enclosed > block? In particular: > is the initializing assignment to i done or not? Or is this illegal (as > it should be!)? Initializations are not done, and it *is* legal. (The underlying idea is that automatics of inner blocks are actually allocated in the stack frame of the containing procedure.) Dale -- Dale Worley Cullinet Software UUCP: ...!seismo!harvard!mit-eddie!cullvax!drw ARPA: cullvax!drw@eddie.mit.edu Un*x (a generic name for a class of OS's) != Unix (AT&T's brand of such)