gcc/libstdc++-v3/testsuite/26_numerics/complex/requirements
Jonathan Wakely c86fab9d08 PR libstdc++/88204 disable std::complex<long double> tests
The IBM128 long double format isn't foldable in constant expressions, so
conditionally skip the std::complex<long double> cases when they'll
fail.

	PR libstdc++/88204
	* testsuite/26_numerics/complex/operators/more_constexpr.cc: Do not
	test std::complex<long double> if long double format is IBM128.
	* testsuite/26_numerics/complex/requirements/more_constexpr.cc:
	Likewise.

From-SVN: r267757
2019-01-09 09:37:34 +00:00
..
constexpr_functions.cc Update copyright years. 2019-01-01 13:31:55 +01:00
more_constexpr.cc PR libstdc++/88204 disable std::complex<long double> tests 2019-01-09 09:37:34 +00:00