This is the mail archive of the gcc-patches@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]

Re: fix libstdc++/14026


Richard Henderson wrote:

As diagnosed in the PR, the uncaughtExceptions count goes negative.
And this happens because begin_catch forgets that uncaught exceptions
is not incremented when leaving via rethrow of a nested catch.

Committed.


Thanks! (don't forget the nasty one, 10606 ;)

Paolo.


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