From: Jonathan Wakely Date: Fri, 26 Nov 2021 15:10:43 +0000 (+0000) Subject: libstdc++: Ensure dg-add-options comes after dg-options X-Git-Tag: basepoints/gcc-13~2768 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=665f726b8a151a2685cd1804dc2ee147eb0cd0eb;p=thirdparty%2Fgcc.git libstdc++: Ensure dg-add-options comes after dg-options This is what the docs say is required. libstdc++-v3/ChangeLog: * testsuite/29_atomics/atomic_float/1.cc: Reorder directives. --- diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc b/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc index b2008368a95a..5330ff01c96b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc @@ -15,8 +15,8 @@ // with this library; see the file COPYING3. If not see // . -// { dg-add-options ieee } // { dg-options "-std=gnu++2a" } +// { dg-add-options ieee } // { dg-do run { target c++2a } } #include