cp-tree.h (UPT_TEMPLATE): Remove.
authorMark Mitchell <mark@codesourcery.com>
Wed, 29 Sep 1999 08:06:21 +0000 (08:06 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 29 Sep 1999 08:06:21 +0000 (08:06 +0000)
commit84df082b3840bad65a6985f079e1b73f82cff90a
tree9fa287cf98288b0c4adce698783d2cc50a491ba6
parentddb34a29558e527d5822dbe2335a06884fb31d84
cp-tree.h (UPT_TEMPLATE): Remove.

* cp-tree.h (UPT_TEMPLATE): Remove.
(UPT_PARMS): Likewise.
(DECL_NEEDED_P): New macro.
* decl2.c (finish_vtable_vardecl): Use it.
(finish_objects): Don't crash with -fsyntax-only.
(finish_file): Use DECL_NEEDED_P.  Don't prune vtables when
-fsyntax-only.
* pt.c (tsubst_friend_function): Remove FIXME that talks about
obstacks.
(tsubst_expr): Correct handling of function try-blocks.
* semantics.c: Include flags.h.
(expand_body): Don't do RTL generation if -fsyntax-only.
* Makefile.in (semantics.o): Depends on flags.h.

From-SVN: r29705
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/pt.c
gcc/cp/semantics.c