From 6672e849b89b5be207ea5f609158e0d5ce81c6e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Sat, 18 Aug 2018 20:01:14 +0000 Subject: [PATCH] 86658.cc: Use dg-options to define _GLIBCXX_DEBUG. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2018-08-18 François Dumont * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define _GLIBCXX_DEBUG. From-SVN: r263647 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/25_algorithms/copy/86658.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2