https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32667
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/llvm/llv | |m-project/issues/17135, | |https://github.com/llvm/llv | |m-project/issues/12135 --- Comment #65 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Patrick J. LoPresti from comment #64) > This bug should be trivial to fix by checking for self-assignment before > calling memcpy(). Doesn't GCC inline the assignments for small objects > anyway?