This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Writing Big Endian Files With G77
- To: gcc at gcc dot gnu dot org
- Subject: Writing Big Endian Files With G77
- From: Harald Dunkel <dunkel at synopsys dot COM>
- Date: Mon, 12 Feb 2001 17:14:58 +0100
- Organization: Synopsys GmbH
Hi folks,
I have stumbled over a portability problem on writing binary
files. The Digital Research Fortran compiler seems to support
something like
CONVERT='BIG_ENDIAN'
within an OPEN statement. Is there something similar for g77?
Or is this bad code?
Sorry, but I am not the Fortran expert. Many thanx in advance
Harri