From: Martin Sebor Date: Fri, 12 May 2017 19:23:00 +0000 (+0000) Subject: re PR testsuite/80643 (NA->FAIL: gcc.dg/pr79214.c gcc.dg/pr79222.c gcc.dg/pr79223... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b5f12ae4014fe20c1bd1f5967238ed7540c8e6c;p=gcc.git re PR testsuite/80643 (NA->FAIL: gcc.dg/pr79214.c gcc.dg/pr79222.c gcc.dg/pr79223.c gcc.dg/tree-ssa/builtins-folding-gimple-ub.c) gcc/testsuite/ChangeLog: PR testsuite/80643 * gfortran.dg/mvbits_7.f90: Prune diagnostic output incidental to the purpose of the test. From-SVN: r247993 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3b56e73f697..e1e7c42366f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-05-12 Martin Sebor + + PR testsuite/80643 + * gfortran.dg/mvbits_7.f90: Prune diagnostic output incidental + to the purpose of the test. + 2017-05-12 Steven Munroe * gcc.target/powerpc/bmi-andn-1.c: New file diff --git a/gcc/testsuite/gfortran.dg/mvbits_7.f90 b/gcc/testsuite/gfortran.dg/mvbits_7.f90 index 104ec67e4ff..47586c319d1 100644 --- a/gcc/testsuite/gfortran.dg/mvbits_7.f90 +++ b/gcc/testsuite/gfortran.dg/mvbits_7.f90 @@ -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" }