Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/08/1998 06:58:10
Module Name:	src
Committed By:	mycroft
Date:		Sun Nov  8 14:58:10 UTC 1998

Modified Files:
	src/gnu/dist/gcc: expr.c
	src/gnu/usr.bin/gcc/common: expr.c
Log Message:
Fix a code generation bug in store_expr() when the rhs is a memory location
pointed to by a postincremented (or postdecremented) pointer and the value
of the assignment is reused.