aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/18_support
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek146-146/+146
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek1-0/+1
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely6-1/+7
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely7-15/+10
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from <compare> testsJonathan Wakely13-24/+12
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely3-3/+1
2023-08-21libstdc++: Remove reliance on unspecified behaviour in std::rethrow_if_nested...Jonathan Wakely1-3/+11
2023-08-17libstdc++: Make __cmp_cat::__unseq constructor constevalJonathan Wakely1-0/+8
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely1-1/+1
2023-06-06libstdc++: Make std::numeric_limits<__float128> more portable [PR104772]Jonathan Wakely1-1/+1
2023-05-31libstdc++: Add std::numeric_limits<__float128> specialization [PR104772]Jonathan Wakely1-0/+12
2023-05-17libstdc++: Uncomment checks for <limits> enumeration typesJonathan Wakely1-2/+0
2023-04-05libstdc++: Fix some freestanding test failuresArsen Arsenović2-0/+2
2023-03-18libstdc++: Fix test for hash<coroutine_handle<P>>::operator() [PR109165]Jonathan Wakely1-2/+3
2023-03-17libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]Jonathan Wakely1-0/+22
2023-01-16Update copyright years.Jakub Jelinek146-146/+146
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely1-4/+10
2022-11-07c++: implement P2468R2, the equality operator you are looking forJason Merrill1-3/+3
2022-11-05libstdc++: fix pointer type exception catch (no RTTI) [PR105387]Jakob Hasse2-0/+88
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2-0/+83
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2-0/+2
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović1-0/+2
2022-09-21libstdc++: Qualify std::abort() in testJonathan Wakely1-1/+1
2022-05-13libstdc++: Make std::rethrow_if_nested work without RTTIJonathan Wakely1-0/+33
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely7-7/+20
2022-03-29testsuite: Disable tests for C++23 that depend on std::unexpectedJonathan Wakely3-2/+4
2022-03-03libstdc++: Implement std::strong_order for floating-point types [PR96526]Jonathan Wakely1-0/+102
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore1-0/+1
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely1-0/+48
2022-01-03Update copyright years.Jakub Jelinek144-144/+144
2021-12-09libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely1-1/+1
2021-12-09libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely1-0/+39
2021-11-23libstdc++: Add effective-target for std::allocator implementationJonathan Wakely1-0/+1
2021-11-17libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely1-0/+36
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely4-2/+4
2021-10-11libstdc++: Fix std::numeric_limits::lowest() test for strict modesJonathan Wakely1-15/+5
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2-5/+3
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely4-5/+5
2021-08-05libstdc++: Add [[nodiscard]] to <compare>Jonathan Wakely1-1/+1
2021-06-14libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056]Jonathan Wakely1-1/+1
2021-06-14libstdc++: Change [cmp.alg] assertions to constraintsJonathan Wakely1-0/+42
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely12-12/+2
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely1-0/+17
2021-03-25c++: Fix source_location inconsistency between calls from templates and non-t...Jakub Jelinek2-19/+19
2021-03-10libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely1-3/+10
2021-01-04Update copyright years.Jakub Jelinek144-144/+144
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill1-2/+2
2020-12-04c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _...Jakub Jelinek2-18/+14
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide4-0/+356
2020-11-26libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely1-7/+6