http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45689
--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- >From http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29962#c20 Transformational intrinsics, done are: * all, any, count * product, sum * dot_product, matmul, transpose * pack, unpack, spread Left: * maxloc, minloc * maxval, minval (generic case) * cshift, eoshift While at it, see also PR29600 (kind arguments) and PR36313 (character type). Earlier this year, I was working on the cshift/eoshift, but I strongly believe that the linear list that builds the constructor must be replaced with splay trees before this can be implemented somewhat efficiently. I think what is left in pr29962 is a duplicate of this one.