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

            Bug ID: 59599
           Summary: Compiler internal error on intrinsic ichar
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fmartinez at gmv dot com

Created attachment 31513
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31513&action=edit
Source code generatin the execption

When using the optional paramenter kind in the invocation of intrinsic function
ichar the following exception is thrown:

m_util_convert.f90:767:0: internal compiler error: in gfc_trans_assignment_1,
at fortran/trans-expr.c:8006
   res = ichar( cpk, kind=1 )
 ^

Source file attached

Reply via email to