This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33698] FAIL: gfortran.dg/gamma_5.f90
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2007 01:52:19 -0000
- Subject: [Bug fortran/33698] FAIL: gfortran.dg/gamma_5.f90
- References: <bug-33698-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-09 01:52 -------
Index: trans-intrinsic.c
===================================================================
--- trans-intrinsic.c (revision 129058)
+++ trans-intrinsic.c (working copy)
@@ -119,6 +119,10 @@ gfc_intrinsic_map_t;
static GTY(()) gfc_intrinsic_map_t gfc_intrinsic_map[] =
{
/* Functions built into gcc itself. */
+#ifndef tgamma
+#define tgamma gamma
+#endif
+
#include "mathbuiltins.def"
/* Functions in libm. */
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33698