diff mbox

[committed,testsuite,sh] Tweak gcc.c-torture/execute/pr44683.c

Message ID 20140905.092252.292925492.kkojima@rr.iij4u.or.jp
State New
Headers show

Commit Message

Kaz Kojima Sept. 5, 2014, 12:22 a.m. UTC
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*-*-*.

Comments

Mike Stump Sept. 5, 2014, 12:45 a.m. UTC | #1
On Sep 4, 2014, at 5:22 PM, Kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:
> BTW, Jeff's comment on pr39228.c makes me think that this test
> can be moved into execute/ieee.  Thought?

I don’t see a down side, specially if we know that the test case is picky about ieee.
diff mbox

Patch

--- 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)
 {