https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116885
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org --- Comment #14 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Jaroslav Fojtík from comment #9) > I can camouflage it with memcpy to get rid of warnings, but the result will > be the same. I will prefer to use "-fno-strict-aliasing" on this one .c file. Note that it's not camouflage to use memcpy, it's legal.