https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88486
--- Comment #11 from Mikael Morin <mikael at gcc dot gnu.org> --- (In reply to Mikael Morin from comment #10) > It seems gfc_conv_string_length changes the string length backend_decl of x > from *_x to a new variable (D.4740 with my out of date tree), so that the > reassignment code updates that variable instead of the original one _x. Adjusting the condition at the beginning of gfc_conv_string_length doesn't seem to work. I must be missing something.
