From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4539 invoked by alias); 21 Oct 2005 12:46:55 -0000 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 Received: (qmail 4390 invoked by uid 48); 21 Oct 2005 12:46:52 -0000 Date: Fri, 21 Oct 2005 12:46:00 -0000 Message-ID: <20051021124652.4389.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24454] GCJ does not correctly support strictfp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "olivier_thomann at sympatico dot ca" X-SW-Source: 2005-10/txt/msg02783.txt.bz2 List-Id: ------- Comment #7 from olivier_thomann at sympatico dot ca 2005-10-21 12:46 ------- The problem seemed to be with precision in the floating point literal. When converting a floating point literal to its double/float value, it ended up having an unexpected value. -- olivier_thomann at sympatico dot ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olivier_thomann at sympatico | |dot ca http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24454