* typeck.c (mark_addressable): Never set TREE_USED.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jul 2000 21:35:46 +0000 (21:35 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jul 2000 21:35:46 +0000 (21:35 +0000)
commit5baca78d666cabc255bd9f94912c1d80f9bad8a5
tree5cfaec5acedc93cb3444bfca32da7eca809fae6d
parentd1aea65a5c93dda8b41626f24b62cee930ec8e89
    * typeck.c (mark_addressable): Never set TREE_USED.
        * call.c (build_call): Don't abort on calls to library functions
        that have been declared normally.

        * typeck.c (build_binary_op): Fix grammar in warning.

        * exception.cc (__eh_free): Fix prototype.

        * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.

        * decl.c (pushdecl): Handle seeing an OVERLOAD in
        IDENTIFIER_NAMESPACE_VALUE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35104 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/exception.cc
gcc/cp/typeck.c