* cp-tree.h (UPT_TEMPLATE): Remove.
commitabf2a5d90befe94ecb0fe106dcde7bdb1f82d2dc
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 1999 08:16:38 +0000 (29 08:16 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 1999 08:16:38 +0000 (29 08:16 +0000)
tree306160644974614987adaea482315417f5a0bb49
parenta3d5bae2a5043c2d2b025ec39ba0a4743b90875d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29706 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/g++.old-deja/g++.other/syntax1.C [new file with mode: 0644]