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)

        * 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

index d456392a4d732f7352940abc30ac48e46312fa6d..b587bb6633c677a4340aff82fff09a6a82d0b92a 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan  6 02:23:36 1999  "Charles M. Hannum" <root@ihack.net>
+
+       * 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.
+
 Wed Jan  6 00:54:21 1999  Geoff Keating  <geoffk@ozemail.com.au>
 
        * real.c (mtherr): Print more reasonable warning messages.