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
This commit is contained in:
Hans-Peter Nilsson 2008-03-02 13:59:10 +00:00 committed by Hans-Peter Nilsson
parent 9677aa89d0
commit 92331508a6
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
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.

View File

@ -1,7 +1,7 @@
// { 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 { };

View File

@ -1,6 +1,6 @@
// { 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 { };