public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/38164]  New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
@ 2008-11-17  0:31 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:32 ` [Bug testsuite/38164] " howarth at nitro dot med dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  0:31 UTC (permalink / raw)
  To: gcc-bugs

The gcc.target/i386/amd64-abi-3.c test case fails at -m64 on i686-apple-darwin9
as follows...

Executing on host:
/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc44-4.3.999-20081116/darwin_objdir/gcc/
/sw/src/fink.build/gcc44-4.3.999-20081116/gcc-4.4-20081116/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
  -O2 -mno-sse -S  -m64 -o amd64-abi-3.s    (timeout = 300)
PASS: gcc.target/i386/amd64-abi-3.c (test for excess errors)
FAIL: gcc.target/i386/amd64-abi-3.c scan-assembler subq[\\t ]*\\$88,[\\t ]*%rsp
PASS: gcc.target/i386/amd64-abi-3.c scan-assembler-not subq[\\t ]*\\$216,[\\t
]*%rsp


-- 
           Summary: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-
                    apple-darwin9
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug testsuite/38164] gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
  2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
@ 2008-11-17  0:32 ` howarth at nitro dot med dot uc dot edu
  2009-02-19 22:13 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-11-17  0:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-11-17 00:30 -------
Created an attachment (id=16703)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16703&action=view)
assembly file for gcc.target/i386/amd64-abi-3.c at -m64 on i686-apple-darwin9


-- 


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


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

* [Bug testsuite/38164] gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
  2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:32 ` [Bug testsuite/38164] " howarth at nitro dot med dot uc dot edu
@ 2009-02-19 22:13 ` ubizjak at gmail dot com
  2009-02-20  9:41 ` dominiq at lps dot ens dot fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-02-19 22:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2009-02-19 22:13 -------
Just add -fomit-frame-pointer to dg-options.


-- 


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


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

* [Bug testsuite/38164] gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
  2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
  2008-11-17  0:32 ` [Bug testsuite/38164] " howarth at nitro dot med dot uc dot edu
  2009-02-19 22:13 ` ubizjak at gmail dot com
@ 2009-02-20  9:41 ` dominiq at lps dot ens dot fr
  2009-02-20 11:26 ` ubizjak at gmail dot com
  2009-02-20 11:26 ` uros at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-02-20  9:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dominiq at lps dot ens dot fr  2009-02-20 09:41 -------
> Just add -fomit-frame-pointer to dg-options.

Indeed with the following patch:

--- gcc/testsuite/gcc.target/i386/amd64-abi-3.c 2008-09-02 22:05:08.000000000
+0200
+++ /opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.target/i386/amd64-abi-3.c  
2009-02-19 23:20:19.000000000 +0100
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mno-sse" } */
+/* { dg-options "-O2 -mno-sse -fomit-frame-pointer" } */
 /* { dg-final { scan-assembler "subq\[\\t \]*\\\$88,\[\\t \]*%rsp" } } */
 /* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */

the tests pass:

PASS: gcc.target/i386/amd64-abi-3.c (test for excess errors)
PASS: gcc.target/i386/amd64-abi-3.c scan-assembler subq[\\t ]*\\$88,[\\t ]*%rsp
PASS: gcc.target/i386/amd64-abi-3.c scan-assembler-not subq[\\t ]*\\$216,[\\t
]*%rsp



-- 


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


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

* [Bug testsuite/38164] gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
  2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-02-20 11:26 ` ubizjak at gmail dot com
@ 2009-02-20 11:26 ` uros at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: uros at gcc dot gnu dot org @ 2009-02-20 11:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from uros at gcc dot gnu dot org  2009-02-20 11:25 -------
Subject: Bug 38164

Author: uros
Date: Fri Feb 20 11:25:42 2009
New Revision: 144318

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144318
Log:
        PR testsuite/38164
        * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
        to dg-options.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/amd64-abi-3.c


-- 


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


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

* [Bug testsuite/38164] gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9
  2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-02-20  9:41 ` dominiq at lps dot ens dot fr
@ 2009-02-20 11:26 ` ubizjak at gmail dot com
  2009-02-20 11:26 ` uros at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-02-20 11:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2009-02-20 11:26 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2009-02-20 11:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-17  0:31 [Bug testsuite/38164] New: gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9 howarth at nitro dot med dot uc dot edu
2008-11-17  0:32 ` [Bug testsuite/38164] " howarth at nitro dot med dot uc dot edu
2009-02-19 22:13 ` ubizjak at gmail dot com
2009-02-20  9:41 ` dominiq at lps dot ens dot fr
2009-02-20 11:26 ` ubizjak at gmail dot com
2009-02-20 11:26 ` uros at gcc dot gnu dot 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).