From patchwork Sun Jan 18 08:48:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 430159 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 02DD8140216 for ; Sun, 18 Jan 2015 19:48:42 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=jGdkn/fE8+Ap5HWF ziwOnYhAXI/YfogWVBwu89Wnm8jKvxn+N8RjESEXP0ZtBI08J2WKTVzua3fXT53i FqvDT9rs8mRxCj6UqzLofP+ChTbr5o9gsRNg+QkL4uu0Km+r+i99ykpwO+21LFUQ 0cqMzuMx/9d1ywP0pojMzIWb5bI= 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:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=0z01hAZs7C0Bj3REtoXXI1 tXxWo=; b=LR9FiPUF7fzNDpQrXt4/uV3KE1F4H+viFsm8MyvUuEatsT0R7tB/Ab Sb6NvGbDVxqEyi2HFamCm/xDTKQnEv0XJiWRQYZiw3eqImUTOtKosIVU3I9U/N4b wo4df+fgxN68sAcRyI2kx2XzP/9bwXG8tL1nGM7yHY6KELF+sY2fw= Received: (qmail 10569 invoked by alias); 18 Jan 2015 08:48:36 -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 10558 invoked by uid 89); 18 Jan 2015 08:48:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 18 Jan 2015 08:48:33 +0000 Received: from ip-77-24-71-88.web.vodafone.de (ip-77-24-71-88.web.vodafone.de [77.24.71.88]) by ainaz.pair.com (Postfix) with ESMTPSA id 9C1623F443; Sun, 18 Jan 2015 03:48:28 -0500 (EST) Date: Sun, 18 Jan 2015 09:48:25 +0100 (CET) From: Gerald Pfeifer To: Sandra Loosemore cc: gcc-patches@gcc.gnu.org Subject: Re: [doc, committed] remove duplicate docs for -ftracer In-Reply-To: <54BACC2D.6000806@codesourcery.com> Message-ID: References: <54BACC2D.6000806@codesourcery.com> MIME-Version: 1.0 X-IsSubscribed: yes On Saturday 2015-01-17 13:55, Sandra Loosemore wrote: > 2015-01-17 Sandra Loosemore > > gcc/ > * doc/invoke.texi ([-ftracer]): Remove duplicate option listing. Thanks for doing these cleanups, Sandra. The attachment only had the ChangeLog, not the patch. Since I had a look anyway, here it is for the record. Gerald Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 219802) +++ doc/invoke.texi (revision 219803) @@ -8727,12 +8727,6 @@ elimination is only done if @option{-fdelete-null-pointer-checks} is enabled. -@item -ftracer -@opindex ftracer -Perform tail duplication to enlarge superblock size. This transformation -simplifies the control flow of the function allowing other optimizations to do -a better job. - @item -funroll-loops @opindex funroll-loops Unroll loops whose number of iterations can be determined at compile