[committed] Unbreak powerpc* bootstrap (PR bootstrap/92433)

2019-11-11 Thread Jakub Jelinek
Hi! A recent unroller change results in the arg_types array initializing loop in altivec_build_resolved_builtin being completely unrolled. The callers ensure that for ALTIVEC_BUILTIN_VEC_VCMPGE_P all the 3 arguments are provided (i.e. n == 3), but the compiler doesn't know that and emits -Wmaybe-u

[committed] Unbreak powerpc bootstrap

2012-10-24 Thread Richard Sandiford
In the process of factoring out the "lowpart bit field" check from an earlier patch, I somehow managed to drop an "== 0" condition. It seems I then compounded that by screwing up the powerpc64 testing (still not sure how :-(). Anyway, fixed with the patch below, tested on powerpc64-linux-gnu. Sorr