]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/semantics.c
decl.c (initialize_local_var): Handle static variables here.
authorMark Mitchell <mark@codesourcery.com>
Fri, 1 Oct 1999 04:45:10 +0000 (04:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 1 Oct 1999 04:45:10 +0000 (04:45 +0000)
commit9ed9e79a15695d6093ef045fccfd30fc835f7229
treed977a55aacc9f28c0bdd807f9def83e5a15d4ef3
parent3b62f224004def4c1dc72fe6096067f47e0e32d9
decl.c (initialize_local_var): Handle static variables here.

* 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.

From-SVN: r29749
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/semantics.c