public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5178] Fix gfortran.dg/inline_matmul_17.f90 template.
@ 2021-11-11 17:52 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2021-11-11 17:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dc002e31fb2d001703278263ea3d1cef366018ae

commit r12-5178-gdc002e31fb2d001703278263ea3d1cef366018ae
Author: Jan Hubicka <jh@suse.cz>
Date:   Thu Nov 11 18:51:35 2021 +0100

    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

Diff:
---
 gcc/testsuite/gfortran.dg/inline_matmul_17.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/inline_matmul_17.f90 b/gcc/testsuite/gfortran.dg/inline_matmul_17.f90
index d2ca8e2948a..cff4b6ce5e2 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" } }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-11 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 17:52 [gcc r12-5178] Fix gfortran.dg/inline_matmul_17.f90 template Jan Hubicka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).