From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sat, 24 Mar 2001 01:27:28 +0000 Subject: Re: [Linux-ia64] Unwind problem for __attribute__ noreturn Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Fri, 23 Mar 2001 16:58:59 -0800, Cary Coutant wrote: >Except for calls to noreturn procedures (which I failed to anticipate in >the design and specification of the unwind architecture), the return >point must always be in the same unwind region as the call, because >nothing can happen to change the unwind state between the call and the >return point. Just to make it explicit. Will the runtime architecture be updated to forbid a call as the last instruction in an unwind region? Or do we have to somehow cope with this corner case?