From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7408 invoked by alias); 22 Jun 2010 17:13:17 -0000 Received: (qmail 7329 invoked by uid 48); 22 Jun 2010 17:13:06 -0000 Date: Tue, 22 Jun 2010 17:13:00 -0000 Message-ID: <20100622171306.7328.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44631] [sparc] long long to double conversion error In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg02226.txt.bz2 ------- Comment #3 from jakub at gcc dot gnu dot org 2010-06-22 17:13 ------- Well, for -O1 the ullong -> double conversion is done at compile time instead of runtime. Does the problem occur also when l is long long instead of unsigned long long? Can you check what value the fxtod insn computes? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44631