From patchwork Thu Feb 23 18:21:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernhard Reutner-Fischer X-Patchwork-Id: 142694 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 6E283B6EE7 for ; Fri, 24 Feb 2012 05:22:37 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1330626157; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Received-SPF:Received:Received:Received:Received:From:To:Cc: Subject:Date:Message-Id:In-Reply-To:References:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=sE7l2ZVnkLfIg9rBkY2gBtGnVi0=; b=WzHrBa0AAjLrUA6qrGKIDcZQSH85u1pBiXJq65m40Ki0GbEz+Jukg0hfZyr2CO Cqh6urxzCgdprqaNVmQrxbHJo37J40gd+rTK/3CsXXP31m++j6O12DSRWYioFQqW Iotb7w4tulAHMk1YHKKRV6ztWfKx6KjFxMsble5An+Ymw= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received-SPF:Authentication-Results:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=YPs32VRfTLCkuZiVNWXzF0NSf6a9egPa6fXrXscXc49tfVWGTUdRxIEW/MK9JX yq85rSHUNXUc+A14k9hO+7ctko7RW9g0yML6NOlCx6zIgWMUVVQS/UOHNh+Vs2cF 5IAQ1iaVtPuXSWcaKlKPJdA1KU1XOTRKP6kNt/nSPCF60=; Received: (qmail 1642 invoked by alias); 23 Feb 2012 18:22:05 -0000 Received: (qmail 1576 invoked by uid 22791); 23 Feb 2012 18:22:04 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, TW_FC, TW_FD X-Spam-Check-By: sourceware.org Received: from mail-ey0-f175.google.com (HELO mail-ey0-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Feb 2012 18:21:37 +0000 Received: by eaal10 with SMTP id l10so596194eaa.20 for ; Thu, 23 Feb 2012 10:21:36 -0800 (PST) Received-SPF: pass (google.com: domain of rep.dot.nop@gmail.com designates 10.213.16.199 as permitted sender) client-ip=10.213.16.199; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rep.dot.nop@gmail.com designates 10.213.16.199 as permitted sender) smtp.mail=rep.dot.nop@gmail.com; dkim=pass header.i=rep.dot.nop@gmail.com Received: from mr.google.com ([10.213.16.199]) by 10.213.16.199 with SMTP id p7mr725614eba.141.1330021296451 (num_hops = 1); Thu, 23 Feb 2012 10:21:36 -0800 (PST) Received: by 10.213.16.199 with SMTP id p7mr571012eba.141.1330021296323; Thu, 23 Feb 2012 10:21:36 -0800 (PST) Received: from s42.loc (85-127-16-87.dynamic.xdsl-line.inode.at. [85.127.16.87]) by mx.google.com with ESMTPS id u9sm7939471eem.11.2012.02.23.10.21.34 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 10:21:34 -0800 (PST) Received: from cow by s42.loc with local (Exim 4.77) (envelope-from ) id 1S0dIL-0004dZ-FR; Thu, 23 Feb 2012 19:21:33 +0100 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer Subject: [PATCH 1/5] invoke.texi: remove duplicate pass-flag entries Date: Thu, 23 Feb 2012 19:21:27 +0100 Message-Id: <1330021291-17783-2-git-send-email-rep.dot.nop@gmail.com> In-Reply-To: <1330021291-17783-1-git-send-email-rep.dot.nop@gmail.com> References: <1330021291-17783-1-git-send-email-rep.dot.nop@gmail.com> 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 gcc/ChangeLog 2012-02-23 Bernhard Reutner-Fischer * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries. Signed-off-by: Bernhard Reutner-Fischer --- gcc/doc/invoke.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7562273..6cb80cb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -356,8 +356,8 @@ Objective-C and Objective-C++ Dialects}. -fcompare-elim -fcprop-registers -fcrossjumping @gol -fcse-follow-jumps -fcse-skip-blocks -fcx-fortran-rules @gol -fcx-limited-range @gol --fdata-sections -fdce -fdce -fdelayed-branch @gol --fdelete-null-pointer-checks -fdse -fdevirtualize -fdse @gol +-fdata-sections -fdce -fdelayed-branch @gol +-fdelete-null-pointer-checks -fdevirtualize -fdse @gol -fearly-inlining -fipa-sra -fexpensive-optimizations -ffat-lto-objects @gol -ffast-math -ffinite-math-only -ffloat-store -fexcess-precision=@var{style} @gol -fforward-propagate -ffp-contract=@var{style} -ffunction-sections @gol