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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6672e849b89b5be207ea5f609158e0d5ce81c6e4;p=gcc.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 95d4d06bf35..3736456b716 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 600747a823d..dd4f7ba1955 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