From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22146 invoked by alias); 2 Jun 2005 11:41:48 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22137 invoked by uid 48); 2 Jun 2005 11:41:46 -0000 Date: Thu, 02 Jun 2005 11:41:00 -0000 Message-ID: <20050602114146.22136.qmail@sourceware.org> From: "fxcoudert at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050602103244.21877.P.Schaffnit@access.rwth-aachen.de> References: <20050602103244.21877.P.Schaffnit@access.rwth-aachen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/21877] internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:165 X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg00201.txt.bz2 List-Id: ------- 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