From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10455 invoked by alias); 22 Aug 2006 00:28:58 -0000 Received: (qmail 10407 invoked by uid 48); 22 Aug 2006 00:28:45 -0000 Date: Tue, 22 Aug 2006 00:28:00 -0000 Message-ID: <20060822002844.10406.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/28796] __builtin_nan() and __builtin_unordered() inconsistent In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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/msg01784.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-22 00:28 ------- Allow optimizations for floating-point arithmetic that assume that arguments and results are not NaNs or +-Infs. So really this says allow for them, so really this is still not a bug as you should read the fine manual before complaining. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28796