public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9220] Fortran testsuite: fix invalid Fortran in testcase
@ 2024-02-28 18:19 Harald Anlauf
  0 siblings, 0 replies; only message in thread
From: Harald Anlauf @ 2024-02-28 18:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:95f012ef4a72eb50f05ad909fa10655f4cb8cbd3

commit r14-9220-g95f012ef4a72eb50f05ad909fa10655f4cb8cbd3
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Feb 27 21:51:53 2024 +0100

    Fortran testsuite: fix invalid Fortran in testcase
    
    gcc/testsuite/ChangeLog:
    
            * gfortran.dg/pr101026.f: Let variables used in specification
            expression be passed as dummy arguments

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

diff --git a/gcc/testsuite/gfortran.dg/pr101026.f b/gcc/testsuite/gfortran.dg/pr101026.f
index 9576d8802ca..e05e21c898a 100644
--- a/gcc/testsuite/gfortran.dg/pr101026.f
+++ b/gcc/testsuite/gfortran.dg/pr101026.f
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! { dg-options "-Ofast -frounding-math" }
-      SUBROUTINE PASSB4 (CC,CH)
+      SUBROUTINE PASSB4 (CC,CH,IDO,L1)
       DIMENSION CC(IDO,4,L1), CH(IDO,L1,*)
          DO 103 I=2,IDO,2
             TI4 = CC0-CC(I,4,K)

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

only message in thread, other threads:[~2024-02-28 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 18:19 [gcc r14-9220] Fortran testsuite: fix invalid Fortran in testcase Harald Anlauf

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).