Re: [PATCH, build]: Compile with -fasynchronous-unwind-tables

2012-10-02 Thread Ian Lance Taylor
On Tue, Oct 2, 2012 at 8:06 PM, Uros Bizjak wrote: > > 2012-10-03 Uros Bizjak > > * configure.ac (noexception_flags): Add -fasynchronous-unwind-tables. > * configure: Regenerate. Thanks for measuring. This is OK if nobody objects within 24 hours. Ian

[PATCH, build]: Compile with -fasynchronous-unwind-tables

2012-10-02 Thread Uros Bizjak
On Tue, Oct 2, 2012 at 8:31 PM, Ian Lance Taylor wrote: > > On a related issue, it looks to me that the compiler itself should be > > compiled with -funwind-tables, otherwise there are no backtraces > > generated, even if libbacktrace is linked in and operational. Again, > > x86_6