re PR testsuite/80643 (NA->FAIL: gcc.dg/pr79214.c gcc.dg/pr79222.c gcc.dg/pr79223...
authorMartin Sebor <msebor@redhat.com>
Fri, 12 May 2017 19:23:00 +0000 (19:23 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Fri, 12 May 2017 19:23:00 +0000 (13:23 -0600)
gcc/testsuite/ChangeLog:

PR testsuite/80643
* gfortran.dg/mvbits_7.f90: Prune diagnostic output incidental
to the purpose of the test.

From-SVN: r247993

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/mvbits_7.f90

index 3b56e73f69771b7d7a2e5b84eedaededd1a6162e..e1e7c42366f5f1fbc59c3f0b07c23b1d5d32d142 100644 (file)
@@ -1,3 +1,9 @@
+2017-05-12  Martin Sebor  <msebor@redhat.com>
+
+       PR testsuite/80643
+       * gfortran.dg/mvbits_7.f90: Prune diagnostic output incidental
+       to the purpose of the test.
+
 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
 
        * gcc.target/powerpc/bmi-andn-1.c: New file
index 104ec67e4ff5fcfe1a745e2cf8fbdf10130d1550..47586c319d1b25eed9d1b33f15561a4433285125 100644 (file)
@@ -25,6 +25,8 @@ contains
   SUBROUTINE bar (x, NF4, NF3, NF1, MF1, MF4, MF3)
     TYPE(t) x(NF4, NF3)  ! Dependency through variable indices
     CALL MVBITS (x(NF4:NF1:MF1, NF1:NF3)%i, 1, &
-                 6, x(-MF4:-MF1:-NF1, -MF1:-MF3)%i, 9)   ! { dg-warning "reading" }
+                 6, x(-MF4:-MF1:-NF1, -MF1:-MF3)%i, 9)
   END SUBROUTINE
 end
+
+! { dg-prune-output "reading \[0-9\]+ bytes from a region" }