This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16109] error: architecture mismatch on "fzero".
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2004 14:40:34 -0000
- Subject: [Bug target/16109] error: architecture mismatch on "fzero".
- References: <20040621084809.16109.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-07-07 14:40 -------
> On both gcc-3_4-branch and HEAD, on 2004-05-21.
> So yes, it is in 3.4.1.
The problem was reported against gcc version 3.4.1 20040611 so your patch was
very likely in the compiler.
I see -mcpu=v9 passed to cc1, which means that the driver probably sees it too,
so passes -Av9 as per the asm_cpu specs. It could come from a --with-cpu=v9 on
the configure line, but I don't see it in the output of 'gcc -v'.
Pawe?, did you apply local patches to the FSF sources?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16109