[PATCH] PR Fortran/93263 Correct test case

Should've have checked for the existance of a non static integer
using scan-tree-dump instead of scan-tree-dump-not. A cut and paste
error.
This commit is contained in:
Mark Eggleston 2020-01-20 13:23:07 +00:00
parent 1a2b60b581
commit e82ba180d6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2020-01-20 Mark Eggleston <mark.eggleston@codethink.com>
* gfortran.dg/pr93263_1.f90: Change scan-tree-dump-not to
scan-tree-dump.
2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
PR target/93319

View file

@ -25,5 +25,5 @@ recursive subroutine check(n)
end
! { dg-final { scan-tree-dump-not "static integer\\(kind=4\\) a" "original" } }
! { dg-final { scan-tree-dump-not "integer\\(kind=4\\) a" "original" } }
! { dg-final { scan-tree-dump "integer\\(kind=4\\) a" "original" } }