]> gcc.gnu.org Git - gcc.git/commit
method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be needed.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 24 May 2004 21:07:42 +0000 (21:07 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 24 May 2004 21:07:42 +0000 (21:07 +0000)
commitbf2774382d22d4f842c0a581cbb296f8b1984d49
tree12fe4051c3fd2802ff193d818d68ee45ed61ffd8
parenta668adb2f3bbe7e4b6f6aee2ca721b8e466d2ee7
method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be needed.

* method.c (implicitly_declare_fn): Don't call defer_fn; abort
if it might be needed.
* pt.c (mark_decl_instantiated): Only call defer_fn if
the function actually needs processing in finish_file.
* decl2.c (finish_file): Add check that elements in
deferred_fns_used are really needed there.  Remove unnecessary
test of DECL_SAVED_TREE.

From-SVN: r82217
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/method.c
gcc/cp/pt.c
This page took 0.064405 seconds and 5 git commands to generate.