Excerpts from Richard Biener's message of Oktober 13, 2025 9:01 am: > On Sun, Oct 12, 2025 at 12:41 PM Jose E. Marchesi > <[email protected]> wrote: >> +fa68-safe >> +Algol68 Var(flag_a68_safe) >> +-fa68-safe Compile code only known to be memory safe. >> + >> +fa68-safe-bounds >> +Algol68 Var(flag_a68_safe_bounds) >> +-fa68-safe-bounds Error out if not all bounds are known to be legal. >> + > > Since users know they are working with algol68, is prefixing > with 'a68-' really necessary? I don't think there's precedence for this > in other frontends. >
Go and Rust frontends do this. Sometimes I do consider that maybe the D frontend ought to as well to reduce potential for clashes with C++. Iain.
