[Bug c++/45509] program abort after compiled with gcc-4.5.1

2011-09-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509 Paolo Carlini changed: What|Removed |Added Status|WAITING |RESOLVED CC|gcc-bugs at g

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2011-03-29 Thread redi at gcc dot gnu.org
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/

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509 Andrew Pinski changed: What|Removed |Added Keywords||EH Severity|blocker

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2010-09-02 Thread hjl dot tools at gmail dot com
--- 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

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2010-09-02 Thread wung at synopsys dot com
--- 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

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2010-09-02 Thread hjl dot tools at gmail dot com
--- 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 ---