https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808
--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> --- t = (const uintptr_t *)(e - (4 -1)); is problemantic though. e is not known to be aligned to uintptr_t.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808
--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> --- t = (const uintptr_t *)(e - (4 -1)); is problemantic though. e is not known to be aligned to uintptr_t.