This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ Bug? use of alloca in a function prevents exception handler walkback on ppc linux
- To: Geoff Keating <geoffk at redhat dot com>
- Subject: Re: g++ Bug? use of alloca in a function prevents exception handler walkback on ppc linux
- From: Jason Merrill <jason at redhat dot com>
- Date: 15 Dec 2000 13:43:47 +0000
- Cc: khendricks at ivey dot uwo dot ca, gcc at gcc dot gnu dot org, dje at watson dot ibm dot com, Franz dot Sirl-kernel at lauterbach dot com
- References: <200012132027.eBDKR6e12042@ashley.ivey.uwo.ca><00121408084001.16178@localhost><20001214.15501400@eham02-sunray.federation.Germany.Sun.COM><00121411275501.17144@localhost> <200012141812.KAA01710@geoffk.org>
>>>>> "Geoff" == Geoff Keating <geoffk@geoffk.org> writes:
> + && flag_exceptions
> + && (asynchronous_exceptions || ! current_function_is_leaf))
Or you could use !current_function_nothrow.
Jason