This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [cond-optab] svn branch created, looking for reviews for the "cleanup" parts
Paolo Bonzini wrote:
> Andreas Krebbel wrote:
>> Hi,
>>
>>> r145594: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00545.html (s390)
>
> Note this patch is unrelated and only affects sync.md patterns.
>
>> The cond-optab branch (rev. 145751) fails to bootstrap on s390x:
>>
>> /build2/gcc-condoptab/libgcc/../gcc/libgcc2.c: In function '__fixunsdfti':
>> /build2/gcc-condoptab/libgcc/../gcc/libgcc2.c:1266: internal compiler error: in prepare_cmp_insn, at optabs.c:4206
>
> What target? I do not have fixunsdfti here, only fixunsdf{si,di}.
I can reproduce it with _fixunsdfdi.o too.
Paolo