From: François Dumont Date: Sat, 18 Aug 2018 20:01:14 +0000 (+0000) Subject: 86658.cc: Use dg-options to define _GLIBCXX_DEBUG. X-Git-Tag: basepoints/gcc-10~4694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6672e849b89b5be207ea5f609158e0d5ce81c6e4;p=thirdparty%2Fgcc.git 86658.cc: Use dg-options to define _GLIBCXX_DEBUG. 2018-08-18 François Dumont * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define _GLIBCXX_DEBUG. From-SVN: r263647 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 95d4d06bf35c..3736456b7162 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-08-18 François Dumont + + * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define + _GLIBCXX_DEBUG. + 2018-08-17 Jonathan Wakely PR libstdc++/86963 diff --git a/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc b/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc index 600747a823d2..dd4f7ba19555 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc @@ -15,9 +15,9 @@ // with this library; see the file COPYING3. If not see // . +// { dg-options "-D_GLIBCXX_DEBUG" } // { dg-do run } -#define _GLIBCXX_DEBUG #include #include