From mboxrd@z Thu Jan 1 00:00:00 1970 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) To: neil@daikokuya.demon.co.uk Cc: gcc@gcc.gnu.org Subject: Re: ICE in change_address at emit_rtl.c Date: Sun, 25 Nov 2001 04:23:00 -0000 Message-ID: <10111251217.AA27325@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-11/msg01190.html Message-ID: <20011125042300.Ewkk0OJccva8lCcysCtHrZM24K-u8rxezIXFr-dgMsI@z> I'd also like to see us go down the road that rth mentioned, i.e. losing all trees with side effects You mean like MODIFY_EXPR and CALL_EXPR? :-) That would get rid of {UN,}SAVE_EXPR I don't see how to get rid of SAVE_EXPR without taking some preformance hits on complex types.