This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix gcc.target/i386/pr27827.c


Hi!

The newly added test is i386 -m32 specific and fails on x86_64,
as i387 math isn't used there.
Committed as obvious to trunk and 4.1 branch.

2006-08-12  Jakub Jelinek  <jakub@redhat.com>

	* gcc.target/i386/pr27827.c: Only compile on ilp32 target.

--- gcc/testsuite/gcc.target/i386/pr27827.c	2006-08-11 17:30:24.000000000 +0200
+++ gcc/testsuite/gcc.target/i386/pr27827.c	2006-08-12 07:26:17.000000000 +0200
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target ilp32 } } */
 /* { dg-options "-O2" } */
 
 double a, b;

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]