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: [RFC, fortran]: Updated TRANSFER patch, now with a proper target-memory implementation.


Hi Brooks,

Many thanks to Paul and yourself for working on this, it looks very good and reasonable code (which is not easy to write with the host/ target memory representation mismatch). I intend to look into it a bit over the week-end. My few suggestions for the near future would include:
a- writing testcases that systematically compare parameter to non- parameter TRANSFER, on all possible objects
b- find a way to run these testcases in a cross-compiler setup where host and target have different endianness. Maybe we could get some help about setting this up? (the only cross I ever worked with is linux-mingw)


Then, I have one more question: did you try this patch on real (kind=10) variables, including arrays and derived type components? I think it's one of the difficult corner cases...

Thanks again,
FX



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