mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 00:37:35 +08:00
Correct changed function name.
From-SVN: r55184
This commit is contained in:
parent
04c4491db6
commit
06728f70cf
@ -1,15 +1,15 @@
|
|||||||
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
|
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
|
||||||
|
|
||||||
* typeck2.c (incomplete_type_error): Fix typo caused by
|
* typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
|
||||||
CVS conflict in my last patch.
|
by CVS conflict in my last patch.
|
||||||
|
|
||||||
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
|
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
|
||||||
|
|
||||||
PR c++/6716
|
PR c++/6716
|
||||||
* pt.c (can_complete_type_without_circularity): New function.
|
* pt.c (can_complete_type_without_circularity): New function.
|
||||||
(instantiate_class_template): Use it.
|
(instantiate_class_template): Use it.
|
||||||
* typeck2.c (incomplete_type_error): Improve error message
|
* typeck2.c (cxx_incomplete_type_diagnostic): Improve error
|
||||||
due to incomplete fields.
|
message due to incomplete fields.
|
||||||
|
|
||||||
2002-07-01 Mark Mitchell <mark@codesourcery.com>
|
2002-07-01 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user