From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27692 invoked by alias); 20 Jul 2007 20:54:27 -0000 Received: (qmail 27673 invoked by uid 48); 20 Jul 2007 20:54:19 -0000 Date: Fri, 20 Jul 2007 20:54:00 -0000 Message-ID: <20070720205419.27672.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/32841] FAIL: gfortran.dg/edit_real_1.f90 on Darwin8 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle 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: 2007-07/txt/msg02157.txt.bz2 ------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-07-20 20:54 ------- The WTITEing of "Infinity" is dependent on the following C code in io/write.c res = isfinite (n); if (res == 0) So if the isfinite function is broken on this system, that would explain this problem. Can you test with a C program to see if indeed this is the problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841