------- Additional Comments From pinskia at physics dot uc dot edu 2005-05-14 07:08 ------- Subject: Re: Segfault while compiling libgfortran/intrinsics/selected_int_kind.f90
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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21203