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]

[testsuite] (committed) fix builtin-modf-1.c for powerpc-linux


This test has failed on powerpc64-linux and apparently needs the same
options that are used for Darwin.

Tested on powerpc64-linux, checked in on trunk.

2008-04-04  Janis Johnson  <janis187@us.ibm.com>

	* gcc.dg/torture/builtin-modf-1.c: Use special options for
	powerpc*-*-linux*.

Index: gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/builtin-modf-1.c	(revision 133906)
+++ gcc/testsuite/gcc.dg/torture/builtin-modf-1.c	(working copy)
@@ -7,7 +7,7 @@
 
 /* { dg-do link } */
 /* { dg-options "-fno-finite-math-only" { target sh*-*-* } } */
-/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* } } */
+/* { dg-options "-funsafe-math-optimizations -fsigned-zeros -fno-associative-math" { target powerpc-*-darwin* powerpc*-*-linux* } } */
 
 extern void link_error(int);
 



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