http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509
Paolo Carlini changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509
--- Comment #4 from Jonathan Wakely 2011-03-29
17:24:29 UTC ---
Please provide the information requested at http://gcc.gnu.org/bugs/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509
Andrew Pinski changed:
What|Removed |Added
Keywords||EH
Severity|blocker
--- Comment #3 from hjl dot tools at gmail dot com 2010-09-03 02:02 ---
It is hard to tell without a small testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509
--- Comment #2 from wung at synopsys dot com 2010-09-03 00:07 ---
Hopefully this is what you need. The info is from the debug build.
Program received signal SIGABRT, Aborted.
0x002a987f425d in raise () from /lib64/tls/libc.so.6
(gdb) where
#0 0x002a987f425d in raise () from /l
--- Comment #1 from hjl dot tools at gmail dot com 2010-09-02 21:53 ---
Which libstdc++ is used at run-time? Please do
(gdb) info shared
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---