This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran,ping] support for large kinds in front-end and library


My bootstrap build on IA64 HP-UX with this patch failed again (after I
changed the C++ comments to C comments), this time it died in
gfc_type_for_size() at the line:

	if (type && bits == TYPE_PRECISION (type))

with:

/shale/sje/builddir_std/gcc/libgfortran/intrinsics/selected_int_kind.f90:36: internal compiler error: tree check: expected class 'type', have 'declaration' (function_decl) in gfc_type_for_size, at fortran/trans-types.c:1669

I don't think this is related to the HP-UX floating point types because
type here is being set to some integer type, not a floating point type.

Steve Ellcey
sje@cup.hp.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]