From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13343 invoked by alias); 29 May 2013 08:07:44 -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 13006 invoked by uid 48); 29 May 2013 08:07:37 -0000 From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1 Date: Wed, 29 May 2013 08:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.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: 2013-05/txt/msg02000.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #9 from Andreas Schwab --- Not enough. Executing on host: /daten/aranym/gcc/gcc-20130529/Build/gcc/xgcc -B/daten/aranym/gcc/gcc-20130529/Build/gcc/ /daten/aranym/gcc/gcc-20130529/gcc/testsuite/gcc.c-torture/execute/pr42721.c -fno-diagnostics-show-caret -fdiagnostics-color=never -w -Og -g -lm -o /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.x6 (timeout = 300) spawn /daten/aranym/gcc/gcc-20130529/Build/gcc/xgcc -B/daten/aranym/gcc/gcc-20130529/Build/gcc/ /daten/aranym/gcc/gcc-20130529/gcc/testsuite/gcc.c-torture/execute/pr42721.c -fno-diagnostics-show-caret -fdiagnostics-color=never -w -Og -g -lm -o /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.x6 PASS: gcc.c-torture/execute/pr42721.c compilation, -Og -g Executing on aranym: LD_LIBRARY_PATH=:/daten/aranym/gcc/gcc-20130529/Build/gcc:/daten/aranym/gcc/gcc-20130529/Build/gcc timeout 600 /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.x6 (timeout = 300) Executed /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.x6, status 1 Output: bash: line 1: 32610 Aborted LD_LIBRARY_PATH=:/daten/aranym/gcc/gcc-20130529/Build/gcc:/daten/aranym/gcc/gcc-20130529/Build/gcc timeout 600 /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.x6 child process exited abnormally FAIL: gcc.c-torture/execute/pr42721.c execution, -Og -g --- /daten/aranym/gcc/gcc-20130527/Build/gcc/testsuite/gcc/pr42721.s 2013-05-29 10:05:31.865578609 +0200 +++ /daten/aranym/gcc/gcc-20130529/Build/gcc/testsuite/gcc/pr42721.s 2013-05-29 10:05:40.025528853 +0200 @@ -42,7 +42,6 @@ main: move.l b,%d1 eor.l %d1,%d0 move.l %d0,b - moveq #1,%d2 cmp.l %d0,%d2 jeq .L4 jsr abort