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:53 +0000 (18:28 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1999 01:28:53 +0000 (18:28 -0700)
commitb3fa7e9f2a52018d7d0a5b566d8fd1d11178e295
tree088d94cacdaf4df8c2ba0dea60a585fdb541ee3e
parente2ba7b0e73e1db0a2d39d8618f1843bd26ddaf16
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: r24506
gcc/ChangeLog