From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29943 invoked by alias); 31 Oct 2006 01:02:55 -0000 Received: (qmail 28686 invoked by uid 48); 31 Oct 2006 01:02:40 -0000 Date: Tue, 31 Oct 2006 01:02:00 -0000 Message-ID: <20061031010240.28685.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/29302] nan_inf_fmt.f90 segfaults on Darwin PPC starting with Xcode 2.4 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "geoffk at gcc dot gnu dot org" 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 X-SW-Source: 2006-10/txt/msg02634.txt.bz2 List-Id: ------- Comment #10 from geoffk at gcc dot gnu dot org 2006-10-31 01:02 ------- Hi Jack, I have no idea what's causing this, and I don't know why you think I do. I am the one asking you to provide a testcase in the Radar. You're claiming that this is a bug in Xcode 2.4 (which is supported by Apple), and not a bug in gfortran (which is not supported by Apple). I am asking for a testcase which removes the non-supported part and shows the bug. My comment about strtol_l is because if atoi() tail-calls strtol_l, possibly after changing parameters, then you would see strtol_l in the backtrace; that would be normal and not a bug or a symptom of a bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29302