From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10666 invoked by alias); 9 Jul 2011 21:14:25 -0000 Received: (qmail 10657 invoked by uid 22791); 9 Jul 2011 21:14:25 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jul 2011 21:14:12 +0000 From: "kkojima at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/49686] [4.7 Regression] CFI notes are missed for delayed slot X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: EH X-Bugzilla-Severity: normal X-Bugzilla-Who: kkojima at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 09 Jul 2011 21:14:00 -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 X-SW-Source: 2011-07/txt/msg00730.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49686 --- Comment #5 from Kazumoto Kojima 2011-07-09 21:13:52 UTC --- Thanks for the quick fix! (In reply to comment #1) > Does the regression look something like this? For sh, the failures were FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: g++.dg/cpp0x/lambda/lambda-eh2.C execution test FAIL: g++.dg/eh/crossjump1.C execution test FAIL: g++.dg/eh/unexpected1.C execution test FAIL: g++.dg/ext/cleanup-10.C execution test FAIL: g++.dg/ext/cleanup-11.C execution test FAIL: g++.dg/torture/pr49115.C -O1 execution test ... FAIL: 18_support/exception_ptr/lifespan.cc execution test FAIL: 18_support/nested_exception/rethrow_if_nested.cc execution test FAIL: 18_support/nested_exception/throw_with_nested.cc execution test FAIL: 20_util/function/1.cc execution test FAIL: 20_util/hash/chi2_quality.cc execution test FAIL: 20_util/hash/quality.cc execution test FAIL: 21_strings/basic_string/append/char/1.cc execution test FAIL: 21_strings/basic_string/append/wchar_t/1.cc execution test FAIL: 21_strings/basic_string/cons/char/1.cc execution test FAIL: 21_strings/basic_string/cons/char/3.cc execution test ...