Re: [PATCH] Fix gcc.dg/warn-abs-1.c for arm and aarch64-none-elf

2018-09-18 Thread Kyrill Tkachov
On 18/09/18 14:59, Rainer Orth wrote: Hi Kyrill, This new test has some difficulties on the fabsl function. On arm this is because we don't support the _Float128 type which the test uses. This is handled in the patch by requiring a float128 target selector. On aarch64-none-elf, a Newlib targ

Re: [PATCH] Fix gcc.dg/warn-abs-1.c for arm and aarch64-none-elf

2018-09-18 Thread Rainer Orth
Hi Kyrill, > This new test has some difficulties on the fabsl function. > On arm this is because we don't support the _Float128 type which the test > uses. > This is handled in the patch by requiring a float128 target selector. > > On aarch64-none-elf, a Newlib target, it fails because fabsl is n

Re: [PATCH] Fix gcc.dg/warn-abs-1.c for arm and aarch64-none-elf

2018-09-18 Thread Jeff Law
On 9/18/18 7:45 AM, Kyrill Tkachov wrote: > Hi all, > > This new test has some difficulties on the fabsl function. > On arm this is because we don't support the _Float128 type which the > test uses. > This is handled in the patch by requiring a float128 target selector. > > On aarch64-none-elf, a