OSDN Git Service

* cp-tree.h (make_rtl_for_local_static): New function.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 1999 21:06:03 +0000 (21:06 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 1999 21:06:03 +0000 (21:06 +0000)
commita5055ecd30cd7609dcb4f11654a7524beb45e647
tree8aa5a888de758612c31c5b837bb35ab0f091e001
parent255fa22d110b9ff12c9f6afa042e22631f20f84c
* cp-tree.h (make_rtl_for_local_static): New function.
* decl.c (make_rtl_for_nonlocal_decl): Move code to create RTL for
local statics ...
(make_rtl_for_local_static): Here.
* semantics.c (expand_stmt): Use make_rtl_for_local_static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29879 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/semantics.c
gcc/testsuite/g++.old-deja/g++.other/static10.C [new file with mode: 0644]