------- Comment #5 from dorit at il dot ibm dot com 2007-03-14 12:29 ------- this is the testcase I have ICE-ing on powerpc64-yellowdog, when compiled with -ftree-vectorize -maltivec -m64 -O2:
long stack_vars_sorted[32]; void partition_stack_vars (long stack_vars_num) { long si, n = stack_vars_num; for (si = 0; si < n; ++si) stack_vars_sorted[si] = si; } (extracted from cfgexpand.c which ICEs during bootstrap with vectorization) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30784