re PR libstdc++/14026 (std::uncaught_exception is true although there are no uncaught...
authorRichard Henderson <rth@redhat.com>
Sun, 8 Feb 2004 18:01:23 +0000 (10:01 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 8 Feb 2004 18:01:23 +0000 (10:01 -0800)
commitc38628062d37af9bbf6478eaf9f0568c0e156eff
treecc7b028fb0b5dddd6aa536778874ae7ce1806b33
parentfb1b37c797ac31dbabfa627ccbbedd51006333ea
re PR libstdc++/14026 (std::uncaught_exception is true although there are no uncaught exceptions (rethrow, ghost exception))

        PR libstdc++/14026
        * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't adjust
        uncaughtExceptions during nested catch rethrow.
        * testsuite/18_support/14026.cc: New.

From-SVN: r77492
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_catch.cc
libstdc++-v3/testsuite/18_support/14026.cc [new file with mode: 0644]