On 9/24/18 12:45 PM, Martin Jambor wrote:
> Hi,
>
> the test added to check whether _Float128 types are handled correctly by
> the new warning about suspicious calls to abs-like functions fails on
> many platforms. The patch below circumvents the problem by running on
> i686/x86_64 only. I understand that the proper solution would be to
> come up with a deja-gnu predicate and skip-if it was not provided but I
> think that for one simple test that is a bit of an overkill and testing
> it on x86_64 will provide all the test coverage we need.
>
> Tested on x86_64-linux and aarch64-linux, testing on i686-linux
> pending. OK for trunk?
>
> Thanks,
>
> Martin
>
>
>
> 2018-09-24 Martin Jambor <mjam...@suse.cz>
>
> PR testsuite/87339
> * gcc.dg/warn-abs-1.c: Do not test _Float128. Remove dg-skip-if.
> * gcc.target/i386/warn-abs-3.c: New test.
OK
jeff