From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12370 invoked by alias); 2 Jun 2011 03:58:06 -0000 Received: (qmail 12361 invoked by uid 22791); 2 Jun 2011 03:58:05 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_JV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 03:57:52 +0000 From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/48906] Wrong rounding results with -m32 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #24406 is obsolete Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 02 Jun 2011 03:58:00 -0000 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: 2011-06/txt/msg00089.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48906 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24406|0 |1 is obsolete| | --- Comment #22 from Jerry DeLisle 2011-06-02 03:57:49 UTC --- Created attachment 24414 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24414 Fixed revised patch This patch fixes my omissions on the last patch. In addition, studying the test case pr20755.f, I see that it has the wrong number of significant digits in the expected result. I have revised it now so that it passes. I have also added a new test case, to capture the various errors we found here while developing the patch Feel free to continue testing and if no new errors show up, I will submit to the gfortran list for approval. /me crosses his fingers. ;)