[Bug fortran/20541] TR 15581: ALLOCATABLE components
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sun Aug 6 22:47:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list