This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remove -fexceptions configure test


On Sun, 18 Oct 2015, Szabolcs Nagy wrote:

> i think -fasynchronous-unwind-tables don't need -fexceptions
> (currently).
> 
> -fasync* means unwind can propagate from anywhere, cleanups
> are not run.

So do you think cases with callbacks (which might be C++ functions 
throwing exceptions through libc code) need -fexceptions, or only 
-funwind-tables?

-- 
Joseph S. Myers
joseph@codesourcery.com


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