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/30905] [4.3 Regression] Fails to cross-jump



------- Comment #9 from steven at gcc dot gnu dot org  2008-01-10 20:16 -------
Created an attachment (id=14915)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14915&action=view)
Fix using run_fast_dce

I see no way around running run_fast_DCE.  But at least let's try to run it
only when really necessary, and try to avoid unnecessary repetitive work if
CLEANUP_CROSSJUMP is set.


-- 


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


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