[gcc r14-7016] Skip gfortran.dg/dec_math.f90 on hppa

John David Anglin danglin@gcc.gnu.org
Mon Jan 8 22:19:35 GMT 2024


https://gcc.gnu.org/g:d1260e9e2464c654685ccccfcd469400abdcf15c

commit r14-7016-gd1260e9e2464c654685ccccfcd469400abdcf15c
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Jan 8 22:18:28 2024 +0000

    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*.

Diff:
---
 gcc/testsuite/gfortran.dg/dec_math.f90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gfortran.dg/dec_math.f90 b/gcc/testsuite/gfortran.dg/dec_math.f90
index d95233a5169..393e7def88e 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.


More information about the Gcc-cvs mailing list