From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26071 invoked by alias); 28 Jan 2020 22:17:24 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25823 invoked by uid 89); 28 Jan 2020 22:16:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-HELO: esa1.mentor.iphmx.com Received: from esa1.mentor.iphmx.com (HELO esa1.mentor.iphmx.com) (68.232.129.153) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Jan 2020 22:16:54 +0000 IronPort-SDR: SGFBQVQZpHd3xNP1ADuKQxKU0adcwfUK0fYZIQjhOVFo2Y47p4qS29xuzSVL/USVaWtGnwekb1 +ICQc9y7Dqt2ha+hW4/LkXmoD53h1OA+AjbexRGsByDmDs2CwUsl5v09z8gnTKg8X2l8tOLLBA 7jHLyp/y44OklZX81uTMWtGVT2SYI0PypdvNZ/ZxMc+dFSUQHmXd3OtCrudd5sGUfSqTRlhUHH vSirreYiNAOZePJdGvfEBbHQvR242LEGgG2kEnXkh2UNTBhzgjyNZP+srMrQvSdblkBJEbI5E/ eW8= Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 28 Jan 2020 14:16:52 -0800 IronPort-SDR: sOrtwE2ZnceXxxlLyyrpY8/6ltibo2zfSOd+ST8XuXVhxEMyoJmfs37ap/BdDUt8PZ5GQrVk7d glp3k0BdQ/sA== Date: Thu, 30 Jan 2020 10:00:00 -0000 From: Joseph Myers To: Ulrich Weigand CC: Subject: Re: fast_math_flags_set_p vs. set_fast_math_flags inconsistency? In-Reply-To: <20200128171851.AE9CAD80327@oc3748833570.ibm.com> Message-ID: References: <20200128171851.AE9CAD80327@oc3748833570.ibm.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: joseph@codesourcery.com X-SW-Source: 2020-01/txt/msg00482.txt.bz2 On Tue, 28 Jan 2020, Ulrich Weigand wrote: > The following patch (not yet fully tested) implements the above changes. > Note that this now brings the set of flags set and reset by > set_fast_math_flags completely in sync with the set of flags > tested in fast_math_flags_set_p. > > Does this make sense to you? It makes sense, but this is not a review of the patch. -- Joseph S. Myers joseph@codesourcery.com