aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2015-06-03 20:15:35 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2015-06-03 20:15:35 +0000
commit82b544ad2569e54aeaf5b44d89e2693c9d7824dd (patch)
tree90256a3b271a70d3da83a6a09e7b524b0998c374 /libstdc++-v3
parentd3ea4c064f6e6370eb791985fef4acdd5fb1b833 (diff)
downloadgcc-82b544ad2569e54aeaf5b44d89e2693c9d7824dd.zip
gcc-82b544ad2569e54aeaf5b44d89e2693c9d7824dd.tar.gz
gcc-82b544ad2569e54aeaf5b44d89e2693c9d7824dd.tar.bz2
2015-06-03 François Dumont fdumont@gcc.gnu.org>
* testsuite/23_containers/list/61347.cc: Add dg-require-normal-mode. From-SVN: r224100
Diffstat (limited to 'libstdc++-v3')
-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 da68513..89e0fcf 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 6535912..526bd11 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.
//