This is the mail archive of the gcc-patches@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]

Re: [patch, fortran] Fix PR 34671 - logical kind=1 and kind=2 intrinsics


Thomas Koenig wrote:
Hello world,

this patch fixes PR 34671 by providing any, all and count
intrinsics for kind=1 and kind=2 functions.  It also
uses GFC_LOGICAL_1 pointers to cut down on the number of
functions needed, and converts the mask arguments to kind=1
to save memory if these are functions (like we already do with
mask arguments to other intrinsics).

If you apply this patch, make sure to at least delete your whole
libgfortran build directory (or even better, build from
scratch); otherwise, you'll get strange errors about missing functions.

Right now regression-testing on i686-pc-linux-gnu.  OK if
this passes?

Thomas


I am missing some tools on ppc64 to build this. Can someone else confirm on that platform?

Jerry


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