]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip gfortran.dg/dec_math.f90 on hppa
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 8 Jan 2024 22:18:28 +0000 (22:18 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 8 Jan 2024 22:18:28 +0000 (22:18 +0000)
hppa*-*-hpux* doesn't have any long double trig functions.

2024-01-08  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gfortran.dg/dec_math.f90: Skip on hppa*-*-hpux*.

gcc/testsuite/gfortran.dg/dec_math.f90

index d95233a51694a719664599c1a442834a13a472c7..393e7def88e046a6e34d3e957e0595a5799111e6 100644 (file)
@@ -1,5 +1,6 @@
 ! { dg-options "-cpp -std=gnu" }
 ! { dg-do run { xfail i?86-*-freebsd* } }
+! { dg-skip-if "No long double libc functions" { hppa*-*-hpux* } }
 !
 ! Test extra math intrinsics formerly offered by -fdec-math,
 ! now included with -std=gnu or -std=legacy.