libstdc++: Add options for ieee float to relevant tests
libstdc++-v3/ChangeLog: * testsuite/20_util/from_chars/4.cc: Use dg-add-options ieee. * testsuite/29_atomics/atomic_float/1.cc: Likewise.
This commit is contained in:
parent
4c27c6584d
commit
eeb45f8a41
@ -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>
|
||||
|
@ -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 } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user