mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 20:11:32 +08:00
testsuite: gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxl
The new test gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxl(), which may not be available, for instance on aarch64-elf with newlib. As discussed in the PR, requiring c99_runtime enables to skip the test in this case. 2021-05-06 Christophe Lyon <christophe.lyon@linaro.org> PR testsuite/100355 gcc/testsuite/ * gcc.c-torture/execute/ieee/cdivchkld.x: New.
This commit is contained in:
parent
3c33c00f43
commit
e82e87a851
4
gcc/testsuite/gcc.c-torture/execute/ieee/cdivchkld.x
Normal file
4
gcc/testsuite/gcc.c-torture/execute/ieee/cdivchkld.x
Normal file
@ -0,0 +1,4 @@
|
||||
if { [check_effective_target_c99_runtime] } {
|
||||
return 0
|
||||
}
|
||||
return 1
|
Loading…
x
Reference in New Issue
Block a user