Re: [google] Build libstdc++ exception throwing code with frame pointers (issue4348050)

2011-04-05 Thread Diego Novillo
On Mon, Apr 4, 2011 at 23:05, Paul Pluzhnikov ppluzhni...@google.com wrote: 2011-04-04  Paul Pluzhnikov  ppluzhni...@google.com        * libstdc++-v3/src/Makefile.am  (revision 171950): Add        -fno-omit-frame-pointer to functexcept.        * libstdc++-v3/libsupc++/Makefile.am    

[google] Build libstdc++ exception throwing code with frame pointers (issue4348050)

2011-04-04 Thread Paul Pluzhnikov
This patch builds code which throws exceptions with -fno-omit-frame-pointer, so frame-based unwinder can unwind through it. To be applied only to google/main branch. Tested by buildit bootstrap, verified in the build log that -fno-omit-frame-pointer is applied to functexcept, eh_throw and