aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2024-01-08 22:18:28 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2024-01-08 22:18:28 +0000
commitd1260e9e2464c654685ccccfcd469400abdcf15c (patch)
treeb131377064fd5a1c06b20f23077dcdacf04b20ee
parent932b8d077c23986da5279bf8b5d84875de1fb826 (diff)
downloadgcc-d1260e9e2464c654685ccccfcd469400abdcf15c.zip
gcc-d1260e9e2464c654685ccccfcd469400abdcf15c.tar.gz
gcc-d1260e9e2464c654685ccccfcd469400abdcf15c.tar.bz2
Skip gfortran.dg/dec_math.f90 on hppa
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*.
-rw-r--r--gcc/testsuite/gfortran.dg/dec_math.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/dec_math.f90 b/gcc/testsuite/gfortran.dg/dec_math.f90
index d95233a..393e7de 100644
--- a/gcc/testsuite/gfortran.dg/dec_math.f90
+++ b/gcc/testsuite/gfortran.dg/dec_math.f90
@@ -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.