gcc/libstdc++-v3/testsuite/29_atomics
Jonathan Wakely 324118378e libstdc++: Change test to work without 64-bit atomics
This fixes a linker error for older ARM cores without 64-bit atomics.

I think the { dg-add-options libatomic } is no longer needed, but it's
harmless to keep it there.

libstdc++-v3/ChangeLog:

	* testsuite/29_atomics/atomic_float/value_init.cc: Use float
	instead of double so that __atomic_load_8 isn't needed.
2020-10-02 22:18:51 +01:00
..
atomic libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
atomic_flag
atomic_float libstdc++: Change test to work without 64-bit atomics 2020-10-02 22:18:51 +01:00
atomic_integral libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
atomic_ref libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224) 2020-07-02 19:05:13 +01:00
headers/atomic libstdc++: Require c++98_only effective target for some tests 2020-07-02 21:27:12 +01:00