From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10408 invoked by alias); 19 Oct 2009 22:24:50 -0000 Received: (qmail 10399 invoked by uid 22791); 19 Oct 2009 22:24:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Oct 2009 22:24:45 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 3D4081E09E; Tue, 20 Oct 2009 00:24:41 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id C5EF01005D; Tue, 20 Oct 2009 00:24:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id B022A10059; Tue, 20 Oct 2009 00:24:46 +0200 (CEST) Date: Mon, 19 Oct 2009 22:37:00 -0000 From: Gerald Pfeifer To: Tobias Burnus cc: gcc-patches@gcc.gnu.org, Diego Novillo Subject: Re: [wwwdocs,committed] 4.5/changes.html: Add link to manual for -flto In-Reply-To: <4ADC8156.1080608@net-b.de> Message-ID: References: <20091015133452.GA32248@net-b.de> <4ADC8156.1080608@net-b.de> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01246.txt.bz2 On Mon, 19 Oct 2009, Tobias Burnus wrote: > How about the following? (I copied the strings from the -flto entry. It > indirectly points to -fwhopr, which is presumably okay: That way the > option is made know, but not too prominently - especially as -fwhopr > does not work properly, yet.) Looks good to me, but let's see what Diego thinks, so wait a day or two before committing. (There is one instance of -flto where you may want to add ....) Thanks, Gerald