diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/ldist-pr45199.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/ldist-pr45199.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/ldist-pr45199.f b/gcc/testsuite/gfortran.dg/ldist-pr45199.f index 22b202e07e6..e01d32f2664 100644 --- a/gcc/testsuite/gfortran.dg/ldist-pr45199.f +++ b/gcc/testsuite/gfortran.dg/ldist-pr45199.f @@ -22,6 +22,6 @@ ! GCC should apply memset zero loop distribution and it should not ICE. -! { dg-final { scan-tree-dump "distributed: split to 9 loops" "ldist" } } +! { dg-final { scan-tree-dump "distributed: split to 0 loops and 9 library calls" "ldist" } } ! { dg-final { scan-tree-dump-times "generated memset zero" 9 "ldist" } } ! { dg-final { cleanup-tree-dump "ldist" } } |