[Bug tree-optimization/49443] gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA64 after testsuite change

2011-06-20 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49443 --- Comment #3 from Steve Ellcey sje at cup dot hp.com 2011-06-20 17:12:41 UTC --- Yes, the patch in comment #2 fixes the failures on IA64.

[Bug tree-optimization/49443] gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA64 after testsuite change

2011-06-19 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49443 --- Comment #2 from Ira Rosen irar at il dot ibm.com 2011-06-19 08:09:43 UTC --- Both tests contain misaligned accesses and cannot be vectorized on targets that have no misalignment support, like ia64. So, I think, the tests should just fail:

[Bug tree-optimization/49443] gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA64 after testsuite change

2011-06-16 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49443 --- Comment #1 from Steve Ellcey sje at cup dot hp.com 2011-06-16 16:13:42 UTC --- Created attachment 24547 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24547 Dump file with vectorize details Dump file from vect-peel-3.c when run with