https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79669
Lee Duhem <lee.duhem at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Lee Duhem <lee.duhem at gmail dot com> --- As pointed out in #77895, the casting such as (unsigned int *) dummy_dst will make vectorization to suppose that those addresses to have alignments of unsigned int. Looks like the testing itself is improperly. *** This bug has been marked as a duplicate of bug 77895 ***