https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63764
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ienkovich at gcc dot gnu.org Component|tree-optimization |target --- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> --- This specific ICE started with r217125. But it was failing before that already: trippels@gcc2-power8 ~ % < test2.ii void fn1 () { __attribute__ ((altivec (vector__))) float saijplus16 = (__attribute__ ((altivec (vector__))) float){ 0.0, 0.0, 0.0, 0.0 }; ((__attribute__ ((altivec (vector__))) float) saijplus16)[0] = 0; } trippels@gcc2-power8 ~ % /home/trippels/gcc_bisect/usr/local/bin/gcc -mcpu=power8 -O2 -c test2.ii test2.ii: In function ‘void fn1()’: test2.ii:7:1: internal compiler error: in execute_todo, at passes.c:1842 } ^ 0x1088b0df execute_todo ../../gcc/gcc/passes.c:1842 Please submit a full bug report, Will bisect this later.