------- Comment #7 from hubicka at ucw dot cz 2008-04-03 06:12 ------- Subject: Re: [4.4 Regression] Revision 133787 breaks ia64
> The patch is OK. > > But won't all targets that have similar code need the same fix? If I cd > to the config dir, and try "grep final_end_function */*" it looks like > alpha, ia64, m68k, mips, rs6000, score (both score3 and score7), sh, and > sparc all have the same problem. The rs6000 port has already been fixed > via PR 35801. We have an ia64 patch here. We also need patches for the > rest. Thanks, I've just noticed that too and send patch for all the backends. Looks like we was leaking memory here for ages, probably not that big deal since thunks are pretty small functions, but still keeping all the RTL register tables around seems bit expensive. Honza > > Jim > > > -- > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35795 > > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35795