https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88044
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2019-01-11 Ever confirmed|0 |1 --- Comment #9 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- Could you please replace (1) 'do n = 0, 3' with 'do n = 2, 3', and (2) 'do n = 0, 3' with 'do n = 0, 0'? I am not 100% confident about what 's = transfer(vs, s)' is supposed to do for zero-sized arrays/strings. In any case the length should never be greater than 2.