This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran,ping] support for large kinds in front-end and library
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: fxcoudert at gmail dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 4 Aug 2005 14:40:29 -0700 (PDT)
- Subject: 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