Re: Require c99_runtime for builtin-convert-1.c

2015-10-29 Thread Richard Biener
On Thu, Oct 29, 2015 at 4:12 PM, Richard Sandiford wrote: > ...which was failing on *-elf. This test is making sure that we narrow > maths calls, e.g. sinh -> sinhf, but we can only do that if we know that > the target has a full c99 libm or if we have other proof that the function > we want to g

Require c99_runtime for builtin-convert-1.c

2015-10-29 Thread Richard Sandiford
...which was failing on *-elf. This test is making sure that we narrow maths calls, e.g. sinh -> sinhf, but we can only do that if we know that the target has a full c99 libm or if we have other proof that the function we want to generate is available. Tested on aarch64-none-elf (where it's skipp