The new file gfortran.dg/array_4.f90 was missing from the commit 137910
2008-07-17 Tobias Burnus <burnus@net-b.de> PR fortran/36824 * gfortran.dg/array_4.f90: New. From-SVN: r137949
This commit is contained in:
parent
766de78c77
commit
4b043b8de5
12
gcc/testsuite/gfortran.dg/array_4.f90
Normal file
12
gcc/testsuite/gfortran.dg/array_4.f90
Normal file
@ -0,0 +1,12 @@
|
||||
! { dg-do compile }
|
||||
! PR fortran/36824
|
||||
!
|
||||
! Dimension of tgclist was not recognized as having constant bounds
|
||||
!
|
||||
program test
|
||||
implicit none
|
||||
integer, dimension( 3 ), parameter :: tgc = (/5, 6, 7 /)
|
||||
type tgccomp
|
||||
integer, dimension( tgc( 1 ) : tgc( 2 ) ) :: tgclist
|
||||
end type tgccomp
|
||||
end program
|
Loading…
x
Reference in New Issue
Block a user