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/23815: Add byte-swapping to gfortran


On Mon, Nov 14, 2005 at 06:35:26PM -0500, Craig Powers wrote:
> Bernhard Fischer wrote:
> >On Mon, Nov 14, 2005 at 12:19:03AM +0100, Thomas Koenig wrote:
> >>+  /* Write with ascendig order - this is likely faster because
> >
> >
> >s/faster because/faster/
> 
> And while you're at it, s/ascendig/ascending

Done.  Anybody find any other mistakes (spelling or otherwise)?

I didn't handle kind=10 variables, because I don't know how they
are arranged on a big-endian system (if there is such a beast in
operation which supports them).

	Thomas


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