]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/33197 (Fortran 2008: math functions)
authorTobias Burnus <burnus@net-b.de>
Sat, 11 Jul 2009 00:03:07 +0000 (02:03 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 11 Jul 2009 00:03:07 +0000 (02:03 +0200)
commit8d3681f9148b7aca65cb6f654d288799fc3efccf
tree4746f04967a90fa0d6480825a4967b65d5b8a994
parent98ac6510fa40424a33df9cd8fabb0cdc18e147e7
re PR fortran/33197 (Fortran 2008: math functions)

2009-07-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33197
        * check.c (gfc_check_fn_rc2008): New function.
        * intrinsic.h (gfc_check_fn_rc2008): New prototype.
        * intrinsic.c (add_functions): Add complex tan, cosh, sinh,
        and tanh.

2009-07-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33197
        * gfortran.dg/complex_intrinsic_3.f90: New test.
        * gfortran.dg/complex_intrinsic_4.f90: New test.

From-SVN: r149503
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/intrinsic.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/complex_intrinsic_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/complex_intrinsic_4.f90 [new file with mode: 0644]