aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2020-07-02 17:12:48 -0400
committerDavid Edelsohn <dje.gcc@gmail.com>2020-07-02 17:14:16 -0400
commitc4a6b2dadcdebd39ba89e6e931c3a1e5bdfa4e23 (patch)
tree41bf43f2d5a9783e9580ed618041375f2adc6fb7
parent5079855e7ebe8fd4a7f9005dd75fa35f8cd54daa (diff)
downloadgcc-c4a6b2dadcdebd39ba89e6e931c3a1e5bdfa4e23.zip
gcc-c4a6b2dadcdebd39ba89e6e931c3a1e5bdfa4e23.tar.gz
gcc-c4a6b2dadcdebd39ba89e6e931c3a1e5bdfa4e23.tar.bz2
testsuite: Solaris reports warning on line 5.
gcc/testsuite/ChangeLog 2020-06-02 David Edelsohn <dje.gcc@gmail.com> * gfortran.dg/pr95690.f90: Solaris error appears on line 5.
-rw-r--r--gcc/testsuite/gfortran.dg/pr95690.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/pr95690.f90 b/gcc/testsuite/gfortran.dg/pr95690.f90
index f17f3c6..da809a0 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-*-* } }
- end ! { dg-error "not a floating constant" "" { target { ! "i?86-*-* x86_64-*-*" } } }
+ print *, (erfc) ! { dg-error "not a floating constant" "" { target i?86-*-* x86_64-*-* *-*-solaris* } }
+ end ! { dg-error "not a floating constant" "" { target { ! "i?86-*-* x86_64-*-* *-*-solaris*" } } }
function erfc()
end
end