]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for stripping WITH_SIZE_EXPR.
authorJason Merrill <jason@redhat.com>
Thu, 6 May 2010 19:46:03 +0000 (15:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 6 May 2010 19:46:03 +0000 (15:46 -0400)
commitebad523301c12f27e56a3008916e4e41f518ba57
treea0ded03e5675ac2991167c1d2a5332b05c60dc5f
parent9aaa1ee883ca0e914b52d5b4bd21933b77267c28
gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for stripping WITH_SIZE_EXPR.

* gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
stripping WITH_SIZE_EXPR.
(gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
change.

From-SVN: r159124
gcc/ChangeLog
gcc/gimplify.c