[Bug fortran/45689] [F2003] Missing transformational intrinsic in the trans_func_f2003 list

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Tue Jun 25 17:16:00 GMT 2013


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.



More information about the Gcc-bugs mailing list