]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2012-02-13 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 03:48:02 +0000 (03:48 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 03:48:02 +0000 (03:48 +0000)
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184192 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc

index 723007cdfe014fb740b79314b8e772426e4636b5..ba294659b871f083cc56cd6dc820d0d7bacd8223 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-13  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
+       * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
+
 2012-02-13  Richard Henderson  <rth@redhat.com>
 
        PR libstdc++/51798 continued.
index 0d51663fb75c1e9d35f07015beec10c4b253f5c5..39f9ce3b42eaecf083f06061e4ce91f645b62fa7 100644 (file)
@@ -32,9 +32,9 @@ void test01()
 {
   X* px = 0;
   std::shared_ptr<X> p1(px);   // { dg-error "here" }
-  // { dg-error "incomplete" "" { target *-*-* } 773 }
+  // { dg-error "incomplete" "" { target *-*-* } 771 }
 
   std::shared_ptr<X> p9(ap());  // { dg-error "here" }
-  // { dg-error "incomplete" "" { target *-*-* } 867 }
+  // { dg-error "incomplete" "" { target *-*-* } 865 }
 
 }
index ae902dc775167c5c66fc0fa16a6a096cf12fa7a7..0309f8fc6beaa5d9f4d396a3dd1c793d202f2f3f 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do compile }
 
-// Copyright (C) 2010 Free Software Foundation
+// Copyright (C) 2010, 2012 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
@@ -30,9 +30,9 @@ void test01()
 {
   X* px = 0;
   std::tr1::shared_ptr<X> p1(px);   // { dg-error "here" }
-  // { dg-error "incomplete" "" { target *-*-* } 565 }
+  // { dg-error "incomplete" "" { target *-*-* } 563 }
 
   std::tr1::shared_ptr<X> p9(ap());  // { dg-error "here" }
-  // { dg-error "incomplete" "" { target *-*-* } 604 }
+  // { dg-error "incomplete" "" { target *-*-* } 602 }
 
 }