From: David Edelsohn Date: Thu, 2 Jul 2020 21:12:48 +0000 (-0400) Subject: testsuite: Solaris reports warning on line 5. X-Git-Tag: basepoints/gcc-12~6460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a6b2dadcdebd39ba89e6e931c3a1e5bdfa4e23;p=thirdparty%2Fgcc.git testsuite: Solaris reports warning on line 5. gcc/testsuite/ChangeLog 2020-06-02 David Edelsohn * gfortran.dg/pr95690.f90: Solaris error appears on line 5. --- diff --git a/gcc/testsuite/gfortran.dg/pr95690.f90 b/gcc/testsuite/gfortran.dg/pr95690.f90 index f17f3c623cc7..da809a0d3b34 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