]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/30223 (Fortran frontend does not know about cbrt, cexpi and sincos)
authorRichard Guenther <rguenther@suse.de>
Sat, 20 Jan 2007 11:12:35 +0000 (11:12 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 20 Jan 2007 11:12:35 +0000 (11:12 +0000)
commit3a53e16539952155bef788660ea6f623de9f025d
tree370af2256f5029bc5c18ceac40cf9de355a830ed
parent6d9c91e9f886c13a6712cd7ac17c1c2cdadcc703
re PR fortran/30223 (Fortran frontend does not know about cbrt, cexpi and sincos)

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.

From-SVN: r120998
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c