gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 054bf99841 libstdc++: Fix std::type_info::before for ARM [PR103240]
The r179236 fix for std::type_info::operator== should also have been
applied to std::type_info::before. Otherwise two distinct types can
compare equivalent due to using a string comparison, when they should do
a pointer comparison.

libstdc++-v3/ChangeLog:

	PR libstdc++/103240
	* libsupc++/tinfo2.cc (type_info::before): Use unadjusted name
	to check for the '*' prefix.
	* testsuite/util/testsuite_shared.cc: Add type_info object for
	use in new test.
	* testsuite/18_support/type_info/103240.cc: New test.
2021-11-17 17:21:24 +00:00
..
atomic
common_type
debug
exception
hash_fn
io
native_type
performance
pstl libstdc++: Fix some problems in PSTL tests 2021-05-12 14:51:15 +01:00
regression
statistic
thread
replacement_memory_operators.h libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088] 2021-05-24 21:51:06 +02:00
slow_clock.h
specfun_testcase.h
testsuite_abi.cc libstdc++: Print assertion messages to stderr [PR59675] 2021-11-12 12:23:10 +00:00
testsuite_abi.h libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge 2021-11-09 21:50:17 +01:00
testsuite_abi_check.cc
testsuite_allocator.cc
testsuite_allocator.h libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270] 2021-09-17 20:43:34 +01:00
testsuite_api.h
testsuite_character.cc
testsuite_character.h
testsuite_common_types.h libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite 2021-10-09 00:57:48 +01:00
testsuite_container_traits.h
testsuite_containergen.h
testsuite_containers.h
testsuite_counter_type.h
testsuite_error.h
testsuite_fs.h libstdc++: Make permissions_are_testable function inline [PR90787] 2021-08-23 14:44:48 +01:00
testsuite_greedy_ops.h
testsuite_hooks.cc
testsuite_hooks.h
testsuite_io.h
testsuite_iterators.h libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] 2021-07-22 14:37:24 +01:00
testsuite_new_operators.h
testsuite_performance.h
testsuite_random.h libstdc++: Add PRNG fallback to std::random_device 2021-03-26 19:12:12 +00:00
testsuite_regex.h
testsuite_rng.h
testsuite_rvalref.h
testsuite_shared.cc libstdc++: Fix std::type_info::before for ARM [PR103240] 2021-11-17 17:21:24 +00:00
testsuite_tr1.h