diff mbox series

[committed] Add hppa*-*-* to dg-error targets at line 5 in gfortran.dg/pr95690.f90

Message ID ZRsrzoAdPY_HsVnj@mx3210.localdomain
State New
Headers show
Series [committed] Add hppa*-*-* to dg-error targets at line 5 in gfortran.dg/pr95690.f90 | expand

Commit Message

John David Anglin Oct. 2, 2023, 8:45 p.m. UTC
Committed to trunk.

Dave
---

Add hppa*-*-* to dg-error targets at line 5

2023-10-02  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

	* gfortran.dg/pr95690.f90: Add hppa*-*-* to dg-error targets at line 5.
diff mbox series

Patch

diff --git a/gcc/testsuite/gfortran.dg/pr95690.f90 b/gcc/testsuite/gfortran.dg/pr95690.f90
index 47a5df9e894..1432937438a 100644
--- a/gcc/testsuite/gfortran.dg/pr95690.f90
+++ b/gcc/testsuite/gfortran.dg/pr95690.f90
@@ -2,8 +2,8 @@ 
 module m
 contains
    subroutine s
-      print *, (erfc) ! { dg-error "not a floating constant" "" { target i?86-*-* x86_64-*-* sparc*-*-* cris-*-* } }
-   end ! { dg-error "not a floating constant" "" { target { ! "i?86-*-* x86_64-*-* sparc*-*-* cris-*-*" } } }
+      print *, (erfc) ! { dg-error "not a floating constant" "" { target i?86-*-* x86_64-*-* sparc*-*-* cris-*-* hppa*-*-* } }
+   end ! { dg-error "not a floating constant" "" { target { ! "i?86-*-* x86_64-*-* sparc*-*-* cris-*-* hppa*-*-*" } } }
    function erfc()
    end
 end