From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14035 invoked by alias); 11 Oct 2005 19:01:24 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13921 invoked by alias); 11 Oct 2005 19:01:13 -0000 Date: Tue, 11 Oct 2005 19:01:00 -0000 Message-ID: <20051011190113.13920.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/23815] Add -byteswapio flag In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Tobias dot Schlueter at physik dot uni-muenchen dot de" X-SW-Source: 2005-10/txt/msg01377.txt.bz2 List-Id: ------- Comment #5 from Tobias dot Schlueter at physik dot uni-muenchen dot de 2005-10-11 19:01 ------- Subject: Re: Add -byteswapio flag tkoenig at gcc dot gnu dot org wrote: > ------- Comment #4 from tkoenig at gcc dot gnu dot org 2005-10-11 18:40 ------- > I'm trying to work on this. > > I would prefer a syntax "open(...,convert="little_endian") or something like > that. This wouldn't allow taking sources and data files from a big-endian platform to a little-endian platform without either conversion of the data files or modifications to the sources, so this will also have to be settable at runtime. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23815