[Bug fortran/31610] New: ICE with transfer, merge in gfc_conv_expr_descriptor
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Apr 17 16:37:00 GMT 2007
Testcase (4.3.0 20070415):
Character(len=20) string
Logical, Dimension(20) :: a
string = transfer(merge (transfer(achar (ichar('A')), "x", len(string)),
string, a), repeat("x", len(string)) )
end
--
Summary: ICE with transfer, merge in gfc_conv_expr_descriptor
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31610
More information about the Gcc-bugs
mailing list