* pt.c (instantiate_class_template): Fix typo.
authorGraham Stott <graham.stott@btinternet.com>
Wed, 3 Jul 2002 12:13:31 +0000 (12:13 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Wed, 3 Jul 2002 12:13:31 +0000 (12:13 +0000)
From-SVN: r55210

gcc/cp/ChangeLog
gcc/cp/pt.c

index dc673675e9c8587b4d56499f4a00a2b5410dc501..0f4f6a02060c6dd3cebaee0ee0580004d7dab616 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-03  Graham Stott  <graham.stott@btinternet.com>
+
+       * pt.c (instantiate_class_template): Fix typo.
+
 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
index 68793c78427284a36a0389b88bad5e05bf08d726..2e589e7a71f8bcb2e8f1187a64c4e451d811c69b 100644 (file)
@@ -5251,7 +5251,7 @@ instantiate_class_template (type)
            tree rtype = TREE_TYPE (r);
            if (!can_complete_type_without_circularity (rtype))
              {
-               incomplete_type_error (r, rtype);
+               cxx_incomplete_type_error (r, rtype);
                r = error_mark_node;
              }
          }