This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [libgfortran, 4.2] Syntax error in array constructor
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: "Christian Joensson" <christian dot joensson at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 15 Dec 2006 11:46:45 +0100
- Subject: Re: [libgfortran, 4.2] Syntax error in array constructor
- References: <5460e3330612150231v2fab1a75k3d74235119e46447@mail.gmail.com>
> Any ideas what is going wrong here?
libgfortran/selected_int_kind.inc has very likely been corrupted, which would
mean that your Fortran compiler is non-functional. It should contain
integer, parameter :: c = 3
type (real_info), parameter :: real_infos(c) = (/ &
real_info (4, precision(0.0_4), range(0.0_4)), &
real_info (8, precision(0.0_8), range(0.0_8)), &
real_info (10, precision(0.0_10), range(0.0_10)) /)
or something along these lines.
--
Eric Botcazou