Skip to content

Commit

Permalink
* gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.
Browse files Browse the repository at this point in the history
From-SVN: r92887
  • Loading branch information
ajaeger authored and Andreas Jaeger committed Jan 4, 2005
1 parent b256bfa commit 1aae12a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-01-04 Andreas Jaeger <aj@suse.de>

* gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.

2005-01-03 Geoffrey Keating <geoffk@apple.com>
Robert Bowdidge <bowdidge@apple.com>

Expand Down
1 change: 1 addition & 0 deletions gcc/testsuite/gcc.target/i386/amd64-abi-1.c
Original file line number Diff line number Diff line change
@@ -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) { }

0 comments on commit 1aae12a

Please sign in to comment.