Require c99_runtime for builtin-convert-1.c
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2015 18:32:19 +0000 (18:32 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2015 18:32:19 +0000 (18:32 +0000)
commitf5096a046ad4baffe70a46cabb08c74da6fb1653
tree207518f1819c20befaa434259f8321401d404553
parent98999b9528f36fa2617fa0757c8656d15befbe3e
Require c99_runtime for builtin-convert-1.c

...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 skipped) and aarch64-linux-gnu
(where it isn't).

gcc/testsuite/
* gcc.dg/torture/builtin-convert-1.c: Require c99_runtime.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229548 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-convert-1.c