From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9962 invoked by alias); 6 Aug 2006 22:47:07 -0000 Received: (qmail 9903 invoked by uid 48); 6 Aug 2006 22:47:00 -0000 Date: Sun, 06 Aug 2006 22:47:00 -0000 Message-ID: <20060806224700.9902.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/20541] TR 15581: ALLOCATABLE components In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" 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-08/txt/msg00426.txt.bz2 List-Id: ------- Comment #14 from howarth at nitro dot med dot uc dot edu 2006-08-06 22:47 ------- The current patch doesn't seem to work any more. I get a compile error on the current gcc trunk svn pull... ../../gcc-4.2-20060806/gcc/fortran/parse.c: In function 'parse_derived': ../../gcc-4.2-20060806/gcc/fortran/parse.c:1601: error: 'c' undeclared (first use in this function) ../../gcc-4.2-20060806/gcc/fortran/parse.c:1601: error: (Each undeclared identifier is reported only once ../../gcc-4.2-20060806/gcc/fortran/parse.c:1601: error: for each function it appears in.) Looking at parse.c, it appears that gfc_component has been removed from the parse_derived call breaking the section of the patch that looks for allocatable components. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20541