Re: [patch committed testsuite sh] Tweak gcc.c-torture/execute/pr44683.c

2014-09-05 Thread Kaz Kojima
Mike Stump 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. Thanks for suggestion. The patch below simply moves it into execute/ieee.

Re: [patch committed testsuite sh] Tweak gcc.c-torture/execute/pr44683.c

2014-09-04 Thread Mike Stump
On Sep 4, 2014, at 5:22 PM, Kaz Kojima 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.

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

2014-09-04 Thread Kaz Kojima
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 m