From: uros Date: Fri, 20 Feb 2009 11:25:42 +0000 (+0000) Subject: PR testsuite/38164 X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=cd102cfc1332aec577e6ed9cbed3283297ed7ba1 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 --- 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 + + PR testsuite/38164 + * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer + to dg-options. + 2009-02-20 Jakub Jelinek 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 @@ -333,8 +338,7 @@ 2009-02-09 H.J. Lu - * 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 @@ -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" } } */