From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5368 invoked by alias); 25 Mar 2004 06:14:55 -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 5360 invoked from network); 25 Mar 2004 06:14:55 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 25 Mar 2004 06:14:55 -0000 Received: (qmail 9640 invoked by uid 10); 25 Mar 2004 06:14:54 -0000 Received: (qmail 4550 invoked by uid 500); 25 Mar 2004 06:14:46 -0000 From: Ian Lance Taylor To: Robert Dewar Cc: gcc@gcc.gnu.org Subject: Re: -ffast-math and floating point reordering References: <20040324170719.A12420@synopsys.com> <4062768D.5060802@gnat.com> Date: Thu, 25 Mar 2004 11:31:00 -0000 In-Reply-To: <4062768D.5060802@gnat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg01448.txt.bz2 Robert Dewar writes: > > -funsafe-math-optimizations > > 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.) Ian