gimplify.c (gimplify_modify_expr_rhs): Handle the case when we are assigning from...
authorAldy Hernandez <aldyh@redhat.com>
Wed, 12 Dec 2007 11:12:39 +0000 (11:12 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 12 Dec 2007 11:12:39 +0000 (11:12 +0000)
commit4caa08daa39346095599fee9b4608381128fb48f
tree152c25d48afd460f70909cee7507677f1f8c0bfa
parentee3f344964c9f427c2d63438a627f8755b716e53
gimplify.c (gimplify_modify_expr_rhs): Handle the case when we are assigning from a constant constructor.

        * gimplify.c (gimplify_modify_expr_rhs): Handle the case when we
        are assigning from a constant constructor.
        Fix wrapping in function comment.

From-SVN: r130788
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/gcc.dg/tree-ssa/pr32901.c [new file with mode: 0644]