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 libfortran/29810] ld: (Warning) Unsatisfied symbol "fmodl" in file /mnt/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs/libgfortran.sl



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


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