2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / initialization_25.f90
blob66c447e2f1cbf59c917cc92161051caea560208f
1 ! { dg-do compile }
3 ! PR fortran/35779 - unrelated error message
4 ! Tescase contributed by
5 ! Dick Hendrickson <dick DOT hendrickson AT gmail DOT com>
7 ! Initial patch was reverted as it broke nested loops (see initialization_26.f90).
10 ! INTEGER :: J1
11 ! INTEGER,PARAMETER :: I2(10) = (/(J1,J1=its_bad,1,-1)/) ! { dg - error "does not reduce" }
12 END