gcc/libstdc++-v3/testsuite
Jonathan Wakely f629f63d2d libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691]
GCC's std::max_align_t doesn't agree with the system malloc on HP-UX, so
generalize the current hack for Solaris to apply to that target too.

libstdc++-v3/ChangeLog:

	PR libstdc++/77691
	* include/experimental/memory_resource
	(_GLIBCXX_MAX_ALIGN_MATCHES_MALLOC): Define.
	(do_allocate, do_deallocate): Check it.
	* testsuite/experimental/memory_resource/new_delete_resource.cc:
	Relax expected behaviour for 64-bit hppa-hp-hpux11.11.
2023-01-12 20:57:34 +00:00
..
17_intro libstdc++: Change names that clash with Win32 or Clang 2022-12-12 14:00:09 +00:00
18_support libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
19_diagnostics Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
20_util libstdc++: Add feature-test macros for implemented C++23 views [PR108260] 2023-01-06 10:32:10 -05:00
21_strings libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
22_locale libstdc++: Avoid redundant checks in std::use_facet [PR103755] 2022-11-11 04:00:58 +00:00
23_containers libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] 2023-01-04 11:53:49 +00:00
24_iterators libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
25_algorithms
26_numerics libstdc++: Replace non-ASCII character in comment 2022-11-28 15:22:40 +00:00
27_io libstdc++: Update tests on trunk [PR106201] 2022-11-24 21:46:13 +00:00
28_regex
29_atomics libstdc++: Define atomic lock-free type aliases for C++20 [PR98034] 2022-12-12 14:00:09 +00:00
30_threads libstdc++: Add nodiscard attribute to mutex try_lock functions 2022-12-06 21:33:29 +00:00
abi
backward
config
data
decimal
experimental libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691] 2023-01-12 20:57:34 +00:00
ext
lib Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std libstdc++: Add feature-test macros for implemented C++23 views [PR108260] 2023-01-06 10:32:10 -05:00
tr1
tr2
util c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 types [PR108075] 2022-12-15 17:02:55 +01:00
Makefile.am
Makefile.in