Commit e58683fb by Jonathan Wakely Committed by Jonathan Wakely

Fix new testsuite failure on newlib targets

	* testsuite/20_util/to_chars/1.cc: Add dg-require-string-conversions.

From-SVN: r253463
parent 4bc4b2b4
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> 2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
François Dumont <fdumont@gcc.gnu.org> François Dumont <fdumont@gcc.gnu.org>
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// { dg-options "-std=gnu++17" } // { dg-options "-std=gnu++17" }
// { dg-do run { target c++17 } } // { dg-do run { target c++17 } }
// { dg-require-string-conversions "" }
#include <charconv> #include <charconv>
#include <string_view> #include <string_view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment