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 libstdc++/10606] uncaught_exception() returns false too early


------- Additional Comments From jason at redhat dot com  2004-02-09 20:40 -------
Subject: Re:  uncaught_exception() returns false too
 early

On Sat, 7 Feb 2004 19:49:45 -0800, Richard Henderson <rth@redhat.com> wrote:

> Jason, is the analysis in this PR correct?

Looks like.  And we also aren't incrementing uncaught_exception soon enough
on a rethrow; we should do it in cxa_rethrow instead of cxa_end_catch.

> If so, I guess the IA-64 EH ABI isn't good enough.  We'd need to add a
> new entry point to be used with catch types with non-trivial
> constructors.

Makes sense.

Jason


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10606


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