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:
Christophe Lyon 2021-05-06 09:05:52 +00:00
parent 3c33c00f43
commit e82e87a851

View File

@ -0,0 +1,4 @@
if { [check_effective_target_c99_runtime] } {
return 0
}
return 1