From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12347 invoked by alias); 23 Jun 2013 15:43:48 -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 12320 invoked by uid 48); 23 Jun 2013 15:43:45 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32 Date: Sun, 23 Jun 2013 15:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr 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 cc 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: 2013-06/txt/msg01298.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57686 Bug ID: 57686 Summary: FAIL: gcc.dg/torture/pr57584.c with -m32 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr CC: hjl.tools at gmail dot com, rguenther at suse dot de The tests gcc.dg/torture/pr57584.c fails in 32 bit mode: FAIL: gcc.dg/torture/pr57584.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -Os (test for excess errors) FAIL: gcc.dg/torture/pr57584.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) (see http://gcc.gnu.org/ml/gcc-testresults/2013-06/msg02288.html ). The error is /opt/gcc/work/gcc/testsuite/gcc.dg/torture/pr57584.c: In function 'vm_debug_engine': /opt/gcc/work/gcc/testsuite/gcc.dg/torture/pr57584.c:40:27: error: invalid register name for 'jump_table' register const void **jump_table asm ("r12");