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 c++/12271] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510


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.


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