OSDN Git Service

PR testsuite/38164
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 2009 11:25:42 +0000 (11:25 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 2009 11:25:42 +0000 (11:25 +0000)
* gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
to dg-options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144318 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 98242b5..9505f9b 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       PR testsuite/38164
+       * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
+       to dg-options.
+
 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/39240
 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/39240
@@ -21,8 +27,7 @@
        perform the ISA-range check when 'value' is set.  If arch is
        matching any CPU in the ! entries switch to its generic ISA.
        * gcc.target/mips/branch-1.c: Pass isa=!octeon.
        perform the ISA-range check when 'value' is set.  If arch is
        matching any CPU in the ! entries switch to its generic ISA.
        * gcc.target/mips/branch-1.c: Pass isa=!octeon.
-       * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than
-       -mips64.
+       * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
 
 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
 
 
 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
 
 
 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
 
 
 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of
-       find.
+       * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
 
 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
 
 
 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
 
        * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
        * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
 
        * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
-       (TEST): Likewise.
-       Include CHECK_H instead of "pclmul-check.h".
+       (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
        (pclmul_test): Renamed to ...
        (TEST): This.
 
        (pclmul_test): Renamed to ...
        (TEST): This.
 
index 3841e6d..8db7f13 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target lp64 } */
 /* { dg-do compile } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mno-sse" } */
+/* { dg-options "-O2 -fomit-frame-pointer -mno-sse" } */
 /* { dg-final { scan-assembler "subq\[\\t \]*\\\$88,\[\\t \]*%rsp" } } */
 /* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */
 
 /* { dg-final { scan-assembler "subq\[\\t \]*\\\$88,\[\\t \]*%rsp" } } */
 /* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */