[gcc r17-2991] Skip gfortran.dg/PR100914.f90 on hppa*-*-hpux*
John David Anglin via Gcc-cvs <[email protected]> Wed, 5 Aug 2026 20:21:07 +0000 (GMT)
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:869a3e39ec98d3594e29f93f950c0518bffde766 commit r17-2991-g869a3e39ec98d3594e29f93f950c0518bffde766 Author: John David Anglin <[email protected]> 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 <[email protected]> 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 !