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/47028] [4.6 Regression] gcc.dg/tree-ssa/tailrecursion-[57].c FAIL with -foptimize-sibling-calls -fno-forward-propagate -fno-tree-copy-prop -fno-tree-dominator-opts


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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-30 18:57:10 UTC ---
(In reply to comment #4)
> Created attachment 22869 [details]
> gcc46-pr47028.patch
> 
> Untested fix.

While the patch looks reasonable I wonder why we can't get rid of degenerate
PHI nodes in cfgcleanup (I wondered so multiple times) - of course we
have to avoid destroying loop-closed SSA form.


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