[Bug target/62251] FAIL: gfortran.dg/quad_2.f90 execution test

danglin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 20 19:09:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[5 Regression] FAIL:        |FAIL:
                   |gfortran.dg/quad_2.f90      |gfortran.dg/quad_2.f90
                   |execution test              |execution test

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> ---
This is not a regression.  In 4.9 and previous to r214187 on trunk, the test
was unresolved:

spawn /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/ fortran_largest_fp_has_sqrt19380.f90
-fno-diagnostics-show-car
et -fdiagnostics-color=never
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libg
fortran/.libs -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-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
fortran_largest_fp_has_sqrt19380.exe
/usr/ccs/bin/ld: Unsatisfied symbols:
   sqrtl (first referenced in /var/tmp//cc8YZhsr.o) (code)
collect2: error: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
   sqrtl (first referenced in /var/tmp//cc8YZhsr.o) (code)
collect2: error: ld returned 1 exit status

UNSUPPORTED: gfortran.dg/quad_2.f90   -O0

sqrtl is not available on hpux.  It seems at some point before r214253
the test started running, probably using sqrtq from libquadmath.  I'm not
sure why this happened.



More information about the Gcc-bugs mailing list