diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-10-02 20:36:02 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-10-02 20:36:02 +0000 |
commit | 269c25901845e20ed3f8f28cc4ca751ee8ee63a4 (patch) | |
tree | 8d1463fff6bd9dd9291c83fbcfe1a8df9fed074c | |
parent | c542906a205209e67b5cbf41fb5d0d5a747db308 (diff) | |
download | gcc-269c25901845e20ed3f8f28cc4ca751ee8ee63a4.zip gcc-269c25901845e20ed3f8f28cc4ca751ee8ee63a4.tar.gz gcc-269c25901845e20ed3f8f28cc4ca751ee8ee63a4.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/gfortran.dg/pr95690.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/pr95690.f90 b/gcc/testsuite/gfortran.dg/pr95690.f90 index 47a5df9..1432937 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 |