* gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Apr 2008 18:18:53 +0000 (18:18 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Apr 2008 18:18:53 +0000 (18:18 +0000)
commit6590374032917a56a1deeba67ec41eba8352c448
tree98d859ebb844e06678e3fb9aac38916946385743
parent662dbd74b585e51f1122156511fab4016bc15fe7
* gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
using the is_gimple_lvalue predicate instead of is_gimple_min_lval.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134442 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/dynamic_elab1.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/dynamic_elab1.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/dynamic_elab2.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/dynamic_elab2.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/dynamic_elab_pkg.ads [new file with mode: 0644]