From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17963 invoked by alias); 25 Mar 2004 06:40:15 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17956 invoked from network); 25 Mar 2004 06:40:14 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 25 Mar 2004 06:40:14 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B6OXF-0000EC-00 for ; Thu, 25 Mar 2004 07:40:13 +0100 Received: from ozlabs.org ([203.10.76.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Mar 2004 07:40:13 +0100 Received: from bje by ozlabs.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Mar 2004 07:40:13 +0100 To: gcc@gcc.gnu.org From: Ben Elliston Subject: Re: -ffast-math and floating point reordering Date: Thu, 25 Mar 2004 11:55:00 -0000 Message-ID: References: <20040324170719.A12420@synopsys.com> <4062768D.5060802@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ozlabs.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-SW-Source: 2004-03/txt/msg01449.txt.bz2 Ian Lance Taylor writes: > > I think -funsafe-math-transformations > > would be a better name that was less misleading > > It may not have been completely clear from my e-mail message, but > -funsafe-math-optimizations is an existing gcc option. I didn't make > up that name. > > (If you want to send in a patch to change it to > -funsafe-math-transformations, that would be fine with me.) The nice thing about doing that is that it's one less option that has conflicting spellings in different locales. Ben