]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add hppa*-*-* to dg-error targets at line 5
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 2 Oct 2023 20:36:02 +0000 (20:36 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 2 Oct 2023 20:36:02 +0000 (20:36 +0000)
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.

gcc/testsuite/gfortran.dg/pr95690.f90

index 47a5df9e894f4beef309f79cb486bb2d18c9cd3d..1432937438acb976581d33b88d8b8969df5e6d7f 100644 (file)
@@ -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