[Bug libstdc++/41174] uncaught_exception always returns true
redi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 27 11:37:00 GMT 2009
------- Comment #7 from redi at gcc dot gnu dot org 2009-08-27 11:37 -------
(In reply to comment #6)
> Is this related to PR 37477?
It looks like a slightly different issue. PR 37477 relates to when
uncaught_exception() stops being true and fixing it might need to wait for the
resolution to core issue 475.
This bug relates to when uncaught_exception() starts being true, and I don't
think it depends on issue 475 (although it might make sense to wait for a
resolution anyway.)
The table in issue 475 would show today's GCC as "1 1 1 1 ABRT" and I believe
that first "1" is wrong and is the root cause of this bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41174
More information about the Gcc-bugs
mailing list