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/27986] [4.0/4.1/4.2 Regression] jump to middle of loop on entry with using old version of an variable



------- Comment #6 from steven at gcc dot gnu dot org  2006-10-02 21:46 -------
Re comment #5: "A quick pass to look for these cases and transform those PHIs
into copies at the appropriate place would accomplish the same thing."

That is exactly what I'd expect the out-of-ssa pass to take care of.  Much like
the insert_backedge_copies() stuff in the current out-of-ssa pass.

Maybe I'm expecting too much, tho...


-- 


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


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