]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:08 +0000 (18:28 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1999 01:28:08 +0000 (18:28 -0700)
commit9cfff97414814875149c4a1cf2dbb5f9782bb5fb
tree517743a47c3ba532b73f11be3ed004d59dd1e16d
parent82efcc018b5094646c292c5b26aec9c242412c22
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: r24505
gcc/ChangeLog
gcc/expr.c