mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:01:19 +08:00
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:
parent
9677aa89d0
commit
92331508a6
@ -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.
|
||||
|
@ -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 { };
|
||||
|
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user