aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>2002-07-02 16:10:00 +0000
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>2002-07-02 16:10:00 +0000
commit06728f70cf6b113f52d1bbd3dc32085d01c999c5 (patch)
tree535061f126b7327425d8f7cd4f34b6d98851c4ff /gcc
parent04c4491db6c776fa78350a42cdfefed45a25b005 (diff)
downloadgcc-06728f70cf6b113f52d1bbd3dc32085d01c999c5.zip
gcc-06728f70cf6b113f52d1bbd3dc32085d01c999c5.tar.gz
gcc-06728f70cf6b113f52d1bbd3dc32085d01c999c5.tar.bz2
Correct changed function name.
From-SVN: r55184
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1c40622..dc67367 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,15 +1,15 @@
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
- * typeck2.c (incomplete_type_error): Fix typo caused by
- CVS conflict in my last patch.
+ * typeck2.c (cxx_incomplete_type_diagnostic): 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.
- * typeck2.c (incomplete_type_error): Improve error message
- due to incomplete fields.
+ * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
+ message due to incomplete fields.
2002-07-01 Mark Mitchell <mark@codesourcery.com>