This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Possible explaination why large_real_kind_form_io_2.f90 is failing on PPC/OSX
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- Cc: fortran at gcc dot gnu dot org
- Date: Sun, 14 Jan 2007 13:27:44 -0500 (EST)
- Subject: Re: Possible explaination why large_real_kind_form_io_2.f90 is failing on PPC/OSX
>
> Trying to understand why large_real_kind_form_io_2.f90 is failing on PPC/OSX,
> I ended up with the following code:
>
> ! { dg-do run }
> ! { dg-require-effective-target fortran_large_real }
> ! PR libfortran/24685
The real reason: darwin fucked uphow to call the 128bit long double math functions.
-- Pinski