https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #43 from John David Anglin <danglin at gcc dot gnu.org> --- The fix for PR 94694 fixed the build on hppa2.0w-hp-hpux11.11. We are left with the following new fails in dec_math.f90: FAIL: gfortran.dg/dec_math.f90 -O0 (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -O0 execution test FAIL: gfortran.dg/dec_math.f90 -O1 (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -O1 execution test FAIL: gfortran.dg/dec_math.f90 -O2 (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -O2 execution test FAIL: gfortran.dg/dec_math.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel- loops -ftracer -finline-functions (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel- loops -ftracer -finline-functions execution test FAIL: gfortran.dg/dec_math.f90 -O3 -g (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -O3 -g execution test FAIL: gfortran.dg/dec_math.f90 -Os (test for excess errors) FAIL: gfortran.dg/dec_math.f90 -Os execution test This is caused by the missing 'l' suffix routines: 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/ /test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/dec_math.f90 -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers -fdiagnostics-color=never -fdiagnostics-urls=never -O0 -cpp -std=gnu -B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.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 -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libatomic/.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 ./dec_math.exe /usr/ccs/bin/ld: Unsatisfied symbols: tanl (first referenced in /var/tmp//ccQhSJVu.o) (code) asinl (first referenced in /var/tmp//ccQhSJVu.o) (code) sinl (first referenced in /var/tmp//ccQhSJVu.o) (code) acosl (first referenced in /var/tmp//ccQhSJVu.o) (code) atanl (first referenced in /var/tmp//ccQhSJVu.o) (code) atan2l (first referenced in /var/tmp//ccQhSJVu.o) (code) cosl (first referenced in /var/tmp//ccQhSJVu.o) (code) collect2: error: ld returned 1 exit status compiler exited with status 1 While I will continue to work on a change to use the 'q' routines from libquadmath on hppa-hpux, this is of lower priority.