expr.c (expand_expr): When testing for unaligned objects...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 29 Jun 2017 19:21:25 +0000 (19:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 29 Jun 2017 19:21:25 +0000 (19:21 +0000)
commit3ba358bf20a292e277df4de02b2f57c203e627cc
tree55e1d6b786135609443047541d2d9148636913b0
parent74582a3e2e01068437410fb75f2f9282ee4923e3
expr.c (expand_expr): When testing for unaligned objects...

* expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
objects, take into account only the alignment of 'op0' and 'mode1' if
'op0' is a MEM.

From-SVN: r249811
gcc/ChangeLog
gcc/expr.c