libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]
Since the narrow string versions of std::stoi, std::stol, std::stoul, std::stof and std::stod are now always defined, we don't need to check dg-require-string-conversions in the relevant tests. libstdc++-v3/ChangeLog: PR libstdc++/110653 * testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc: Remove dg-require-string-conversions. * testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc: Likewise. * testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc: Likewise. * testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc: Likewise. * testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc: Likewise.
This commit is contained in:
parent
f0b0c21152
commit
f07136af57
5 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
// { dg-xfail-run-if "broken long double IO" { newlib_broken_long_double_io } }
|
||||
|
||||
// 2008-06-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
|
||||
// 2008-06-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
|
||||
// 2008-06-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
|
||||
// 2008-06-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-do run { target c++11 } }
|
||||
// { dg-require-string-conversions "" }
|
||||
|
||||
// 2008-06-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue