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



------- Comment #16 from michael dot a dot richmond at nasa dot gov  2007-11-27 13:08 -------
I am running the i386 version of FreeBSD 6.2. I compiled gcc myself. The only
reference to lgammaf in libgfortran/config.h is:

490:/* libm includes lgammaf */

libgfortran/config.log contains the following references to lgammaf:

configure:31736: checking for lgammaf in -lm
configure:31771: /usr/home/mrichmon/gcc-4.3-20071123/g95/./gcc/xgcc
-B/usr/home/mrichmon/gcc-4.3-20071123/g95/./gcc/
-B/home/mrichmon/irun/i386-unknown-freebsd6.2/bin/
-B/home/mrichmon/irun/i386-unknown-freebsd6.2/lib/ -isystem
/home/mrichmon/irun/i386-unknown-freebsd6.2/include -isystem
/home/mrichmon/irun/i386-unknown-freebsd6.2/sys-include -o conftest -std=gnu99
-O2 -g     conftest.c -lm   >&5
conftest.c:196: warning: conflicting types for built-in function 'lgammaf'
[snip]
ac_cv_lib_m_lgammaf=yes

The only version of libgfortran.so on my system is the one I create during the
gfortran build.


-- 


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


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