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 Sat, Dec 10, 2005 at 03:16:59PM +0200, Janne Blomqvist wrote:
> 
 Ok, however remove the __attribute__((unused)) things from the type
> and kind arguments for unformatted_read/write, since after your
> changes those two arguments are used.

Committed (revision 108358).  Thanks!

> If no problems are reported within 48 hours, feel free to commit to
> 4.1 as well.

OK.
 
> Personally, I think this feature would be more useful with a
> command-line argument to control it. Then the source itself wouldn't
> need to be nonstandard, and one could still get some portability.

Yep.  We only need to decide how to implement this.  Should
this depend on the flags in effect at main program compilation
(like the fpe flag) or during compilation of the open statement?

	Thomas


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