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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org 2011-12-19 00:55:56 UTC ---
(In reply to comment #0)
> Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
> -B
> /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
> -B/test/gnu/gcc/objdir/hppa2.
> 0w-hp-hpux11.11/./libgfortran/
> /test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/quad_
> 2.f90    -O0   -pedantic-errors 
> -B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./
> libgfortran/.libs
> -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.li
> bs -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
> -B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs
> -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs
> -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs  -lm   -o
> ./quad_2.exe    (timeout = 300)/usr/ccs/bin/ld: Unsatisfied symbols:   sqrtl
> (first referenced in /var/tmp//cc8hxOpo.o) (code)collect2: error: ld returned 
> 1
> exit statuscompiler exited with status 1output is:
> /usr/ccs/bin/ld: Unsatisfied symbols:
>    sqrtl (first referenced in /var/tmp//cc8hxOpo.o) (code)
> collect2: error: ld returned 1 exit status
> 
> FAIL: gfortran.dg/quad_2.f90  -O0  (test for excess errors)

Well, the obvious questions is "Does hpux11 have a sqrtl() in libm?"

Possibly, relates to PR 51057

Reply via email to