tree-nested.c (convert_nonlocal_reference_stmt): New case.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 17 Oct 2009 22:21:24 +0000 (22:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 17 Oct 2009 22:21:24 +0000 (22:21 +0000)
commitd79c2936cbfadddc0928df9df1353613b708febf
tree42da3018f900469fdb1aa9419abc4b5c4af439c0
parent79ddec0279508bee9a68b640a9633d874b06ac4a
tree-nested.c (convert_nonlocal_reference_stmt): New case.

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

From-SVN: r152960
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