This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug fortran/21203] Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 14 May 2005 03:07:43 -0400
- Subject: Re: [Bug fortran/21203] Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
- References: <20050425082043.21203.corsepiu@gcc.gnu.org> <20050514070035.31591.qmail@sourceware.org>
On May 14, 2005, at 3:00 AM, corsepiu at gcc dot gnu dot org wrote:
* f95 disqualifies ifselves from several embedded targets, if it can
not be
built/used on targets not supporting REAL8. IIRC, there even exist
variants of
major _targets_ (IIRC, powerpc, m68k) which do not support REAL8.
IMO, this is a design flaw, which should be in your interest to be
circumvented.
Also this is fortran requirement so technically it is not a design flaw
in
gfortran but in the standard, I would complain to them instead of to
GCC about
this. Yes we could circumvent this but that would be an extension.
And who
would be using fortran for embedded targets anyways. g77 had the same
issue
until at least a 3.3 (or so) was released so having it not fixed for a
long time
which was about 4 releases after the first official GCC with g77
support (2.95).
-- Pinski