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 rtl-optimization/33224] failing rtl iv analysis (maybe due to df)



------- Comment #2 from spark at gcc dot gnu dot org  2007-08-29 15:23 -------
I suspect this might be due to not updating the rd information after unrolling.
Can you check if 
analyze_insns_in_loop() (which calls df_analyze()) is being called just before
the problematic unrolling ?


-- 


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


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