libstdc++: Add options for ieee float to relevant tests
authorJonathan Wakely <jwakely@redhat.com>
Thu, 30 Jul 2020 11:23:55 +0000 (12:23 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 30 Jul 2020 11:50:03 +0000 (12:50 +0100)
libstdc++-v3/ChangeLog:

* testsuite/20_util/from_chars/4.cc: Use dg-add-options ieee.
* testsuite/29_atomics/atomic_float/1.cc: Likewise.

libstdc++-v3/testsuite/20_util/from_chars/4.cc
libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc

index e7127ed0c48b08d23f4a120be5e8c8fc93d1d89e..23fc990bb382cf951f392e56f9b53d60d5560342 100644 (file)
@@ -17,6 +17,7 @@
 
 // <charconv> is supported in C++14 as a GNU extension
 // { dg-do run { target c++14 } }
+// { dg-add-options ieee }
 
 #include <charconv>
 #include <string>
index a38b040ee8fc53e9695222c0b39aa4018dcd5539..1c2d273ce33cbc7b44c310710c3ad6bb426f6477 100644 (file)
@@ -15,6 +15,7 @@
 // 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-do run { target c++2a } }