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/10474] shrink wrapping for functions


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

--- Comment #18 from Ryan Johnson <scovich at gmail dot com> ---
(In reply to Martin Jambor from comment #17)
> The testcase is now shrink-wrapped on ppc64 and x86_64, it is not on
> others such as i?86 because parameter-passing ABI basically prevents
> it.  If any of the three testcases pass also on any other platform
> (e.g. Ramana claimed it also works on AArch32 [1]), feel free to add
> it to the dg target in the testcase(s).
> 
> For my part, I now consider this to be fixed.
> 
> [1] http://gcc.gnu.org/ml/gcc-patches/2013-11/msg02726.html

Great! Does this mean shrink-wrapping will be in gcc-4.9, at least for x86_64
and ppc64?


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