From: Jack Howarth Date: Fri, 20 Feb 2009 11:25:42 +0000 (+0100) Subject: re PR testsuite/38164 (gcc.target/i386/amd64-abi-3.c fails at -m64 on i686-apple... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da9c199f2cbefd192f9ec89579c7a627fa113bfc;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 98242b5..9505f9b 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 3841e6d..8db7f13 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" } } */