aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/29_atomics/atomic_float
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek6-6/+6
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from <atomic> testsJonathan Wakely5-10/+5
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-09-14libstdc++: Add dg-require-thread-fence in several testsChristophe Lyon1-0/+1
2023-01-16Update copyright years.Jakub Jelinek6-6/+6
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek1-0/+112
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-11-26libstdc++: Ensure dg-add-options comes after dg-optionsJonathan Wakely1-1/+1
2021-04-27Revert "libstdc++: Add workaround for ia32 floating atomics miscompilations [...Jakub Jelinek2-2/+0
2021-04-22libstdc++: Add workaround for ia32 floating atomics miscompilations [PR100184]Jakub Jelinek2-0/+2
2021-04-20libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers1-3/+23
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely1-1/+0
2020-11-23libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely1-0/+1
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely1-2/+3
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers1-0/+31
2020-10-02libstdc++: Change test to work without 64-bit atomicsJonathan Wakely1-2/+2
2020-07-30libstdc++: Add options for ieee float to relevant testsJonathan Wakely1-0/+1
2020-07-29testsuite: libstdc++ atomic_float/value_init.cc requires libatomicDavid Edelsohn1-0/+1
2020-07-02libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)Jonathan Wakely1-42/+44
2020-05-27libstdc++: Fix atomic<FP>::load (PR 95282)Jonathan Wakely1-0/+35
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely2-3/+40
2020-01-01Update copyright years.Jakub Jelinek2-2/+2
2019-07-12Fix inaccurate comment in new testJonathan Wakely1-1/+1
2019-07-11Define std::atomic_ref and std::atomic<floating-point> for C++20Jonathan Wakely2-0/+642