This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/47493] FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 compilation
- From: "dave at hiauly1 dot hia.nrc.ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jan 2011 17:27:44 +0000
- Subject: [Bug libfortran/47493] FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 compilation
- Auto-submitted: auto-generated
- References: <bug-47493-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47493
--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-01-27 17:27:40 UTC ---
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47493
>
> Tobias Burnus <burnus at gcc dot gnu.org> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |burnus at gcc dot gnu.org
>
> --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-27 17:04:51 UTC ---
> > (.rodata+0x68): undefined reference to `_gfortran_specific__sqrt_r8'
>
> Can you run:
> nm libgfortran.a |grep _gfortran_specific__sqrt_
> on my system that gives:
dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libgfortran/.libs$ nm libgfortran.a
|grep _gfortran_specific__sqrt_
00000000 T _gfortran_specific__sqrt_r4
00000000 T _gfortran_specific__sqrt_c4
00000000 T _gfortran_specific__sqrt_c8
I don't fully trust the kernel on this system. I see in config.h:
/* libm includes sqrt */
/* #undef HAVE_SQRT */
I think the configure test probably failed due to a cache management problem,
although I didn't see anything the the system log.
Dave