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 tree-optimization/47265] [4.6 Regression] Error: SSA name in freelist but still referenced


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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-25 13:19:35 UTC ---
Have you gathered statistics how much less does forwprop propagate though?
I'm ATM running an instrumented bootstrap/regtest to see how many replacement
hits result from the iterations, if iteration proves not to be worthwhile, I'd
say just the return all && has_zero_uses (name); change would be safest for
4.6.


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