simplify.c (gfc_simplify_bessel_n2): Fix indention and argument type.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 28 Aug 2010 14:27:34 +0000 (14:27 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 28 Aug 2010 14:27:34 +0000 (16:27 +0200)
commit4c6e913ce840bc2007c5dc55ea8b11a442dde091
treeb0f723b995725db16a3eb2b25a2d82412b3a7836
parente4ff7a56c6f81d3ed516333309bc960fa2d4979f
simplify.c (gfc_simplify_bessel_n2): Fix indention and argument type.

fortran/
2010-07-21  Steven G. Kargl  <kargl@gcc.gnu.org>

        * simplify.c (gfc_simplify_bessel_n2): Fix indention
        and argument type.

testsuite/
2010-07-21  Steven G. Kargl  <kargl@gcc.gnu.org>
            Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/bessel_7.f90: Decrease required precision.

Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r163615
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bessel_7.f90