From: Patrick Palka Date: Wed, 12 Jan 2022 16:39:48 +0000 (-0500) Subject: libstdc++: Add explicit dg-do directive to .../103955.cc X-Git-Tag: basepoints/gcc-13~1782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc38526f6c74ad3540ecaa950f1d3c44f87d345;p=thirdparty%2Fgcc.git libstdc++: Add explicit dg-do directive to .../103955.cc libstdc++-v3/ChangeLog: * testsuite/20_util/to_chars/103955.cc: Add explicit dg-do directive. --- diff --git a/libstdc++-v3/testsuite/20_util/to_chars/103955.cc b/libstdc++-v3/testsuite/20_util/to_chars/103955.cc index 3753c87ad8bd..e7f17f7a9e80 100644 --- a/libstdc++-v3/testsuite/20_util/to_chars/103955.cc +++ b/libstdc++-v3/testsuite/20_util/to_chars/103955.cc @@ -1,6 +1,7 @@ // PR libstdc++/103955 // Verify we don't crash when the floating-point to_chars overloads are passed // a large precision argument. +// { dg-do run { target c++17 } } #include