This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g++ Bug? use of alloca in a function prevents exception handler walkback on ppc linux


>>>>> "Geoff" == Geoff Keating <geoffk@geoffk.org> writes:

> +      && flag_exceptions
> +      && (asynchronous_exceptions || ! current_function_is_leaf))

Or you could use !current_function_nothrow.

Jason

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]