------- Comment #16 from eres at il dot ibm dot com 2009-06-15 13:32 ------- > -/* { dg-final { scan-tree-dump-times "Alignment of access forced using > versioning" 3 "vect" { target { vect_no_align || { { ! > vector_alignment_reachable} && {!vect_hw_misalign} } } } } } */ > +/* { dg-final { scan-tree-dump-times "Alignment of access forced using > versioning" 3 "vect" { target { vect_no_align || { { ! > vector_alignment_reachable } && vect_hw_misalign } } } } } */
hmmm... versioning should not be done for targets that support vect_hw_misalign... Although this change fixes the failures it does not seem to be right... Thanks again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40359