public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-9319] libstdc++: Ensure dg-add-options comes after dg-options
@ 2021-11-26 17:46 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-11-26 17:46 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:a27fa22ff1b8a0af357fba9aea56ec75ff3fd142

commit r11-9319-ga27fa22ff1b8a0af357fba9aea56ec75ff3fd142
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Nov 26 15:10:43 2021 +0000

    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.
    
    (cherry picked from commit 665f726b8a151a2685cd1804dc2ee147eb0cd0eb)

Diff:
---
 libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc b/libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc
index b2008368a95..5330ff01c96 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
 // <http://www.gnu.org/licenses/>.
 
-// { dg-add-options ieee }
 // { dg-options "-std=gnu++2a" }
+// { dg-add-options ieee }
 // { dg-do run { target c++2a } }
 
 #include <atomic>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-26 17:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 17:46 [gcc r11-9319] libstdc++: Ensure dg-add-options comes after dg-options Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).