https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85651
--- Comment #1 from Gabriel Burca <gburca-gnu at ebixio dot com> --- I suspect the "for" loop in appendAux() is being optimized and replaced with a memcpy(), which then leads to the warning.
gburca-gnu at ebixio dot com Fri, 04 May 2018 06:38:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85651
--- Comment #1 from Gabriel Burca <gburca-gnu at ebixio dot com> --- I suspect the "for" loop in appendAux() is being optimized and replaced with a memcpy(), which then leads to the warning.