------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2006-11-13 
02:40 -------
Subject: Re:  ld: (Warning) Unsatisfied symbol "fmodl" in file
/mnt/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.lRO

> Here's an untested patch.

> +  return (x - floorl(x / y) * y;

Unfortunately, we have the same problem with floorl.  I tried
forcing with __builtin_floorl but it didn't work.  There are
implementations in glibc but I doubt it's ok to use them given
Richard's experience in trying to set up a math lib.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29810

Reply via email to