This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Is this yet another bug with transfer


My mistake had nothing to do with endianness, but was because
I did not read correctly the definition of TRANSFER():
transfer(1.0_16,x) is a scalar and I was expecting the result
of transfer(1.0_16,ax), i.e. an array of rank one and length two.

Thanks for the answer and sorry for the noise.

Dominique


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