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.
This commit is contained in:
David Edelsohn 2020-07-02 17:12:48 -04:00
parent 5079855e7e
commit c4a6b2dadc
1 changed files with 2 additions and 2 deletions

View File

@ -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