https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57117
--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > Created attachment 36609 [details] > Draft patch for the PR With this patch, the tests in this PR compile. However it seems that there is a remaining issue with "allocate(y(3,3), source=transpose(x))": running the original test outputs FAIL: T T T T F T T T T T T T T T T 'y' seems to be filled with 'x' and not 'transpose(x)'.