2011-10-16 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Oct 2011 22:06:19 +0000 (22:06 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Oct 2011 22:06:19 +0000 (22:06 +0000)
commitea01fb1500540db74664e5be778bba14ac3ee71d
tree70c943f230ff04ba01f5685051e8b59fa8ff736f
parent4fd0a05484efa17cf647d0d653961328ee92e986
2011-10-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

* frontend-passes.c (current_ns):  Make static.
(create_var):  Note parent of newly created namespace.
(optimize_namespace):  Don't wak sibling namespaces
if they are EXEC_BLOCK because this is handled...
(gfc_code_walker):  ... here.  Also walk ASSOCIATE lists.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180063 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/frontend-passes.c