From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8039 invoked by alias); 11 Oct 2005 19:37:39 -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 7719 invoked by uid 48); 11 Oct 2005 19:37:30 -0000 Date: Tue, 11 Oct 2005 19:37:00 -0000 Message-ID: <20051011193730.7718.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: "tkoenig at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg01389.txt.bz2 List-Id: ------- Comment #7 from tkoenig at gcc dot gnu dot org 2005-10-11 19:37 ------- (In reply to comment #6) > Many compilers, like the Intel and PGI ones for instance, simply have a > -byteswap flag that is set at compile time. ifort actually uses -convert big_endian or -convert little_endian to supply defaults. This is better than specifying byteswapping, because it is (if set) platform-independent. We could also use environment variables the same way that ifort does. Three ways to specify the same thing... but I think there's a need for that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23815