From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22477 invoked by alias); 24 Aug 2006 13:17:38 -0000 Received: (qmail 22381 invoked by uid 48); 24 Aug 2006 13:17:27 -0000 Date: Thu, 24 Aug 2006 13:17:00 -0000 Message-ID: <20060824131727.22380.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/28796] __builtin_nan() and __builtin_unordered() inconsistent In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg02033.txt.bz2 List-Id: ------- Comment #16 from rguenth at gcc dot gnu dot org 2006-08-24 13:17 ------- Created an attachment (id=12127) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12127&action=view) patch I'm going to improve the situation by following the principle of least surprise and not relying on the undefinedness -ffinite-math-only produces. I appreciate help with testcases that verify invariants in either mode though (the attached patch does not have those). -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28796