Hi Eric,
What shall we do with gcc.dg/vect/vect-11.c? After I fixed PR tree-optimization/25125, gcc.dg/vect/vect-11.c started failing on some targets but not on x86_pc-linux-gnu.It's gcc.dg/tree-ssa/gen-vect-11.c and it presumably fails everywhere. But it is not run on x86-64 and ia64 so you don't see the failure there.
Oops, I now see what's going on. In this case, I think we can just XFAIL gcc.dg/tree-ssa/gen-vect-11.c.
Kazu Hirata