------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-02 
11:41 -------
Thanks for reporting! Here is a reduction of your bug (gfortran-20050602 on
i386-linux):

$ cat a-stripped.f90 
      module foo
      character(len=l) :: s
      contains
      end module foo
$ gfortran a-stripped.f90 
a-stripped.f90:0: internal compiler error: in lhd_set_decl_assembler_name, at
langhooks.c:165

The internal compiler error is a bug in gfortran. Meanwhile, I don't understand
how your code (file module_io) is supposed to work: bufferString is declared as
      CHARACTER ( LEN = Input_String_Length )::   bufferString
but Input_String_Length is not declared!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-02 11:41:45
               date|                            |


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

Reply via email to