Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gfortran.dg/pr58484.f @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
1 ! { dg-do compile } | 1 ! { dg-do compile } |
2 ! { dg-options "-O2" } | 2 ! { dg-options "-O2 -std=legacy" } |
3 SUBROUTINE UMPSE(AIBJ,NOC,NDIM,NOCA,NVIRA,NOCCA,E2) | 3 SUBROUTINE UMPSE(AIBJ,NOC,NDIM,NOCA,NVIRA,NOCCA,E2) |
4 DIMENSION AIBJ(NOC,NDIM,*) | 4 DIMENSION AIBJ(NOC,NDIM,*) |
5 DO 20 MA=1,NVIRA | 5 DO 20 MA=1,NVIRA |
6 DO 20 MI=1,NOCA | 6 DO 20 MI=1,NOCA |
7 DO 10 MB=1,MA | 7 DO 10 MB=1,MA |