https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112409
Frediano Ziglio <freddy77 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |--- --- Comment #5 from Frediano Ziglio <freddy77 at gmail dot com> --- But the pointer "passes" through a "void*" conversion, so there should be no aliasing. Or am I missing something? So what's the standard C way to avoid this (without using specific compiler options) ?