summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 20:15:35 +0000
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 20:15:35 +0000
commit153a1d8cac0767437e7d900a3914171f6a0d0901 (patch)
tree90256a3b271a70d3da83a6a09e7b524b0998c374
parent5c874cd3e4f1d32cc72a9e2b09e7559fe46d5854 (diff)
downloadgcc-153a1d8cac0767437e7d900a3914171f6a0d0901.tar.gz
2015-06-03 François Dumont fdumont@gcc.gnu.org>
* testsuite/23_containers/list/61347.cc: Add dg-require-normal-mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224100 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/23_containers/list/61347.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index da68513b599..89e0fcfae7b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-03 François Dumont fdumont@gcc.gnu.org>
+
+ * testsuite/23_containers/list/61347.cc: Add dg-require-normal-mode.
+
2015-06-02 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/abi.xml: Document versioning for 5.1.0 release.
diff --git a/libstdc++-v3/testsuite/23_containers/list/61347.cc b/libstdc++-v3/testsuite/23_containers/list/61347.cc
index 653591228ef..526bd11866c 100644
--- a/libstdc++-v3/testsuite/23_containers/list/61347.cc
+++ b/libstdc++-v3/testsuite/23_containers/list/61347.cc
@@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11 -O2 -D_GLIBCXX_USE_CXX11_ABI" }
+// { dg-require-normal-mode "" }
// Copyright (C) 2015 Free Software Foundation, Inc.
//