! { dg-do compile }! PR fortran/36824!! Dimension of tgclist was not recognized as having constant bounds!program testimplicit noneinteger,dimension(3),parameter::tgc=(/5,6,7/)type tgccompinteger,dimension(tgc(1):tgc(2))::tgclistend type tgccompend program