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 libfortran/34671] any(kind=1) and all(kind=1)



------- Comment #3 from tkoenig at gcc dot gnu dot org  2008-01-05 13:04 -------
Using GFOR_POINTER_TO_L1 for writing in "any" and "all" isn't
a good idea (it would lead to undefined bytes in the target
array).  I'll leave those alone and just add the corresponding
_l1 and _l2 functions.

For "count", we can at least eliminate the _l4, _l8 and _l16 versions.


-- 


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


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