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 target/62251] FAIL: gfortran.dg/quad_2.f90 execution test


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.


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