Commit ee628057 by Jonathan Wakely Committed by Jonathan Wakely

Fix DR 438 std::list test to pass in C++98 mode

	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
	Adjust dg-prune-output pattern for error in C++98 mode.

From-SVN: r238928
parent d23d1bee
2016-07-31 Jonathan Wakely <jwakely@redhat.com> 2016-07-31 Jonathan Wakely <jwakely@redhat.com>
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Adjust dg-prune-output pattern for error in C++98 mode.
* testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only
run for C++11 or later. run for C++11 or later.
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-do compile } // { dg-do compile }
// { dg-prune-output 1682 } // { dg-prune-output "no matching function .*_M_fill_initialize" }
#include <list> #include <list>
#include <utility> #include <utility>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment