OSDN Git Service

* decl2.c (finish_file): Call expand_body for inline functions
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Nov 1999 18:01:48 +0000 (18:01 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Nov 1999 18:01:48 +0000 (18:01 +0000)
commitec1ff36a61e2fb575191f738cbf5fce56214d3f6
tree8240beab16a885e012e1e56a3a68ce074be6b981
parentdf003af2e0139872cd9e9d30e7f7f1ca0f5dcc94
* decl2.c (finish_file): Call expand_body for inline functions
that will be written out but that do not yet have RTL.
* semantics.c (expand_body): Do not generate RTL For inline
functions that do not yet need to be written out.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30678 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/semantics.c