From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15712 invoked by alias); 9 Dec 2007 06:20:15 -0000 Received: (qmail 15623 invoked by uid 48); 9 Dec 2007 06:20:03 -0000 Date: Sun, 09 Dec 2007 06:20:00 -0000 Message-ID: <20071209062003.15621.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34396] Length of substrings defined by expressions not correctly computed in constructors In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jv244 at cam dot ac dot uk" 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-12/txt/msg00690.txt.bz2 ------- Comment #3 from jv244 at cam dot ac dot uk 2007-12-09 06:20 ------- changing into: z = (/y(1:len(trim(y))), x(1:len(trim(x)))//"e"/) makes this valid and shows the same issue on valid code -- jv244 at cam dot ac dot uk changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |32834 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34396