https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952
--- Comment #10 from Will Schmidt <willschm at gcc dot gnu.org> --- (In reply to Segher Boessenkool from comment #8) > So what is the instruction / builtin / anything where it fails? I've managed to recreate the altivec_init_builtins ICE issue on a yellowdog box. (4-core 970MP). Looks like it is trying to parse __builtin_altivec_vcmpnezb_p at the time it fails. Continuing to debug.