Commit da9c199f by Jack Howarth Committed by Uros Bizjak

re PR testsuite/38164 (gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple-darwin9)

	PR testsuite/38164
	* gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
	to dg-options.

From-SVN: r144318
parent 5bc0807c
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> 2009-02-20 Jakub Jelinek <jakub@redhat.com>
PR target/39240 PR target/39240
...@@ -21,8 +27,7 @@ ...@@ -21,8 +27,7 @@
perform the ISA-range check when 'value' is set. If arch is perform the ISA-range check when 'value' is set. If arch is
matching any CPU in the ! entries switch to its generic ISA. matching any CPU in the ! entries switch to its generic ISA.
* gcc.target/mips/branch-1.c: Pass isa=!octeon. * gcc.target/mips/branch-1.c: Pass isa=!octeon.
* gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
-mips64.
2009-02-19 Jakub Jelinek <jakub@redhat.com> 2009-02-19 Jakub Jelinek <jakub@redhat.com>
...@@ -333,8 +338,7 @@ ...@@ -333,8 +338,7 @@
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 * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
find.
2009-02-09 Eric Botcazou <ebotcazou@adacore.com> 2009-02-09 Eric Botcazou <ebotcazou@adacore.com>
...@@ -415,8 +419,7 @@ ...@@ -415,8 +419,7 @@
* gcc.target/i386/i386.exp (check_effective_target_vpclmul): New. * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
* gcc.target/i386/pclmulqdq.c (CHECK_H): New. * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
(TEST): Likewise. (TEST): Likewise. Include CHECK_H instead of "pclmul-check.h".
Include CHECK_H instead of "pclmul-check.h".
(pclmul_test): Renamed to ... (pclmul_test): Renamed to ...
(TEST): This. (TEST): This.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target lp64 } */ /* { 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 "subq\[\\t \]*\\\$88,\[\\t \]*%rsp" } } */
/* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */ /* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment