From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2555 invoked by alias); 15 May 2007 09:56:44 -0000 Received: (qmail 2496 invoked by uid 48); 15 May 2007 09:56:30 -0000 Date: Tue, 15 May 2007 09:56:00 -0000 Message-ID: <20070515095630.2495.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31867] function result with character LEN computed at run time In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault 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-05/txt/msg01105.txt.bz2 ------- Comment #9 from pault at gcc dot gnu dot org 2007-05-15 10:56 ------- (In reply to comment #8) > The patch below works and regtests OK. I told a lie - the version that regtests OK has the line + if (!integer_onep (info->stride[dim])) + stride_ne_one = 1; a bit further down, within the subsequent 'else' block. In fact, I have analysed this problem fully and am now regtesting a 'proper' patch, which I hope to submit tonight. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31867