From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65986 invoked by alias); 10 Mar 2015 21:56:23 -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 65910 invoked by uid 48); 10 Mar 2015 21:56:19 -0000 From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65369] [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3 Date: Tue, 10 Mar 2015 21:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-03/txt/msg01170.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369 --- Comment #4 from Martin Sebor --- I've downloaded nettle-3.0 from http://ftp.gnu.org/gnu/nettle, built it with the default options (-O2) with last week's trunk (5.0.0 20150303) and the system GCC 4.8.3 on a ppc64le box running RHEL 7.1, and ran the test suite. There are the following two failures in both. I'll look into the camellia test failure next. ... Encrypt failed: Input: 0123456789abcdef fedcba9876543210 Output: df51fc645013f77c 25c472e2871f742a Expected: 6767313854966973 0857065648eabe43 /src/nettle-3.0/run-tests: line 57: 46381 Aborted "$1" $testflags FAIL: camellia ... Assert failed: /src/nettle-3.0/testsuite/testutils.c:513: MEMEQ(digest->length, buffer, digest->data) /src/nettle-3.0/run-tests: line 57: 49811 Aborted "$1" $testflags FAIL: gcm ... ==================== 2 of 55 tests failed ====================