------- Comment #4 from hjl at lucon dot org  2006-04-28 18:38 -------
Even more interesting, gcc -m32 works fine on x86-64:

[EMAIL PROTECTED] 00000001]$ /usr/gcc-4.2/bin/gfortran    -ffixed-form 
-ffixed-line-length-132 -m32         -O2  bifoag.f90 -S
[EMAIL PROTECTED] 00000001]$ /usr/gcc-4.2/bin/gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /net/gnu-13/export/gnu/src/gcc/gcc/configure
--enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-shared
--enable-threads=posix --enable-haifa --enable-checking=assert
--prefix=/usr/gcc-4.2 --with-local-prefix=/usr/local
Thread model: posix
gcc version 4.2.0 20060425 (experimental) [trunk revision 113259 clean]
[EMAIL PROTECTED] 00000001]$ /usr/gcc-4.2/bin/gfortran    -ffixed-form 
-ffixed-line-length-132 -m32         -O2  bifoag.f90 -S
bifoag.f90: In function ‘bifoag’:
bifoag.f90:127: internal compiler error: in gfc_conv_array_transpose, at
fortran/trans-array.c:726
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[EMAIL PROTECTED] 00000001]$ /usr/gcc-4.2/bin/gfortran -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /net/gnu-13/export/gnu/src/gcc/gcc/configure
--enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-shared
--enable-threads=posix --enable-haifa --enable-checking=assert
--prefix=/usr/gcc-4.2 --with-local-prefix=/usr/local
Thread model: posix
gcc version 4.2.0 20060425 (experimental) [trunk revision 113259 clean]


-- 


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

Reply via email to