[PATCH] disable strict aliasing in Algol 68 frontend
Andrea Pinski
andrew.pinski@oss.qualcomm.com
Fri Jun 19 21:21:57 GMT 2026
On Fri, Jun 19, 2026 at 2:18 PM Kanishka Solanki
<kanishkasolanki456s@gmail.com> 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
>
>
More information about the Algol68
mailing list