From: Andreas Jaeger Date: Tue, 4 Jan 2005 06:15:28 +0000 (+0100) Subject: * gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aae12a2d9286bedfc5a8b5d6c4fc828ef5d760a;p=gcc.git * gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests. From-SVN: r92887 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9c742a47013..5e8dc70baee 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Andreas Jaeger + + * gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests. + 2005-01-03 Geoffrey Keating Robert Bowdidge diff --git a/gcc/testsuite/gcc.target/i386/amd64-abi-1.c b/gcc/testsuite/gcc.target/i386/amd64-abi-1.c index a83f0745e23..08fc0bcd408 100644 --- a/gcc/testsuite/gcc.target/i386/amd64-abi-1.c +++ b/gcc/testsuite/gcc.target/i386/amd64-abi-1.c @@ -1,5 +1,6 @@ /* { dg-do compile { target x86_64-*-* } } */ /* { dg-options "-mno-sse" } */ +/* { dg-require-effective-target lp64 } */ double foo(void) { return 0; } /* { dg-error "SSE disabled" } */ void bar(double x) { }