summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gfortran.dg/namelist_5.f90
blob: d7ccfd106ca1fd9b62ed186e4293ba39fb6203b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
! { dg-do compile }
! Tests the fix for PR25054 in which namelist objects with non-constant
! shape were allowed.
!
! Contributed by Joost VandeVondele  <jv244@cam.ac.uk>
!
SUBROUTINE S1(I)
 integer :: a,b(I)
 NAMELIST /NLIST/ a,b ! { dg-error "must have constant shape" }
 a=1 ; b=2
 write(6,NML=NLIST)
END SUBROUTINE S1
END
OpenPOWER on IntegriCloud