From patchwork Fri Mar 29 13:43:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 232418 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 2B7822C009F for ; Sat, 30 Mar 2013 01:03:36 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=BldnggYBnKxaUA+2Yonqos5cFMY9tg25zmsfA0/8hM4lm6 yehzIAONBdf0D4a68N/Z+KmY2qaUiTnJai6/7GGoi0NSsKBjLuMec5P+u3g5jhp5 ah+Mo+mU+h5tizQjpjRxUw8mUA/RrufspUBEcQik/RH5kJE7Xiar2Kjz0ifU0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=hGt4wresea6DN2VPx2sSo/VQNDE=; b=fJiyqxQRdn8XOzME9xHg 49xTGtJ8dUD6ZhW0A5nYv15wyCGYPH9sFg7MQOFKLfN+ggh+lp+3ZmrdBEip4zZG 7LQelMuCOm0cjjv68wl7vNwWH8oKvZ2yx8xq3EuD2Ob0TAE1bLXVY9mxv0SPZlVw vLheKB6wslfbWxlkbAS/h2A= Received: (qmail 27259 invoked by alias); 29 Mar 2013 13:43:50 -0000 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 Received: (qmail 27087 invoked by uid 89); 29 Mar 2013 13:43:38 -0000 X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_W, RCVD_IN_HOSTKARMA_WL, RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 29 Mar 2013 13:43:35 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r2TDhWGc018162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Mar 2013 13:43:34 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r2TDhWlh011557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 Mar 2013 13:43:32 GMT Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r2TDhWvl012394 for ; Fri, 29 Mar 2013 08:43:32 -0500 Received: from [192.168.1.4] (/79.36.30.93) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 29 Mar 2013 06:43:32 -0700 Message-ID: <51559A82.2000600@oracle.com> Date: Fri, 29 Mar 2013 14:43:30 +0100 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [lto patch, committed as obvious] PR 56777 X-Virus-Found: No Hi, committed mainline and 4_8-branch. Paolo. ///////////////////// 2013-03-29 Paolo Carlini PR lto/56777 * doc/invoke.texi ([-fwhole-program]): Fix typo. Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 197230) +++ doc/invoke.texi (working copy) @@ -8179,7 +8179,7 @@ and those merged by attribute @code{externally_visible} become static functions and in effect are optimized more aggressively by interprocedural optimizers. -In combination with @code{-flto} using this option should not be used. +This option should not be used in combination with @code{-flto}. Instead relying on a linker plugin should provide safer and more precise information.