re PR fortran/33197 (Fortran 2008: math functions)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 6 Mar 2008 12:40:28 +0000 (12:40 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 6 Mar 2008 12:40:28 +0000 (12:40 +0000)
commitfdc54e885432c29ce4bdb53b1bd0802e24064e2a
treed56bf1a8fd672d2363963eebb687684042a5bcb8
parentfc0f49f351977cd44ac55551e4cb0fc92477eef7
re PR fortran/33197 (Fortran 2008: math functions)

PR fortran/33197
* intrinsic.c (add_functions): Add simplification routines for
ERF, DERF, ERFC and DERFC.
* decl.c (gfc_match_suffix, gfc_match_subroutine): Change GNU
extensions into Fortran 2008 features.
* intrinsic.h (gfc_simplify_erf, gfc_simplify_erfc): New
prototypes.
* simplify.c (gfc_simplify_erf, gfc_simplify_erfc): New functions.

From-SVN: r132970
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/simplify.c