This is the mail archive of the gcc-bugs@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]

[Bug middle-end/37674] [4.4 Regression] Bootstrap failure due to miscompilation of genattrtab



------- Comment #5 from vmakarov at redhat dot com  2008-10-14 19:50 -------
Updating of total_conflict_hard_regs in ira-build.c::ira_flattening was
completely wrong.  So I rewrite the calculation of total_conflict_hard_regs and
total_no_stack_reg_p.  It is now done from the scratch.  The code became more
readable and there is no visible slowdown of IRA.

I'll send a patch solving the PR later today.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37674


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