public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4373] Add hppa*-*-* to dg-error targets at line 5
@ 2023-10-02 20:36 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2023-10-02 20:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:269c25901845e20ed3f8f28cc4ca751ee8ee63a4

commit r14-4373-g269c25901845e20ed3f8f28cc4ca751ee8ee63a4
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Oct 2 20:36:02 2023 +0000

    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:
---
 gcc/testsuite/gfortran.dg/pr95690.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-02 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 20:36 [gcc r14-4373] Add hppa*-*-* to dg-error targets at line 5 John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).