* dbxout.c: Include expr.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2005 21:00:49 +0000 (21:00 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2005 21:00:49 +0000 (21:00 +0000)
commit50a7abc551accf7febf56ead56c65597bc01676a
treef2b0299f3ac13dea0d2e51a788d52e8423748b4c
parent55dcde771cf19041b499b327aa1e05b6343feb71
    * dbxout.c: Include expr.h.
        (dbxout_global_decl): Don't suppress for DECL_RTL unset.
        (dbxout_symbol): Handle DECL_VALUE_EXPR.
        * Makefile.in (dbxout.o): Add EXPR_H.
cp/
        * cp-tree.def (ALIAS_DECL): Remove.
        * cp-lang.c (cp_init_ts): Remove support for it.
        * error.c (dump_decl): Likewise.
        * name-lookup.c (pushdecl): Likewise.
        * semantics.c (finish_id_expression): Likewise.
        * decl2.c (build_anon_union_vars): Use a VAR_DECL with
        DECL_VALUE_EXPR instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104106 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cp/ChangeLog
gcc/cp/cp-lang.c
gcc/cp/cp-tree.def
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/name-lookup.c
gcc/cp/semantics.c
gcc/dbxout.c