aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2021-11-11 18:51:35 +0100
committerJan Hubicka <jh@suse.cz>2021-11-11 18:51:35 +0100
commitdc002e31fb2d001703278263ea3d1cef366018ae (patch)
tree3fda907fecbd95c6ef9d9a76cf49d0204c56fbc7 /gcc
parent494bdadf28d0fb3505ff8dce5afa587e0ff46544 (diff)
downloadgcc-dc002e31fb2d001703278263ea3d1cef366018ae.zip
gcc-dc002e31fb2d001703278263ea3d1cef366018ae.tar.gz
gcc-dc002e31fb2d001703278263ea3d1cef366018ae.tar.bz2
Fix gfortran.dg/inline_matmul_17.f90 template.
As discussed on the mailing list the template actually tests for missed optimization where we fail to pragate size of an array. We no longer miss this after modref improvements. gcc/testsuite/ChangeLog: 2021-11-11 Jan Hubicka <hubicka@ucw.cz> * gfortran.dg/inline_matmul_17.f90: Fix template
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gfortran.dg/inline_matmul_17.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/inline_matmul_17.f90 b/gcc/testsuite/gfortran.dg/inline_matmul_17.f90
index d2ca8e2..cff4b6c 100644
--- a/gcc/testsuite/gfortran.dg/inline_matmul_17.f90
+++ b/gcc/testsuite/gfortran.dg/inline_matmul_17.f90
@@ -45,4 +45,4 @@ program main
c = matmul(a, bfunc())
if (any(c-d /= 0)) STOP 6
end program main
-! { dg-final { scan-tree-dump-times "matmul_r4" 2 "optimized" } }
+! { dg-final { scan-tree-dump-not "matmul_r4" "optimized" } }