This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/40832] gfortran 4.4.0 generates invalid .s file on solaris-x86 using -march=k8 for 130.socorro



------- Comment #2 from dh458 at oakapple dot net  2009-07-23 00:06 -------
gfortran --verbose:

/home/dgh/gnu-x86/local/bin/gfortran -c  site.f90  -march=k8 --verbose
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: ../gcc-4.4.0/configure
--prefix=//net/hs-usca-01.sfbay/export/home1/12/dgh/gnu-x86/local
--with-local-prefix=//net/hs-usca-01.sfbay/export/home1/12/dgh/gnu-x86/local/include
--enable-languages=c++,fortran
--with-gmp=//net/hs-usca-01.sfbay/export/home1/12/dgh/gnu-x86/local
--with-mpfr=//net/hs-usca-01.sfbay/export/home1/12/dgh/gnu-x86/local
Thread model: posix
gcc version 4.4.0 (GCC) 
COLLECT_GCC_OPTIONS='-c' '-march=k8' '-v'
 /home/dgh/gnu-x86/local/bin/../libexec/gcc/i386-pc-solaris2.10/4.4.0/f951
site.f90 -quiet -dumpbase site.f90 -march=k8 -auxbase site -version
-fintrinsic-modules-path
/home/dgh/gnu-x86/local/bin/../lib/gcc/i386-pc-solaris2.10/4.4.0/finclude -o
/tmp/dgh/ccaFX7lN.s
GNU Fortran (GCC) version 4.4.0 (i386-pc-solaris2.10)
        compiled by GNU C version 4.4.0, GMP version 4.3.1, MPFR version 2.4.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
COLLECT_GCC_OPTIONS='-c' '-march=k8' '-v'
 /usr/ccs/bin/as -V -Qy -s -o site.o /tmp/dgh/ccaFX7lN.s
as: Sun Compiler Common 10 Patch 06/05/2008
Assembler: site.f90
        "/tmp/dgh/ccaFX7lN.s", line 738 : Illegal mnemonic
        Near line: "    .word   0xc0df"
        "/tmp/dgh/ccaFX7lN.s", line 738 : Syntax error
        Near line: "    .word   0xc0df"


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]