[Bug middle-end/121146] memcpy does not recognize alignas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121146 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill
[Bug middle-end/121146] memcpy does not recognize alignas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121146 --- Comment #1 from Andrew Pinski --- Adding: x = (B*)__builtin_assume_aligned (x, 16); y = (B*)__builtin_assume_aligned (y, 16); At the begining of the function fixes the issue ... There might be another bug about memcpy with argumen