From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23901 invoked by alias); 18 Aug 2008 22:56:56 -0000 Received: (qmail 23892 invoked by uid 22791); 18 Aug 2008 22:56:55 -0000 X-Spam-Check-By: sourceware.org Received: from mail-gx0-f17.google.com (HELO mail-gx0-f17.google.com) (209.85.217.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Aug 2008 22:56:20 +0000 Received: by gxk10 with SMTP id 10so4280169gxk.8 for ; Mon, 18 Aug 2008 15:56:18 -0700 (PDT) Received: by 10.151.156.12 with SMTP id i12mr10534142ybo.208.1219100177943; Mon, 18 Aug 2008 15:56:17 -0700 (PDT) Received: by 10.150.199.12 with HTTP; Mon, 18 Aug 2008 15:56:17 -0700 (PDT) Message-ID: <1079b050808181556j58aea2ay84b7af44febc2c66@mail.gmail.com> Date: Tue, 19 Aug 2008 04:55:00 -0000 From: "Wesley Smith" To: GCC-help Subject: error losing precision on 64bit system MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00163.txt.bz2 Hi, Is there a way to disable or work around the cast from x to y loses precision error under gcc 4.2.3? what I'm doing is definitely safe but on 64bit systems, I get loads of compilation errors that I need to solve. thanks, wes