Commit 9ea0db61 by Steven G. Kargl

default_format_denormal_2.f90: xfail on FreeBSD.

2007-10-19  Steven G. Kargl  <kargl@gcc.gnu.org>

        * gfortran.dg/default_format_denormal_2.f90: xfail on FreeBSD.
        * gfortran.dg/large_real_kind_2.F90: ditto.
        * gfortran.dg/default_format_2.f90: ditto.
        * gfortran.dg/default_format_denormal_1.f90: ditto.

From-SVN: r129499
parent dbc18417
2007-10-19 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.dg/default_format_denormal_2.f90: xfail on FreeBSD.
* gfortran.dg/large_real_kind_2.F90: ditto.
* gfortran.dg/default_format_2.f90: ditto.
* gfortran.dg/default_format_denormal_1.f90: ditto.
2007-10-19 Richard Guenther <rguenther@suse.de>
PR middle-end/33816
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* } }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
! Test XFAILed on powerpc-darwin because the system's printf() lacks
! proper support for long doubles.
!
......
! { dg-do run { xfail *-apple-darwin* } }
! { dg-do run { xfail *-apple-darwin* *-*-freebsd* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals.
!
......
! { dg-require-effective-target fortran_large_real }
! { dg-do run { xfail powerpc*-apple-darwin* } }
! { dg-do run { xfail powerpc*-apple-darwin* *-*-freebsd* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormalized long doubles.
!
......
! { dg-do run }
! { dg-require-effective-target fortran_large_real }
! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } }
! Testing library calls on large real kinds (larger than kind=8)
implicit none
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment