On Tue, Feb 26, 2002 at 01:17:13PM +1100, Aldy Hernandez wrote: > been there done that. i tried making a copy of the node with > copy_node and then doing magic on that. didn't work because then > the FE gets all confused because of type inequality. Did you try build_type_copy instead of copy_node? r~