[gcc r17-2991] Skip gfortran.dg/PR100914.f90 on hppa*-*-hpux*

John David Anglin danglin@gcc.gnu.org
Wed Aug 5 20:21:07 GMT 2026


https://gcc.gnu.org/g:869a3e39ec98d3594e29f93f950c0518bffde766

commit r17-2991-g869a3e39ec98d3594e29f93f950c0518bffde766
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Wed Aug 5 16:20:29 2026 -0400

    Skip gfortran.dg/PR100914.f90 on hppa*-*-hpux*
    
    hppa*-*-hpux* lacks complex.h header file.
    
    2026-08-05  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/testsuite/ChangeLog:
    
            * gfortran.dg/PR100914.f90: Skip on hppa*-*-hpux*.

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

diff --git a/gcc/testsuite/gfortran.dg/PR100914.f90 b/gcc/testsuite/gfortran.dg/PR100914.f90
index 161f1265fa21..856566d7aab2 100644
--- a/gcc/testsuite/gfortran.dg/PR100914.f90
+++ b/gcc/testsuite/gfortran.dg/PR100914.f90
@@ -3,6 +3,7 @@
 ! { dg-require-effective-target fortran_real_c_float128 }
 ! { dg-additional-sources PR100914.c }
 ! { dg-additional-options "-Wno-pedantic" }
+! { dg-skip-if "No complex.h header" { hppa*-*-hpux* } }
 !
 ! Test the fix for PR100914
 !


More information about the Gcc-cvs mailing list