This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17579] New: ICE: in lhd_set_decl_assembler_name, at langhooks.c:190


Hi,

this valid code snippet gives an ICE:

module gfcbug11
  character (len=*), parameter :: names(2) = (/ "Adam", "Eve " /)
end module gfcbug11

Result:

gfcbug11.f90:0: internal compiler error: in lhd_set_decl_assembler_name, at
langhooks.c:190
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Cheers,
-ha

-- 
           Summary: ICE: in lhd_set_decl_assembler_name, at langhooks.c:190
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]