public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32
@ 2013-06-23 15:43 dominiq at lps dot ens.fr
  2013-06-24  6:15 ` [Bug testsuite/57686] " dominiq at lps dot ens.fr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-23 15:43 UTC (permalink / raw)
  To: gcc-bugs

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");


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/57686] FAIL: gcc.dg/torture/pr57584.c with -m32
  2013-06-23 15:43 [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32 dominiq at lps dot ens.fr
@ 2013-06-24  6:15 ` dominiq at lps dot ens.fr
  2013-06-24 10:47 ` rguenth at gcc dot gnu.org
  2013-06-24 11:14 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-24  6:15 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57686

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-06-24
            Version|unknown                     |4.9.0
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/57686] FAIL: gcc.dg/torture/pr57584.c with -m32
  2013-06-23 15:43 [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32 dominiq at lps dot ens.fr
  2013-06-24  6:15 ` [Bug testsuite/57686] " dominiq at lps dot ens.fr
@ 2013-06-24 10:47 ` rguenth at gcc dot gnu.org
  2013-06-24 11:14 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-06-24 10:47 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57686

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
   Target Milestone|---                         |4.9.0

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Oops.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/57686] FAIL: gcc.dg/torture/pr57584.c with -m32
  2013-06-23 15:43 [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32 dominiq at lps dot ens.fr
  2013-06-24  6:15 ` [Bug testsuite/57686] " dominiq at lps dot ens.fr
  2013-06-24 10:47 ` rguenth at gcc dot gnu.org
@ 2013-06-24 11:14 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-06-24 11:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57686

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Mon Jun 24 11:14:31 2013
New Revision: 200364

URL: http://gcc.gnu.org/viewcvs?rev=200364&root=gcc&view=rev
Log:
2013-06-24  Richard Biener  <rguenther@suse.de>

    PR testsuite/57686
    * gcc.dg/torture/pr57584.c: Remove target specific bits.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/torture/pr57584.c


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-24 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-23 15:43 [Bug testsuite/57686] New: FAIL: gcc.dg/torture/pr57584.c with -m32 dominiq at lps dot ens.fr
2013-06-24  6:15 ` [Bug testsuite/57686] " dominiq at lps dot ens.fr
2013-06-24 10:47 ` rguenth at gcc dot gnu.org
2013-06-24 11:14 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).