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: PR fortran/19269 (partial fix): Lengths of reshaped arrays


Richard,

outcome? I suppose it could be fixed by suppressing the length
arguments or by creating special character versions of the library
routines.



Does anyone have any thoughts about that?


Yes, as I said to you off-list, this was discussed some while back:

Indeed, you can drop the character length arguments for intrinsic functions and they all work fine. I tested this and it works for each and every case.

However, Paul B did not like it, on consistency grounds, and so the second solution is the preferred one. I discussed it with Thomas Koenig, who is our expert on this part of the library; I am not sure whether he has put the job in his own queue or was assuming that I would do it!

Regards

Paul T


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