This is the mail archive of the gcc-patches@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-20020619-branch] current status report on i386-*-freebsd4*


On Tuesday 17 February 2004 10:00 am, Loren James Rittle wrote:
> 5. All gfortran link tests fail with:
>
> [...]/libgfortran/.libs/libgfortran.so: undefined reference to `round'
> [...]/libgfortran/.libs/libgfortran.so: undefined reference to `roundf'
>
> Our -lm has no round or roundf; also, no idea why the builtins defined
> within gfortran aren't being used here, if they were suppose to be
> used.  Help from the g95 guys would be much appreciated.

Most of the math builtin functions are just for optimization purposes. They 
still fall back to library functions for the actual implementation.

Paul


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