This is the mail archive of the gcc@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]

i686-pc-linux-gnu build problem



Building the latest version in the repository on a i686-pc-linux-gnu stops 
with the following error:

  /home/ovidiu/tools/egcs-objdir/gcc/xgcc -B/home/ovidiu/tools/egcs-objdir/gcc/
 -B/usr/local/i686-pc-linux-gnu/bin/ -O2   -DIN_GCC    -g -O2 -I./include  
-fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I../../egcs/gcc 
-I../../egcs/gcc/config -I../../egcs/gcc/../include -c -DL${name} \
      ../../egcs/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
../../egcs/gcc/libgcc2.c: In function `__divdi3':
../../egcs/gcc/libgcc2.c:680: internal error--unrecognizable insn:
(jump_insn/i 115 114 116 (parallel[ 
            (set (reg:SI 47)
                (asm_operands ("divl %4") ("=a") 0[ 
                        (reg/v:SI 45)
                        (reg/v:SI 46)
                        (reg/v:SI 43)
                    ] 
                    [ 
                        (asm_input:SI ("0"))
                        (asm_input:SI ("1"))
                        (asm_input:SI ("rm"))
                    ]  ("../../egcs/gcc/libgcc2.c") 462))
            (set (reg:SI 48)
                (asm_operands ("divl %4") ("=d") 1[ 
                        (reg/v:SI 45)
                        (reg/v:SI 46)
                        (reg/v:SI 43)
                    ] 
                    [ 
                        (asm_input:SI ("0"))
                        (asm_input:SI ("1"))
                        (asm_input:SI ("rm"))
                    ]  ("../../egcs/gcc/libgcc2.c") 462))
        ] ) -1 (nil)
    (expr_list:REG_DEAD (reg/v:SI 43)
        (expr_list:REG_DEAD (reg/v:SI 46)
            (expr_list:REG_DEAD (reg/v:SI 45)
                (expr_list:REG_UNUSED (reg:SI 48)
                    (nil))))))
../../egcs/gcc/toplev.c:1374: Internal compiler error in function fatal_insn
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory `/home/ovidiu/tools/egcs-objdir/gcc'
make: *** [all-gcc] Error 2



Ovidiu




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