------- Comment #6 from wilson at tuliptree dot org 2008-04-03 05:16 ------- Subject: Re: [4.4 Regression] Revision 133787 breaks ia64
hubicka at ucw dot cz wrote: > *************** ia64_output_mi_thunk (FILE *file, tree t > final_end_function (); > + free_after_compilation (cfun); 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. Jim -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35795