OSDN Git Service

* decl.c (initialize_local_var): Handle static variables here.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 04:45:10 +0000 (04:45 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 1999 04:45:10 +0000 (04:45 +0000)
commit43295e27e10b3040bf09e8f299be6d03891be590
treed977a55aacc9f28c0bdd807f9def83e5a15d4ef3
parent14ad1c62dffcce8c6a17f8def1d642e6655b2859
* decl.c (initialize_local_var): Handle static variables here.
(cp_finish_decl): Tweak handling of function-scope static
variables.
* semantics.c (expand_stmt): Handle DECL_STMTs for static
variables.

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