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/30223] Fortran frontend does not know about cbrt, cexpi and sincos



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-01-20 11:12 -------
Subject: Bug 30223

Author: rguenth
Date: Sat Jan 20 11:12:35 2007
New Revision: 120998

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120998
Log:
2007-01-20  Richard Guenther  <rguenther@suse.de>

        PR fortran/30223
        * f95-lang.c (gfc_init_builtin_functions): Provide cbrt and
        cexpi builtins if we have TARGET_C99_FUNCTIONS.  Provide
        sincos builtins if the target has sincos.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/f95-lang.c


-- 


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


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