This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/46751] backtrace_symbols wrong when in unexpected_handler


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]