diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-18 12:40:23 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-18 12:40:23 +0000 |
commit | f8ea06228b5b780d9d893b6ce8fe4a881a746bec (patch) | |
tree | 754e28f8bc00d625ccd7ba8ff8d7d36a50133718 /gcc | |
parent | 3a8ce7889ec3b728f6b9ea0abeb57c519903f210 (diff) | |
download | gcc-f8ea06228b5b780d9d893b6ce8fe4a881a746bec.tar.gz |
2010-10-18 Kai Tietz <kai.tietz@onevision.com>
* gfortran.dg/bessel_7.f90: Set xfail for mingw targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165633 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 fd169c8de61..4295e4e5a92 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 76ad1e33a5e..0620448e194 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 |