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:
Jonathan Wakely 2020-07-30 12:23:55 +01:00
parent 4c27c6584d
commit eeb45f8a41
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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 } }