gimplify.c (gimplify_modify_expr_rhs): Gimplify the LHS using the is_gimple_lvalue...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 18 Apr 2008 18:18:53 +0000 (18:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 18 Apr 2008 18:18:53 +0000 (18:18 +0000)
commited3444e90132848d00d21f901ea1626d3af8b499
tree98d859ebb844e06678e3fb9aac38916946385743
parent893174face71070f6f16f3246256655a2fa4c195
gimplify.c (gimplify_modify_expr_rhs): Gimplify the LHS using the is_gimple_lvalue predicate instead of is_gimple_min_lval.

* gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
using the is_gimple_lvalue predicate instead of is_gimple_min_lval.

From-SVN: r134442
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]