This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] Wide character I/O Part 1.2 Round 3
- From: FX <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 13 Jun 2008 17:26:36 +0100
- Subject: Re: [patch, fortran] Wide character I/O Part 1.2 Round 3
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:mime-version:content-type :resent-date:message-id:cc:content-transfer-encoding:resent-to:from :subject:resent-from:resent-message-id:date:x-mailer; bh=d1cHeN9ClmlAGLkImykLgqMkAqS2aGntrfBqA4wmhxg=; b=G5fUTRDVOrc1iwbul9EBcWTGSdLE7iETtoZ+wOqmsHZXSuc8LVRSK12gOoXE7muHBS xisRpuKod7hlrstbGK5+2s2vp6fwX6r6QXFgZXNtFeFdIF/rstbTckf/DKTDbKT0LFPD jnwy5KBdU3FfViS4z+k0uNT0bQeGHsh9siQt4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:mime-version:content-type:resent-date:message-id:cc :content-transfer-encoding:resent-to:from:subject:resent-from :resent-message-id:date:x-mailer; b=dGSHq6KmhSw5VdUe+ypjWKe3ZK5xsKGY80Br/MshKPhLyZXY4mWlUVT8KucUKiBG7I WFZdVNbiUZIyCPw9BIioKiRGglIzPNJonr/bjU9oP+vp/ohI4066rkXxp2HmjsNDJWdU WdXsBeAWlIJIYjUNLfe3ye2BfHt+KoGwF1jBA=
Well the attached patch is significantly simplified once I got a
handle on the casts. I have learned some things on this one. New
patch is against trunk and includes the test cases.
Regression tested on x86-64 and test cases pass on big endian
ppc64. NIST tested. ppc64 regression testing in progress.
As FX stated before, no need for the endian_off scheme. No need
for a macro as far as I can see.
OK for trunk?
OK.
--
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/