From b3fa7e9f2a52018d7d0a5b566d8fd1d11178e295 Mon Sep 17 00:00:00 2001 From: "Charles M. Hannum" Date: Tue, 5 Jan 1999 18:28:53 -0700 Subject: [PATCH] expr.c (store_expr): If the lhs is a memory location pointed to be a postincremented (or... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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.