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/37025] New: ICE with TRANSFER to non-default-kind character: transfer(int(z'bde4'),4_'a')


f951: internal compiler error: in gfc_interpret_character, at
fortran/target-memory.c:402

  gcc_assert (result->ts.kind == gfc_default_character_kind);

character(len=20,kind=4) :: str
str = transfer(int(z'bde4'),4_'a')
end


-- 
           Summary: ICE with TRANSFER to non-default-kind character:
                    transfer(int(z'bde4'),4_'a')
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org
OtherBugsDependingO 31237
             nThis:


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


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