diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-20 11:25:42 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-20 11:25:42 +0000 |
commit | cd102cfc1332aec577e6ed9cbed3283297ed7ba1 (patch) | |
tree | 43799b61d16cd175ecfa305850b9efb6f21e1112 /gcc | |
parent | 9a0cf1703ffbfc2c4ab897c3faefb91521f81939 (diff) | |
download | gcc-cd102cfc1332aec577e6ed9cbed3283297ed7ba1.tar.gz |
PR testsuite/38164
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 15 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/amd64-abi-3.c | 2 |
2 files changed, 10 insertions, 7 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 98242b510d1..9505f9bb84f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 @@ -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. - * 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> @@ -333,8 +338,7 @@ 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> @@ -415,8 +419,7 @@ * 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. diff --git a/gcc/testsuite/gcc.target/i386/amd64-abi-3.c b/gcc/testsuite/gcc.target/i386/amd64-abi-3.c index 3841e6dabee..8db7f13b1ea 100644 --- a/gcc/testsuite/gcc.target/i386/amd64-abi-3.c +++ b/gcc/testsuite/gcc.target/i386/amd64-abi-3.c @@ -1,6 +1,6 @@ /* { 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" } } */ |