https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107389
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=122086
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note we don't honor __builtin_assume_aligned at -Og even in GCC 13, 14 or 15.
The trunk now does not honor it at -O1+ but that is PR 122086 which I am
fixing. Should fix the -Og case too.