This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
- From: "dank at kegel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2003 17:55:54 -0000
- Subject: [Bug c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510
- References: <20030914014110.12271.fargaud@yahoo.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12271
------- Additional Comments From dank at kegel dot com 2003-09-15 17:55 -------
Please also tell us which CPU you were compiling for.
I can't compile your source for e.g. powerpc; I get
the errors
/usr/include/bits/mathinline.h: In function `double atan2(double, double)':
/usr/include/bits/mathinline.h:425: error: unknown register name `st(1)' in
`asm'
/usr/include/bits/mathinline.h: In function `double log(double)':
/usr/include/bits/mathinline.h:461: error: unknown register name `st(1)' in
`asm'
because your preprocessed source is processor-specific.