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
This commit is contained in:
Charles M. Hannum 1999-01-05 18:28:53 -07:00 committed by Jeff Law
parent e2ba7b0e73
commit b3fa7e9f2a
1 changed files with 6 additions and 0 deletions

View 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.