OSDN Git Service

* gxxint.texi: Remove obsolete documentation of overloading code.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Aug 1998 17:13:42 +0000 (17:13 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Aug 1998 17:13:42 +0000 (17:13 +0000)
commitcb0ba4ec77305b0ad311c0172cae962571cfd5a1
treef93bdf9315c8122980ce7c7ba46bf398ebde9158
parent9d7facc880a9e7aa413ae5935c653abbe65a9bda
* gxxint.texi: Remove obsolete documentation of overloading code.
* decl.c (finish_enum): Also set TYPE_SIZE_UNIT.
* tree.c (lvalue_type): Fix for arrays.
* typeck.c (build_unary_op): Use lvalue_type.
* call.c (add_function_candidate): Likewise.
* cvt.c (convert_to_reference): Likewise.
* decl2.c (lang_decode_option): Ignore -traditional.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21795 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/gxxint.texi
gcc/cp/tree.c
gcc/cp/typeck.c