testsuite: Solaris reports warning on line 5.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 Jul 2020 21:12:48 +0000 (17:12 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 Jul 2020 21:14:16 +0000 (17:14 -0400)
gcc/testsuite/ChangeLog

2020-06-02  David Edelsohn  <dje.gcc@gmail.com>

* gfortran.dg/pr95690.f90: Solaris error appears on line 5.

gcc/testsuite/gfortran.dg/pr95690.f90

index f17f3c623cc77d8f0db23dd7352dc23bb9a9e318..da809a0d3b34c48c1354d11407be950f83cd0f40 100644 (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