This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: common tree nodes question


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]