This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33197] Fortran 2008: math functions and other small changes



------- Comment #12 from fxcoudert at gcc dot gnu dot org  2008-03-06 12:41 -------
Subject: Bug 33197

Author: fxcoudert
Date: Thu Mar  6 12:40:28 2008
New Revision: 132970

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132970
Log:
        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.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.h
    trunk/gcc/fortran/simplify.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]