]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/21280 (#pragma interface, templates, and "inline function used but never...
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 2 Jun 2005 17:48:58 +0000 (17:48 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 2 Jun 2005 17:48:58 +0000 (17:48 +0000)
PR c++/21280
* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.

From-SVN: r100499

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc

index 4660ce9693e8c7956b8f53ac40ae65b782129e88..d2ecd58927f0c65ce0ead77db7f472012d80dbac 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/21280
+       * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
+       * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
+
 2005-05-31  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/20534 (contd)
index 50c8eb8b05fecb595fdc0920f52f332e83095414..ea6eb423cec93ed8a47c74f0776c76f974074e55 100644 (file)
@@ -40,6 +40,7 @@ void test01()
   test_base io2;
   io1 = io2;
 }
-// { dg-error "within this context" "" { target *-*-* } 41 } 
+// { dg-error "synthesized" "" { target *-*-* } 41 } 
+// { dg-error "within this context" "" { target *-*-* } 34 } 
 // { dg-error "is private" "" { target *-*-* } 782 } 
 // { dg-error "operator=" "" { target *-*-* } 0 } 
index 925087d5b27367db1f04e960a624f39d1f65d450..2c047a5c3b5f11fbacf3af5f4ade1db4f7430bec 100644 (file)
@@ -40,6 +40,7 @@ void test02()
   test_base io1;
   test_base io2 = io1; 
 }
-// { dg-error "within this context" "" { target *-*-* } 41 } 
+// { dg-error "within this context" "" { target *-*-* } 35 } 
+// { dg-error "synthesized" "" { target *-*-* } 41 } 
 // { dg-error "is private" "" { target *-*-* } 779 } 
 // { dg-error "copy constructor" "" { target *-*-* } 0 }