From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27778 invoked by alias); 9 Mar 2015 23:14:50 -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 27720 invoked by uid 48); 9 Mar 2015 23:14:47 -0000 From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65369] New: [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3 Date: Mon, 09 Mar 2015 23:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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-03/txt/msg01013.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369 Bug ID: 65369 Summary: [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org seen with trunk r221254, works with -O3 on the 4.9 branch, the following test fails with -O3 on the trunk: hash input address: 0x100253b0451 Got: dd4111dd66913ae2 f39adfbc438214d6 Expected: e33b4ddc9c38f219 9c3e7b164fcc0536 Aborted (core dumped) FAIL: md4 it's enough to build the md4.c file with -O2.