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 other/16109] New: error: architecture mismatch on "fzero".


# testcase - glibc 
 
./configure \ 
CFLAGS=-O2 -m64 -mcpu=ultrasparc -mvis -fcall-used-g6 \ 
CC=sparc64-pld-linux-gcc \ 
(...) 
sparc64-pld-linux-gcc ../sysdeps/generic/ffsll.c -c -std=gnu99 -O2 -Wall 
-Winline 
-Wstrict-prototypes -Wwrite-strings -fcall-used-g6 -m64 -mcpu=ultrasparc 
-mtune=ultrasparc 
-mvis -fcall-used-g6 (...) 
 
../sysdeps/sparc/sparc64/memset.S: Assembler messages: 
../sysdeps/sparc/sparc64/memset.S:248: Error: Architecture mismatch on 
"fzero". 
../sysdeps/sparc/sparc64/memset.S:248:  (Requires v9a|v9b; requested 
architecture is v9.) 
../sysdeps/sparc/sparc64/memset.S:251: Error: Architecture mismatch on 
"fzero". 
../sysdeps/sparc/sparc64/memset.S:251:  (Requires v9a|v9b; requested 
architecture is v9.) 
 
Where is the bug? /usr/lib64/gcc/sparc64-pld-linux/3.4.1/specs?

-- 
           Summary: error: architecture mismatch on "fzero".
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at pld-linux dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc64-pld-linux
  GCC host triplet: sparc64-pld-linux
GCC target triplet: sparc64-pld-linux


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


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