trans-expr.c
273 KB
-
re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array) · a2581005
2015-03-24 Andre Vehreschild <vehre@gmx.de> PR fortran/55901 * trans-expr.c (gfc_conv_structure): Fixed indendation. Using integer_zero_node now instead of explicitly constructing a integer constant zero node. (gfc_conv_derived_to_class): Add handling of _len component, i.e., when the rhs has a string_length then assign that to class' _len, else assign 0. (gfc_conv_intrinsic_to_class): Likewise. From-SVN: r221627
Andre Vehreschild committed