From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26917 invoked by alias); 8 Feb 2004 18:11:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26906 invoked by alias); 8 Feb 2004 18:11:28 -0000 Date: Sun, 08 Feb 2004 18:11:00 -0000 Message-ID: <20040208181128.26904.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040205105427.14026.hubert.schmid@stud.uka.de> References: <20040205105427.14026.hubert.schmid@stud.uka.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/14026] std::uncaught_exception is true although there are no uncaught exceptions (rethrow, ghost exception) X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00960.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-08 18:11 ------- Subject: Bug 14026 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_4-branch Changes by: rth@gcc.gnu.org 2004-02-08 18:11:23 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/libsupc++: eh_catch.cc Added files: libstdc++-v3/testsuite/18_support: 14026.cc Log message: PR libstdc++/14026 * libsupc++/eh_catch.cc (__cxa_begin_catch): Don't adjust uncaughtExceptions during nested catch rethrow. * testsuite/18_support/14026.cc: New. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.26&r2=1.2224.2.27 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/eh_catch.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.5&r2=1.5.16.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/18_support/14026.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14026