--- 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
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-02-07 14:21 ---
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
In file t.f90:4
end type foo_type
--- Comment #1 from sfilippone at uniroma2 dot it 2008-02-07 12:02 ---
Created an attachment (id=15114)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15114&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35123