Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cstdfloat_math_incl_test on ppc64le with ieee128
When switching the default long double format on ppc64le to ieee128, this test does not compile as nanq is not available. In such cases nanl should be used instead. Also, calling nanl with argument 0 raises warnings as it expects a char*. Change the argument to an empty string, which keeps the purpose of the test and avoids new warnings.
- Loading branch information