------- Comment #3 from sfilippone at uniroma2 dot it 2008-02-07 14:54 ------- (In reply to comment #2) > gfortran 4.1 errors with > > In file t.f90:3 > > integer, allocatable :: md(:), g2l(:) > 1 > Error: Attribute at (1) is not allowed in a TYPE definition >
The failure in 4.1 is due to the support of language extension TR 15581, which was only added in 4.2.0. Salvatore -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35123