From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28880 invoked by alias); 20 Jan 2015 10:12:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28804 invoked by uid 48); 20 Jan 2015 10:12:26 -0000 From: "p.bartosiewi at partner dot samsung.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/62258] uncaught_exception() equals to `true' after rethrow_exception() Date: Tue, 20 Jan 2015 10:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: p.bartosiewi at partner dot samsung.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg02000.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Piotr Bartosiewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p.bartosiewi at partner dot samsun | |g.com --- Comment #6 from Piotr Bartosiewicz --- I can also confirm this bug (I have a test case with std::async and future, but it internally uses std::rethrow_exception). Known to work: gcc 4.6.3, 4.7.2, 4.8.1 Known to fail: gcc 4.8.2, 4.9.2, clang 3.5.0 So this is a regression.