gcc-patches@gcc.gnu.org
[Top] [All Lists]

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

Subject: Re: [gfortran,ping] support for large kinds in front-end and library
From: Steve Ellcey
Date: Thu, 4 Aug 2005 14:40:29 -0700 PDT
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@xxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>