Commit ea81ff50 by Steven G. Kargl

block-2.f: Adjust testcase for new gfortran warnings for deleted and obsolescent features.

2018-05-21  Steven G. Kargl  <kargl@gcc.gnu.org>

	* gfortran.dg/graphite/block-2.f: Adjust testcase for new gfortran
   	warnings for deleted and obsolescent features.
	* gfortran.dg/graphite/id-19.f: Ditto.
	* gfortran.dg/graphite/id-20.f: Ditto.
	* gfortran.dg/graphite/id-27.f90: Ditto.
	* gfortran.dg/graphite/pr82449.f: Ditto.

From-SVN: r260480
parent b0292359
! { dg-do compile }
! { dg-options "-std=legacy" }
SUBROUTINE MATRIX_MUL_UNROLLED (A, B, C, L, M, N) SUBROUTINE MATRIX_MUL_UNROLLED (A, B, C, L, M, N)
DIMENSION A(L,M), B(M,N), C(L,N) DIMENSION A(L,M), B(M,N), C(L,N)
......
! { dg-do compile }
! { dg-options "-std=legacy" }
SUBROUTINE ECCODR(FPQR) SUBROUTINE ECCODR(FPQR)
DIMENSION FPQR(25,25,25) DIMENSION FPQR(25,25,25)
INTEGER P,Q,R INTEGER P,Q,R
......
! { dg-options "-O3 -ffast-math" } ! { dg-options "-O3 -ffast-math -std=legacy" }
DIMENSION FPQR(25,25,25) DIMENSION FPQR(25,25,25)
INTEGER P,Q,R INTEGER P,Q,R
......
! { dg-additional-options "-Ofast" } ! { dg-do compile }
! { dg-additional-options "-Ofast -std=legacy" }
MODULE module_ra_gfdleta MODULE module_ra_gfdleta
INTEGER, PARAMETER :: NBLY=15 INTEGER, PARAMETER :: NBLY=15
REAL , SAVE :: EM1(28,180),EM1WDE(28,180),TABLE1(28,180), & REAL , SAVE :: EM1(28,180),EM1WDE(28,180),TABLE1(28,180), &
......
! { dg-do compile } ! { dg-do compile }
! { dg-options "-O2 -floop-nest-optimize" } ! { dg-options "-O2 -floop-nest-optimize -std=legacy" }
SUBROUTINE JDFIDX(MKL,KGSH) SUBROUTINE JDFIDX(MKL,KGSH)
DIMENSION MKL(6,6) DIMENSION MKL(6,6)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment