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/31972] New: Internal Error occurs when TRANSFER with hollerith argument appears in a constructor


When I compile the program listed below I get the following message:

lsstr.f90:3.18:
i = (/ TRANSFER(4HSOLR, 0) /)
                 1
Warning: Extension: Hollerith constant at (1)
lsstr.f90:4.17:
END PROGRAM lsstr
                1
Internal Error at (1):
Invalid expression in gfc_target_expr_size.

PROGRAM lsstr
INTEGER, DIMENSION(1) :: i
i = (/ TRANSFER(4HSOLR, 0) /)
END PROGRAM lsstr


-- 
           Summary: Internal Error occurs when TRANSFER with hollerith
                    argument appears in a constructor
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


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