OSDN Git Service

* g++.dg/template/friend19.C: Fix typo.
authorlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 2003 11:42:16 +0000 (11:42 +0000)
committerlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 2003 11:42:16 +0000 (11:42 +0000)
* g++.old-deja/g++.other/crash31.C: Adjust expected error.

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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/friend19.C
gcc/testsuite/g++.old-deja/g++.other/crash31.C

index 59be14f..c6dca04 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       * g++.dg/template/friend19.C: Fix typo.
+       * g++.old-deja/g++.other/crash31.C: Adjust expected error.
+
 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
 
        * gcc.c-torture/execute/20030928-1.c: New test.
index d515977..73883b2 100644 (file)
@@ -2,7 +2,7 @@
 
 // Origin: Benjamin Li <benxbli@yahoo.com>
 
-// PR c++/11030: Template substition of friend class that is
+// PR c++/11030: Template substitution of friend class that is
 // a specialization.
 
 template <int S>
index 0fe8e73..b6d1952 100644 (file)
@@ -1,12 +1,9 @@
 // { dg-do assemble }
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
-// { dg-bogus "" "" { xfail *-*-* } 13 }
-
 namespace bar
 {
 struct foo
 {
   foo();
-};
-                       // { dg-error "" "" { xfail *-*-* } }
+};                     // { dg-error "expected" }