dbxout.c: Include expr.h.
authorRichard Henderson <rth@redhat.com>
Fri, 9 Sep 2005 21:00:49 +0000 (14:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 9 Sep 2005 21:00:49 +0000 (14:00 -0700)
commit9bfa80fb88707e345517a65a5697e398d674f34c
treef2b0299f3ac13dea0d2e51a788d52e8423748b4c
parente27edcd4526ab71fc35de142e8036b6abfa9be88
dbxout.c: Include expr.h.

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

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