OSDN Git Service

* typeck2.c (incomplete_type_error): Fix typo caused by
authorlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2002 16:06:49 +0000 (16:06 +0000)
committerlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2002 16:06:49 +0000 (16:06 +0000)
CVS conflict in my last patch.

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

gcc/cp/ChangeLog
gcc/cp/typeck2.c

index 7382cb3..1c40622 100644 (file)
@@ -1,5 +1,10 @@
 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
+       * typeck2.c (incomplete_type_error): Fix typo caused by
+       CVS conflict in my last patch.
+
+2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
        PR c++/6716
        * pt.c (can_complete_type_without_circularity): New function.
        (instantiate_class_template): Use it.
index 8700a4f..fa64743 100644 (file)
@@ -230,7 +230,7 @@ retry:
       if (!TYPE_TEMPLATE_INFO (type))
        (*p_msg_at) ("forward declaration of `%#T'", type);
       else
-       (*p_msg_at) ("forward declaration of `%#T'", type);
+       (*p_msg_at) ("declaration of `%#T'", type);
       break;
 
     case VOID_TYPE: