Fix new testsuite failure on newlib targets
* testsuite/20_util/to_chars/1.cc: Add dg-require-string-conversions. From-SVN: r253463
This commit is contained in:
parent
4bc4b2b482
commit
e58683fb9f
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
// { dg-options "-std=gnu++17" }
|
||||
// { dg-do run { target c++17 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
|
||||
#include <charconv>
|
||||
#include <string_view>
|
||||
|
|
Loading…
Add table
Reference in a new issue