[Bug fortran/38205] Tranformational function SUM rejected in initialization expressions

mikael at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 26 17:51:00 GMT 2008



------- Comment #6 from mikael at gcc dot gnu dot org  2008-11-26 17:49 -------
(In reply to comment #5)
> Currently not simplified are:
> - ALL/ANY/COUNT
> - cshift/eoshift
> - dot_product/matmul
> - (max|min)(loc|val) - note: (max|min)val is implemented for rank == 1 w/o dim
> - pack/unpack
> - spread
> - transpose
> 
... and sum.

Ok, I missed that. That's much more work than expected. :-(
Wouldn't there be so many gfc_simplify* in place, I would rather go for a
wrapper to call libgfortran's functions at compile time. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38205



More information about the Gcc-bugs mailing list