OSDN Git Service

PR libstdc++/14026
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Feb 2004 18:01:23 +0000 (18:01 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Feb 2004 18:01:23 +0000 (18:01 +0000)
commit2473c92d7c783befb05359b109b937aba56061b7
treecc7b028fb0b5dddd6aa536778874ae7ce1806b33
parent42b360804daea7ce5111ae1e68ed8e31afa3b2cc
    PR libstdc++/14026
        * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't adjust
        uncaughtExceptions during nested catch rethrow.
        * testsuite/18_support/14026.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77492 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_catch.cc
libstdc++-v3/testsuite/18_support/14026.cc [new file with mode: 0644]