From patchwork Fri Sep 17 10:20:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [www] Mention -combine removal Date: Fri, 17 Sep 2010 00:20:40 -0000 From: Richard Guenther X-Patchwork-Id: 65053 Message-Id: To: gcc-patches@gcc.gnu.org Committed. Richard. 2010-09-17 Richard Guenther * changes.html: Mention removal of -combine. Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.40 diff -u -r1.40 changes.html --- changes.html 11 Sep 2010 13:48:25 -0000 1.40 +++ changes.html 17 Sep 2010 10:19:56 -0000 @@ -33,6 +33,11 @@ rely on the incorrect behavior of cproj, then you can disable GCC's transformations using -fno-builtin-cproj. +
  • The C-only intermodule optimization framework (IMA, enabled by + -combine) has been removed in favor of the new + generic link-time optimization framework (LTO) introduced + in GCC 4.5.0.
  • +

    General Optimizer Improvements