https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68915
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> --- I just noticed that the test still fails: the attached dump has /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/pr46032.c:40:33: note: not vectorized: unsupported unaligned load.*pretmp_30[idx_3] /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/pr46032.c:38:9: note: vectorized 0 loops in function. /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/vect/pr46032.c:30:1: note: vectorized 0 loops in function. Rainer