[Bug c++/12271] [3.3.3 regression] Compilation of OpenCV (Open Computer VIsion) with error message: in emit_move_insn_1, at expr.c:3510

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Apr 18 22:31:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 21:50 -------
Some still from the gdb:
(gdb) p debug_rtx(y)
(const_int 1431655765 [0x55555555])
$2 = void
(gdb) p debug_rtx(x)
(const_int 1431655765 [0x55555555])
$3 = void

Here is the backtrace:
#0  0x4202bb8a in exit () from /lib/i686/libc.so.6
#1  0x08101a40 in internal_error (msgid=0xbffead10 "??4\b\f????\222I\b\033") at ../../gcc/
diagnostic.c:1211
#2  0x08101e7f in fancy_abort (file=0x83 <Address 0x83 out of bounds>, line=1108532352,
    function=0x83 <Address 0x83 out of bounds>) at ../../gcc/diagnostic.c:1376
#3  0x0812cd76 in emit_move_insn_1 (x=0x400a7be8, y=0x400a7be8) at ../../gcc/expr.c:3483
#4  0x0812c632 in emit_move_insn (x=0x400a7be8, y=0x400a7be8) at ../../gcc/expr.c:3208
#5  0x082969d5 in ix86_split_long_move (operands=0x846afa0) at ../../gcc/config/i386/i386.c:10145
#6  0x08196af9 in gen_split_867 (operands=0x83) at insn-emit.c:7656
#7  0x08117434 in try_split (pat=0x4009e534, trial=0x4009c2c0, last=1) at ../../gcc/emit-rtl.c:3263
#8  0x0822dab7 in split_insn (insn=0x4009c2c0) at ../../gcc/recog.c:2768
#9  0x0822dc8f in split_all_insns (upd_life=0) at ../../gcc/recog.c:2849
#10 0x0826f0cb in rest_of_compilation (decl=0x4008b7e0) at ../../gcc/toplev.c:3372
#11 0x080bb78d in genrtl_finish_function (fn=0x4008b7e0) at ../../gcc/cp/semantics.c:2589
#12 0x080bb4b7 in expand_body (fn=0x4008b7e0) at ../../gcc/cp/semantics.c:2412
#13 0x080890d9 in finish_file () at ../../gcc/cp/decl2.c:2958
#14 0x08093af3 in yyparse () at parse.y:489
#15 0x080d6899 in c_common_parse_file (set_yydebug=131) at ../../gcc/c-lex.c:159
#16 0x0826df9a in compile_file () at ../../gcc/toplev.c:2130
#17 0x08273295 in do_compile () at ../../gcc/toplev.c:5407
#18 0x0827333d in toplev_main (argc=131, argv=0xbffebc64) at ../../gcc/toplev.c:5437
#19 0x080dc7db in main (argc=131, argv=0x83) at ../../gcc/main.c:35

So this is a dup of bug 13472 which is fixed in 3.3.4.

*** This bug has been marked as a duplicate of 13472 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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



More information about the Gcc-bugs mailing list