expr.c (store_field): Don't clobber TEMP in shift: it might be a variable.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 4 May 2003 22:09:48 +0000 (22:09 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 4 May 2003 22:09:48 +0000 (18:09 -0400)
commitc1853da7d396a05e6946b81051c18c8b5709b3c2
treeb8640fda4af09633acae350d1bc8ba846aa08da9
parent41dd7402adb27e783c5d928f5c53cf221c5c6eb5
expr.c (store_field): Don't clobber TEMP in shift: it might be a variable.

* expr.c (store_field): Don't clobber TEMP in shift: it might be
a variable.
(get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
whose purpose is to step up the alignment.
(expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.

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