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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
> gcc-13 t.c -fsanitize=alignment
> ./a.out 
t.c:8:15: runtime error: load of misaligned address 0x7ffc37e35a21 for type
'const uintptr_t', which requires 8 byte alignment
0x7ffc37e35a21: note: pointer points here
 00 00 00  2f 2a 0a 20 20 20 62 75  67 33 33 37 39 37 32 33  2e 63 0a 2a 2f 0a
0a 23  69 6e 63 ff ff
              ^

Reply via email to