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