This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[fortran,committed] XFAIL gfortran.dg/large_real_kind_form_io_2.f90 on powerpc*-apple-darwin*


I've committed the following patch XFAILing gfortran.dg/ large_real_kind_form_io_2.f90 on powerpc*-apple-darwin*, after having determined (see PR24685) that the failure is due to a bug in the MacOS libc.

FX



2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>

        PR libfortran/24685
        * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
        powerpc*-apple-darwin*.


Index: gfortran.dg/large_real_kind_form_io_2.f90 =================================================================== --- gfortran.dg/large_real_kind_form_io_2.f90 (revision 132575) +++ gfortran.dg/large_real_kind_form_io_2.f90 (working copy) @@ -1,4 +1,4 @@ -! { dg-do run { xfail powerpc*-*-linux* } } +! { dg-do run { xfail powerpc*-apple-darwin* powerpc*-*-linux* } } ! Test XFAILed on these platforms because the system's printf() lacks ! proper support for denormalized long doubles. See PR24685 ! { dg-require-effective-target fortran_large_real }




-- François-Xavier Coudert http://www.homepages.ucl.ac.uk/~uccafco/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]