https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102591
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org Ever confirmed|0 |1 Last reconfirmed| |2021-10-05 Status|UNCONFIRMED |WAITING --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Hmm, but __builtin_memcpy(&values, tpl, 16); could trap since 'tpl' is not aligned to 16 bytes? So LLVM creates wrong code here?