From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23618 invoked by alias); 12 Feb 2013 23:56:20 -0000 Received: (qmail 23557 invoked by uid 48); 12 Feb 2013 23:56:05 -0000 From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/56301] New: [4.7 Regression] wrong code with the fix for PR53844 Date: Tue, 12 Feb 2013 23:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-02/txt/msg01274.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56301 Bug #: 56301 Summary: [4.7 Regression] wrong code with the fix for PR53844 Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned@gcc.gnu.org ReportedBy: doko@gcc.gnu.org works with 4.6 branch, 4.7.2 and the trunk. introduced in r195708 by the fix for PR53844. I don't have a reduced testcase yet. the unreduced test case is that the upstart build in Ubuntu raring hangs in the testsuite with: Testing job_deserialise() ptrace handling BAD: wrong value for job->goal, expected 1 got 0 at tests/test_job.c:7331 (deserialise_ptrace_next). still trying to isolate the failure. afaics, it is not architecture specific. Even if backports are tested together, it would help if independent patches could be committed separately to the branches.