https://gcc.gnu.org/g:7ea4e275af4e4309e52645924c85be985ffbb39e
commit r16-6016-g7ea4e275af4e4309e52645924c85be985ffbb39e Author: Jose E. Marchesi <[email protected]> Date: Wed Dec 10 04:30:54 2025 +0100 a68: add entry for OPT_L in algol68/lang.opt We need to handle OPT_L in ga68 in order to add the specified directories to the modules search path. This patch adds the necessary entry in algol68/lang.opt. Signed-off-by: Jose E. Marchesi <[email protected]> gcc/algol68/ChangeLog * lang.opt: Add entry for OPT_L. Diff: --- gcc/algol68/lang.opt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/algol68/lang.opt b/gcc/algol68/lang.opt index 5fcbfadcdb36..d1af4aeda2e5 100644 --- a/gcc/algol68/lang.opt +++ b/gcc/algol68/lang.opt @@ -28,6 +28,10 @@ I Algol68 Joined Separate ; Documented in c-family/c.opt +L +Algol68 Joined Separate +; Not documented + Wextensions Algol68 Warning Var(warn_algol68_extensions) LangEnabledBy(Algol68, Wextra) Warn for usage of non-portable extensions of Algol 68.
