[Bug testsuite/50487] FAIL: gfortran.dg/bessel_6.f90

hjl.tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Sep 22 18:22:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50487

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libfortran                  |testsuite
   Target Milestone|---                         |4.7.0

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-09-22 18:16:35 UTC ---
(In reply to comment #1)
> I've had this patch in my tree for nearly a year.  I'm surprised
> that glibc developers took nearly a year to apply a form of my
> libm patch to their tree.
> 
> 
> Index: gcc/testsuite/gfortran.dg/bessel_6.f90
> ===================================================================
> --- gcc/testsuite/gfortran.dg/bessel_6.f90      (revision 179023)
> +++ gcc/testsuite/gfortran.dg/bessel_6.f90      (working copy)
> @@ -12,7 +12,7 @@
>  implicit none
>  real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9,
> 1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] 
>  real,parameter :: myeps(size(values)) = epsilon(0.0) &
> -                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 75, 15 ]
> +                  * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 92, 15 ]
>  ! The following is sufficient for me - the values above are a bit
>  ! more tolerant
>  !                  * [0, 5, 3, 4, 6, 7, 7, 5, 5, 6, 66, 4 ]

It works for me.  Can you check it in?



More information about the Gcc-bugs mailing list