This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]