https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102942
Matthijs van Duin changed:
What|Removed |Added
CC||matthijsvanduin at gmail dot
com
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102942
--- Comment #3 from Jonathan Wakely ---
And maybe another one to link to PR 101926, but I'll let pinskia decide that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102942
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102942
--- Comment #1 from Jonathan Wakely ---
This has been discussed before but I can't find the bug report now. The
non-elided memcpy happens for trivially copyable types, and GCC doesn't try to
elide those.