From 098254a5e452288f6ed6bf8c0769acbfd72eff8b Mon Sep 17 00:00:00 2001 From: fdumont Date: Sat, 18 Aug 2018 20:01:14 +0000 Subject: [PATCH] =?utf8?q?2018-08-18=20=20Fran=C3=A7ois=20Dumont=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define _GLIBCXX_DEBUG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263647 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.4.GIT