aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2018-08-18 20:01:14 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2018-08-18 20:01:14 +0000
commit6672e849b89b5be207ea5f609158e0d5ce81c6e4 (patch)
treec0755615410dbadf7e31a35abb95fa5c1f2ceeb9
parentafc8ff31b054c0aa601761cdafcc6e7ce6443883 (diff)
downloadgcc-6672e849b89b5be207ea5f609158e0d5ce81c6e4.zip
gcc-6672e849b89b5be207ea5f609158e0d5ce81c6e4.tar.gz
gcc-6672e849b89b5be207ea5f609158e0d5ce81c6e4.tar.bz2
86658.cc: Use dg-options to define _GLIBCXX_DEBUG.
2018-08-18 François Dumont <fdumont@gcc.gnu.org> * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define _GLIBCXX_DEBUG. From-SVN: r263647
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/copy/86658.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 95d4d06..3736456 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-18 François Dumont <fdumont@gcc.gnu.org>
+
+ * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define
+ _GLIBCXX_DEBUG.
+
2018-08-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/86963
diff --git a/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc b/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc
index 600747a..dd4f7ba 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
// <http://www.gnu.org/licenses/>.
+// { dg-options "-D_GLIBCXX_DEBUG" }
// { dg-do run }
-#define _GLIBCXX_DEBUG
#include <algorithm>
#include <vector>