gxxint.texi: Remove obsolete documentation of overloading code.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 17 Aug 1998 17:13:42 +0000 (17:13 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 17 Aug 1998 17:13:42 +0000 (13:13 -0400)
commit8cd4c1752846cea2517c93a71c33bcc8e25a063c
treef93bdf9315c8122980ce7c7ba46bf398ebde9158
parent2e245dac404f9921584d2baf3b9b98a3b88eacce
gxxint.texi: Remove obsolete documentation of overloading code.

* 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.

From-SVN: r21795
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