https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110368

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The warning is due to the code having undefined behavior in it. The code stores
in a variable as int but reads part of it via short type. That is an aliasing
violation.

Reply via email to