gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers
Jonathan Wakely 5db78cac10 Avoid spurious test failures when -fno-inline in test flags
These tests rely on inlining, so if -fno-inline is added to the compiler
flags the tests fail. Use the predefined __NO_INLINE__ macro to detect
that situation, and don't bother testing the move assignment.

	* testsuite/21_strings/basic_string/modifiers/assign/char/
	move_assign_optim.cc: Avoid spurious failure when -fno-inline added
	to test flags.
	* testsuite/21_strings/basic_string/modifiers/assign/wchar_t/
	move_assign_optim.cc: Likewise.

From-SVN: r267573
2019-01-04 11:06:49 +00:00
..
append Update copyright years. 2019-01-01 13:31:55 +01:00
assign Avoid spurious test failures when -fno-inline in test flags 2019-01-04 11:06:49 +00:00
insert Update copyright years. 2019-01-01 13:31:55 +01:00
pop_back Update copyright years. 2019-01-01 13:31:55 +01:00
replace Update copyright years. 2019-01-01 13:31:55 +01:00
64422.cc Update copyright years. 2019-01-01 13:31:55 +01:00