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

bootstrap broken: darwin, hppa ..... Re: PR 10776 II


Eric Botcazou wrote:

../../gcc4/gcc/libgcc2.c: In function `__popcountsi2':
../../gcc4/gcc/libgcc2.c:713: error: insn does not satisfy its
constraints:
(insn:HI 25 22 18 1 ../../gcc4/gcc/libgcc2.c:710 (set (reg:SI 0 r0
[127])
        (zero_extend:SI (mem/s:QI (plus:SI (symbol_ref:SI
("!d____popcount_tab") [flags 0x40] <var_decl 0x816910 __popcount_tab>)
                    (reg:SI 2 r2 [126])) [0 __popcount_tab S1 A8]))) 18
{*rs6000.md:506} (insn_list 22 (nil))
    (nil))
../../gcc4/gcc/libgcc2.c:713: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:378
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


I get the same error in the same fonction of the compiler on sparc-sun-solaris2.8, although a bit earlier in libgcc2.c.


So do I on darwin and hppa-linux


Andreas

(darwin)

/Volumes/xufs/gcc-cvs-clean/gcc/gcc/libgcc2.c: In function `__popcountsi2':
/Volumes/xufs/gcc-cvs-clean/gcc/gcc/libgcc2.c:713: error: insn does not satisfy its constraints:
(insn:HI 25 22 18 1 /Volumes/xufs/gcc-cvs-clean/gcc/gcc/libgcc2.c:710 (set (reg:SI 0 r0 [127])
(zero_extend:SI (mem/s:QI (plus:SI (symbol_ref:SI ("!d____popcount_tab") [flags 0x40] <var_decl 0x7334fc __popcount_tab>)
(reg:SI 2 r2 [126])) [0 __popcount_tab S1 A8]))) 18 {*rs6000.md:506} (insn_list 22 (nil))
(nil))
/Volumes/xufs/gcc-cvs-clean/gcc/gcc/libgcc2.c:713: internal compiler error: in reload_cse_simplify_operands, at postreload.c:378
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_popcountsi2.o] Error 1
make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2



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