[Bug fortran/31917] GFORTRAN_CONVERT_UNIT is ignored

dominiq at lps dot ens dot fr gcc-bugzilla@gcc.gnu.org
Mon May 14 07:52:00 GMT 2007



------- Comment #1 from dominiq at lps dot ens dot fr  2007-05-14 08:52 -------
On PPC/darwin7 I get

[karma] f90/bug% a.out 
GFORTRAN_CONVERT_UNIT set to ""
default:"BIG_ENDIAN"
native:"BIG_ENDIAN"
swap:"LITTLE_ENDIAN"
little_endian:"LITTLE_ENDIAN"
big_endian:"BIG_ENDIAN"
[karma] f90/bug% setenv GFORTRAN_CONVERT_UNIT LITTLE_ENDIAN
[karma] f90/bug% a.out
GFORTRAN_CONVERT_UNIT set to "LITTLE_ENDIAN"
default:"BIG_ENDIAN"
native:"BIG_ENDIAN"
swap:"LITTLE_ENDIAN"
little_endian:"LITTLE_ENDIAN"
big_endian:"BIG_ENDIAN"

However I am confused about what to expect from this test:
should the default change or not?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31917



More information about the Gcc-bugs mailing list