This is the mail archive of the gcc@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]

Re: [tree-ssa] ICE on nightly build


On Sunday 31 August 2003 8:33 am, Linus Sjöberg wrote:
> Tonights build of tree-ssa failed with:

I think I know what's causing this, however it doesn't happen on either of 
the systems I have access to so I can't be sure. If you get chance could 
you try the patch below.

Paul

--- /home/paul/cases/clean/tree-ssa/gcc/fortran/f95-lang.c	2003-08-30 
18:53:20.000000000 +0100
+++ ./f95-lang.c	2003-08-31 01:07:53.000000000 +0100
@@ -882,6 +882,7 @@ gfc_init_builtin_functions (void)
 
 #include "mathbuiltins.def"
 
+  DEFINE_MATH_BUILTIN (FABS, "fabs", 1);
   /* We define there seperately as the fortran versions have different
      semantics (they return an integer type) */
   gfc_define_builtin ("__builtin_floor", mfunc_double[1], 


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