diff options
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/bessel_7.f90 | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fd169c8..4295e4e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-10-18 Kai Tietz <kai.tietz@onevision.com> + + * gfortran.dg/bessel_7.f90: Set xfail for mingw targets. + 2010-10-18 Richard Guenther <rguenther@suse.de> PR lto/44950 diff --git a/gcc/testsuite/gfortran.dg/bessel_7.f90 b/gcc/testsuite/gfortran.dg/bessel_7.f90 index 76ad1e3..0620448 100644 --- a/gcc/testsuite/gfortran.dg/bessel_7.f90 +++ b/gcc/testsuite/gfortran.dg/bessel_7.f90 @@ -1,8 +1,12 @@ -! { dg-do run } +! { dg-do run { xfail *-*-mingw* } } ! ! PR fortran/36158 ! PR fortran/33197 ! +! For mingw targets this test is disabled as the MS implementation +! of BESSEL_YN(n,x) has different results. It returns NAN rather than +! -INF for "x=0.0" and all "n". +! ! Run-time tests for transformations BESSEL_YN ! implicit none |