From: Kriang Lerdsuwanakij Date: Tue, 2 Jul 2002 16:10:00 +0000 (+0000) Subject: Correct changed function name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06728f70cf6b113f52d1bbd3dc32085d01c999c5;p=gcc.git Correct changed function name. From-SVN: r55184 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 1c406224aa6..dc673675e9c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,15 +1,15 @@ 2002-07-02 Kriang Lerdsuwanakij - * 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 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