From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129794 invoked by alias); 30 Jun 2015 10:16:09 -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 129720 invoked by uid 48); 30 Jun 2015 10:16:05 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/62258] [4.9/5 Regression] uncaught_exception() equals to `true' after rethrow_exception() Date: Tue, 30 Jun 2015 10:16: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: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc cf_known_to_work short_desc cf_known_to_fail 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-06/txt/msg03352.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62258 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Known to work|4.8.1 |4.8.0, 4.8.2, 6.0 Summary|[4.9/5/6 Regression] |[4.9/5 Regression] |uncaught_exception() equals |uncaught_exception() equals |to `true' after |to `true' after |rethrow_exception() |rethrow_exception() Known to fail|4.8.2, 5.0 |4.8.3, 4.8.5, 5.1.0 --- Comment #16 from Richard Biener --- I can confirm it works with 4.8.0 to 4.8.2 but fails since 4.8.3 (just verified using -static-libstdc++ to not fool myself with the installed runtime).