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] PR34262 - Fix MVBITS with arrays


Tobias Burnus wrote:

I find my method rather clumsy. Has someone a better idea? If not, OK for the trunk?


Your patch is OK :-)

However, is the attached not more elegant? The extension to all the other intrinsics is done by setting CLASS_ELEMENTAL in intrinsic.c and by adding the extra argument to the calls to gfc_get_intrinsic_sub_symbol, for the generic name.

Cheers and thanks

Paul


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