gcc/libstdc++-v3/testsuite/26_numerics/complex
Jonathan Wakely 061a745005 Fix tests that fail with -std=gnu++98 or -std=gnu++11
* testsuite/18_support/set_terminate.cc: Do not run for C++98 mode.
	* testsuite/18_support/set_unexpected.cc: Likewise.
	* testsuite/20_util/is_nothrow_invocable/value.cc: Test converting to
	void.
	* testsuite/20_util/is_nothrow_invocable/value_ext.cc: Fix constexpr
	function to be valid in C++11.
	* testsuite/26_numerics/complex/proj.cc: Do not run for C++98 mode.
	* testsuite/experimental/names.cc: Do not run for C++98 mode. Do not
	include Library Fundamentals or Networking headers in C++11 mode.
	* testsuite/ext/char8_t/atomic-1.cc: Do not run for C++98 mode.

From-SVN: r271999
2019-06-06 13:13:42 +01:00
..
comparison_operators Update copyright years. 2019-01-01 13:31:55 +01:00
cons Update copyright years. 2019-01-01 13:31:55 +01:00
inserters_extractors Update copyright years. 2019-01-01 13:31:55 +01:00
literals Update copyright years. 2019-01-01 13:31:55 +01:00
operators PR libstdc++/88204 disable std::complex<long double> tests 2019-01-09 09:37:34 +00:00
requirements PR libstdc++/88204 disable std::complex<long double> tests 2019-01-09 09:37:34 +00:00
value_operations Update copyright years. 2019-01-01 13:31:55 +01:00
13450.cc Update copyright years. 2019-01-01 13:31:55 +01:00
50880.cc Update copyright years. 2019-01-01 13:31:55 +01:00
51083.cc Update copyright years. 2019-01-01 13:31:55 +01:00
56111.cc Update copyright years. 2019-01-01 13:31:55 +01:00
abi_tag.cc libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
buggy_complex.cc Update copyright years. 2019-01-01 13:31:55 +01:00
c99.cc Update copyright years. 2019-01-01 13:31:55 +01:00
dr387_2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
dr781.cc Update copyright years. 2019-01-01 13:31:55 +01:00
dr844.cc Update copyright years. 2019-01-01 13:31:55 +01:00
pow.cc
proj.cc Fix tests that fail with -std=gnu++98 or -std=gnu++11 2019-06-06 13:13:42 +01:00