From: fdumont Date: Wed, 3 Jun 2015 20:15:35 +0000 (+0000) Subject: 2015-06-03 François Dumont fdumont@gcc.gnu.org> X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=153a1d8cac0767437e7d900a3914171f6a0d0901;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index da68513b599b..89e0fcfae7be 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 * 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 653591228efc..526bd11866cf 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. //