From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17394 invoked by alias); 16 Nov 2001 15:40:01 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 17343 invoked from network); 16 Nov 2001 15:40:00 -0000 Received: from unknown (HELO tunnel.cae.ca) (142.39.200.51) by sourceware.cygnus.com with SMTP; 16 Nov 2001 15:40:00 -0000 Received: from dns1.cae.ca (dns1.cae.ca [142.39.20.1]) Received: from l0553lnx.cae.ca (l0553lnx.cae.ca [142.39.86.1]) Subject: Endianess and Fortran From: Hassan Aurag To: GCC Help Mailing List Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.99.0 (Preview Release) Date: Tue, 06 Nov 2001 08:03:00 -0000 Message-Id: <1005925116.21445.6.camel@l0553lnx> Mime-Version: 1.0 X-SW-Source: 2001-11/txt/msg00047.txt.bz2 This is new to me. What are the things to watch when dealing with porting Fortran programs from old big-endian machines to Linux on Intel? I heard EQUIVALENCE statements are a problem. What are the other things to watch for? Any help or pointer to Fortran related issues is welcome. Thanks