expr.c (store_expr): If the lhs is a memory location pointed to be a postincremented...
authorCharles M. Hannum <root@ihack.net>
Wed, 6 Jan 1999 01:28:56 +0000 (18:28 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1999 01:28:56 +0000 (18:28 -0700)
commit12f06d174c8ce495b31b4e64f399c1eeb2e83672
treeb7c9a0b5e5732c3e2352370cd06bdd08df1ce5df
parentb3fa7e9f2a52018d7d0a5b566d8fd1d11178e295
expr.c (store_expr): If the lhs is a memory location pointed to be a postincremented (or...


        * expr.c (store_expr): If the lhs is a memory location pointed
        to be a postincremented (or postdecremented) pointer, always
        force the rhs to be evaluated into a pseudo.

From-SVN: r24507
gcc/expr.c