OSDN Git Service

* tree-nested.c (convert_nonlocal_reference_stmt) <GIMPLE_COND>: New
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Oct 2009 22:21:24 +0000 (22:21 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Oct 2009 22:21:24 +0000 (22:21 +0000)
commit152ab6fab2f94ac87e7de6bc351c02809de18eb3
tree42da3018f900469fdb1aa9419abc4b5c4af439c0
parent264ee46dc407e36464dc4b86c3c14961d393623d
* tree-nested.c (convert_nonlocal_reference_stmt) <GIMPLE_COND>: New
case.  Force using values to replace references within the statement.
(convert_local_reference_stmt): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152960 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/nested_proc1.adb [moved from gcc/testsuite/gnat.dg/nested_proc.adb with 95% similarity]
gcc/testsuite/gnat.dg/nested_proc2.adb [new file with mode: 0644]
gcc/tree-nested.c