From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4756 invoked by alias); 5 May 2007 07:40:49 -0000 Received: (qmail 4697 invoked by uid 48); 5 May 2007 07:40:33 -0000 Date: Sat, 05 May 2007 07:40:00 -0000 Message-ID: <20070505074033.4696.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31251] Non-integer character length leads to segfault 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-05/txt/msg00449.txt.bz2 ------- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-05-05 08:40 ------- The problems is due to trying to match a prefix to a function declaration or a variable declaration. Both code paths find the error. I have a tentative patch. It might not be worth it. We will see after I complete testing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31251