------- 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
                  1
Error: Derived type definition at (1) has no components
 In file t.f90:16

      use foo_type_mod
                     1
Fatal Error: Can't open module file 'foo_type_mod.mod' for reading at (1): No
such file or directory

4.3 works.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35123

Reply via email to