|
|
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
|
|