This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2007 11:12:51 -0000
- Subject: [Bug fortran/30223] Fortran frontend does not know about cbrt, cexpi and sincos
- References: <bug-30223-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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