Re: [Regression, patch][Fortran] ICE: Invalid expression in gfc_element_size PR93601
Hi Mark and Steve, OK to commit? Yes. Again, thanks a lot! Regards Thomas
[Regression, patch][Fortran] ICE: Invalid expression in gfc_element_size PR93601
Please find attached a fix for PR93601. gcc/fortran/ChangeLogs Steven G. Kargl PR fortran/93601 * match.c (gfc_match_assignment) : Reject assignment if the lhs stype is BT_CLASS and the rhs type is BT_BOZ. gcc/testsuite/ChangeLogs Mark Eggleston PR fortran/93601