https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101309
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |burnus at gcc dot gnu.org Resolution|--- |FIXED --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> --- FIXED (in GCC 12) Note: TRANSPOSE now yields an descriptor where the dimension are swapped, i.e. dim[0].sm > dim[1].sm, unless the dummy argument has to be contiguous. Otherwise, the testsuite passes now. (For SHAPE and polymorphism with RESHAPE and nested TRANSPOSE, other PRs exists.)