aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles M. Hannum <root@ihack.net>1999-01-05 18:28:53 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-05 18:28:53 -0700
commitb3fa7e9f2a52018d7d0a5b566d8fd1d11178e295 (patch)
tree088d94cacdaf4df8c2ba0dea60a585fdb541ee3e /gcc
parente2ba7b0e73e1db0a2d39d8618f1843bd26ddaf16 (diff)
downloadgcc-b3fa7e9f2a52018d7d0a5b566d8fd1d11178e295.zip
gcc-b3fa7e9f2a52018d7d0a5b566d8fd1d11178e295.tar.gz
gcc-b3fa7e9f2a52018d7d0a5b566d8fd1d11178e295.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d456392..b587bb6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.