[tree-ssa] PATCH for c++/13033

Richard Henderson rth@redhat.com
Fri Nov 14 08:37:00 GMT 2003


On Fri, Nov 14, 2003 at 03:08:44AM -0500, Jason Merrill wrote:
> 	* c-simplify.c (gimplify_c_loop): Wrap the increment in a 
> 	CLEANUP_POINT_EXPR.

We wrap the for-init expression in an EXPR_STMT, which handles
this on the other side.  If we were to do the same for the for-incr
expression, then we wouldn't have this sort of asymmetry here...


r~



More information about the Gcc-patches mailing list