r264483 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Sep 21 15:36:00 GMT 2018


Author: redi
Date: Fri Sep 21 15:36:53 2018
New Revision: 264483

URL: https://gcc.gnu.org/viewcvs?rev=264483&root=gcc&view=rev
Log:
Un-split hypot<long double> tests

Remove the hypot-long-double.cc file that used dg-xfail-run-if and
simply use the lower tolerance for double if long double is not larger
than double.

	* testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Remove.
	* testsuite/26_numerics/headers/cmath/hypot.cc: Restore test for
	long double unconditionally, but use lower tolerance when
	sizeof(long double) == sizeof(double).

Removed:
    trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot-long-double.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc



More information about the Libstdc++-cvs mailing list