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/33698] FAIL: gfortran.dg/gamma_5.f90



------- 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


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