shared_ptr_neg.cc, [...]: Mark changed error message prelude...
authorHans-Peter Nilsson <hp@axis.com>
Sun, 2 Mar 2008 13:59:10 +0000 (13:59 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 2 Mar 2008 13:59:10 +0000 (13:59 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc
libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc

index e7a958a355c1404340b95889ba7f29e010584259..00f61e4f5fec08b99d9a463049d5ff3418044bc4 100644 (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.
index ab272d8c62f744bf6c435b333643afd3a3a5d5bb..87342529f94500934b6651f996cb955aefb980b9 100644 (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 { };
index 407cc5b0bf588db365c6262f20ebbe3119dfe6fa..6cb6341358f43dc3068659ad95f61935a7fbe30b 100644 (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 { };