This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/10474] gcc should be able to delay the setup of the frame pointer (patrial outlining)
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 02 Dec 2011 02:46:40 +0000
- Subject: [Bug tree-optimization/10474] gcc should be able to delay the setup of the frame pointer (patrial outlining)
- Auto-submitted: auto-generated
- References: <bug-10474-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-02 02:46:40 UTC ---
The original testcase is not shrink wrapped because we need an extra copyprop
before shrinkwrap can be done as mentioned in
http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00380.html.