]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfgexpand.c (expand_used_vars): If an artificial non-ignored var has no rtl yet when...
authorJakub Jelinek <jakub@redhat.com>
Mon, 1 Mar 2010 07:03:22 +0000 (08:03 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 1 Mar 2010 07:03:22 +0000 (08:03 +0100)
commit6c6366f6513dbf11dc563d0a6f420c12d4c48df7
tree7d9d41abbe1b5c599c09b9fb6117889098a6c08d
parent8026c68cce481c763306f8a3d495890a3aab5e4a
cfgexpand.c (expand_used_vars): If an artificial non-ignored var has no rtl yet when processing local_decls...

* cfgexpand.c (expand_used_vars): If an artificial non-ignored var
has no rtl yet when processing local_decls, queue it and recheck
if deferred stack allocation hasn't assigned it rtl.

From-SVN: r157132
gcc/ChangeLog
gcc/cfgexpand.c