Commit 92331508 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

shared_ptr_neg.cc, [...]: Mark changed error message prelude...

	* testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
	testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc:
	Mark changed error message prelude, adding "in file included from",
	using dg-excess-errors.

From-SVN: r132816
parent 9677aa89
2008-03-02 Hans-Peter Nilsson <hp@axis.com>
* testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc:
Mark changed error message prelude, adding "in file included from",
using dg-excess-errors.
2008-03-01 Jakub Jelinek <jakub@redhat.com>
* config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
......
// { dg-options "-std=gnu++0x" }
// { dg-do compile }
// Copyright (C) 2005, 2006, 2007 Free Software Foundation
// Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
......@@ -21,7 +21,7 @@
// 20.6.6.2 Template class shared_ptr [util.smartptr.shared]
#include <memory>
#include <memory> // { dg-excess-errors "In file included from" }
#include <testsuite_hooks.h>
struct A { };
......
// { dg-do compile }
// Copyright (C) 2005 Free Software Foundation
// Copyright (C) 2005, 2008 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
......@@ -20,7 +20,7 @@
// TR1 2.2.2 Template class shared_ptr [tr.util.smartptr.shared]
#include <tr1/memory>
#include <tr1/memory> // { dg-excess-errors "In file included from" }
#include <testsuite_hooks.h>
struct A { };
......
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