On Fri, Jun 19, 2026 at 2:18 PM Kanishka Solanki <[email protected]> wrote: > > Hi, > > This patch disables strict aliasing in the Algol 68 frontend by setting > flag_strict_aliasing to 0 in a68_post_options(). > > The frontend builds successfully and make check-algol68 passes with this > change.
I am not sure that is the correct approach. If a68 does not want TBAA, the front-end should return 0 from LANG_HOOKS_GET_ALIAS_SET. Thanks, Andrea > > Thanks, > Kanishka Solanki > >
