This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16109] New: error: architecture mismatch on "fzero".
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 08:48:12 -0000
- Subject: [Bug other/16109] New: error: architecture mismatch on "fzero".
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
# 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