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 committed testsuite sh] Tweak gcc.c-torture/execute/pr44683.c


The patch below removes a sh*-*-* specific dg-options line
from gcc.c-torture/execute/pr44683.c.  That line is
unnecessary because now -mieee is a default option on sh*.
I've applied it as an obvious change specific to sh.
Tested on i686-linux and sh-linux.

BTW, Jeff's comment on pr39228.c makes me think that this test
can be moved into execute/ieee.  Thought?

Regards,
	kaz
--
2014-09-04  Kaz Kojima  <kkojima@gcc.gnu.org>

	* gcc.c-torture/execute/pr44683.c: Remove dg-options for sh*-*-*.

--- ORIG/trunk/gcc/testsuite/gcc.c-torture/execute/pr44683.c	2014-08-26 09:26:20.000000000 +0900
+++ trunk/gcc/testsuite/gcc.c-torture/execute/pr44683.c	2014-09-04 15:32:18.669571360 +0900
@@ -1,4 +1,3 @@
-/* { dg-options "-mieee" { target sh*-*-* } } */
 int __attribute__((noinline,noclone))
 copysign_bug (double x)
 {


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