This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/46751] backtrace_symbols wrong when in unexpected_handler
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 04 Feb 2012 00:25:04 +0000
- Subject: [Bug middle-end/46751] backtrace_symbols wrong when in unexpected_handler
- Auto-submitted: auto-generated
- References: <bug-46751-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46751
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|libstdc++ |middle-end
Resolution| |INVALID
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-04 00:25:04 UTC ---
The backtrace is mostly right. The issue is that the function after
_Z7throw_0v is not_called_at_all_but_appearing_on_the_backtrace.
The debugging info is correct. The call return place is really
not_called_at_all_but_appearing_on_the_backtrace.