Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.lang.c Subject: Re: Behaviour of setjmp/longjmp and registers Message-ID: <879@auspex.UUCP> Date: 20 Jan 89 19:05:28 GMT References: <25@torsqnt.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 7 >What does the ANSI standard say about this? The May 13, 1988 draft says that since "j" is of automatic storage duration, isn't declared "volatile", and was changed between the calls to "setjmp" and "longjmp", its value will be indeterminate after the call to "longjmp". Either behavior is conformant, as would be setting "j" to 666....