From patchwork Fri Sep 17 10:20:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 65053 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 544E8B70A7 for ; Fri, 17 Sep 2010 20:20:50 +1000 (EST) Received: (qmail 7952 invoked by alias); 17 Sep 2010 10:20:48 -0000 Received: (qmail 7940 invoked by uid 22791); 17 Sep 2010 10:20:48 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Sep 2010 10:20:43 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 142C25362F for ; Fri, 17 Sep 2010 12:20:41 +0200 (CEST) Date: Fri, 17 Sep 2010 12:20:40 +0200 (CEST) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH][www] Mention -combine removal Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list 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