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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
-fsanitize=undefined shows:

 % ./thash
dummyhash.c:10:11: runtime error: load of misaligned address 0x7ffd86aca073 for
type 'uint32_t', which requires 4 byte alignment
0x7ffd86aca073: note: pointer points here
 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00
              ^

Reply via email to