From: Charles M. Hannum Date: Wed, 6 Jan 1999 01:28:53 +0000 (-0700) Subject: expr.c (store_expr): If the lhs is a memory location pointed to be a postincremented... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3fa7e9f2a52018d7d0a5b566d8fd1d11178e295;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d456392a4d7..b587bb6633c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 6 02:23:36 1999 "Charles M. Hannum" + + * 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 * real.c (mtherr): Print more reasonable warning messages.