------- Comment #20 from dfranke at gcc dot gnu dot org 2009-12-04 22:07 ------- 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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29962