From: fdumont Date: Sat, 18 Aug 2018 20:01:14 +0000 (+0000) Subject: 2018-08-18 François Dumont X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098254a5e452288f6ed6bf8c0769acbfd72eff8b;p=thirdparty%2Fgcc.git 2018-08-18 François Dumont * 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 --- 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