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.
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.
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