Fix new testsuite failure on newlib targets
authorJonathan Wakely <jwakely@redhat.com>
Thu, 5 Oct 2017 20:26:08 +0000 (21:26 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 5 Oct 2017 20:26:08 +0000 (21:26 +0100)
* testsuite/20_util/to_chars/1.cc: Add dg-require-string-conversions.

From-SVN: r253463

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/to_chars/1.cc

index 4d371b8..10d38a1 100644 (file)
@@ -1,3 +1,7 @@
+2017-10-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/20_util/to_chars/1.cc: Add dg-require-string-conversions.
+
 2017-10-04  Petr Ovtchenkov  <ptr@void-ptr.info>
            François Dumont  <fdumont@gcc.gnu.org>
 
index bdd9611..12dfd3d 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++17" }
 // { dg-do run { target c++17 } }
+// { dg-require-string-conversions "" }
 
 #include <charconv>
 #include <string_view>