From patchwork Mon Jan 2 10:44:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 133807 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 E2AEDB6FA7 for ; Mon, 2 Jan 2012 21:45:21 +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=1326105923; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=G3R5vm+x7Id927nEglap PMVPIqk=; b=fDJjgxzXkM06IYPHrAUE/YUqObcDceWjJNaH3vL6TcPvobPhh+3R L7LTPw1Brh5dFcOlQ+mWkF3WIUAczP++DsC45taK4y2m155HatF6WSip31bR8dYP BMnCJF/izG67LZNl9z3ww5K9ZDFrit2BiBXArt5gOmcT7mgBH8wdBUI= 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:Date:From:To:Subject:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=JZrk07rw7EioVODV/IeG34xvKp04bTOvzZYSJY65Y0SA5LlgrkELBysuA475Wj Pn5uLNuA7mlnrZeM2coFH1VysF7+z5zal/9aahoAGlJu2j+mwy+U8CVRPJvKxUwp 2gu+M47fIlHlpcWuDWQuxzTz7sTg6ZzzayfsbOJYrKQN0=; Received: (qmail 13794 invoked by alias); 2 Jan 2012 10:45:19 -0000 Received: (qmail 13781 invoked by uid 22791); 2 Jan 2012 10:45:18 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 10:44:38 +0000 Received: from relay2.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 mx2.suse.de (Postfix) with ESMTP id A354589994 for ; Mon, 2 Jan 2012 11:44:36 +0100 (CET) Date: Mon, 2 Jan 2012 11:44:36 +0100 (CET) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR51679 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. 2012-01-02 Richard Guenther PR other/51679 * invoke.texi (fassociative-math): Remove spurious paranthesis. Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 182780) +++ gcc/doc/invoke.texi (working copy) @@ -8169,7 +8169,7 @@ This violates the ISO C and C++ language computation result. NOTE: re-ordering may change the sign of zero as well as ignore NaNs and inhibit or create underflow or overflow (and thus cannot be used on a code which relies on rounding behavior like -@code{(x + 2**52) - 2**52)}. May also reorder floating-point comparisons +@code{(x + 2**52) - 2**52}. May also reorder floating-point comparisons and thus may not be used when ordered comparisons are required. This option requires that both @option{-fno-signed-zeros} and @option{-fno-trapping-math} be in effect. Moreover, it doesn't make