[gcc r16-6787] a68: fix documentation of -f[no-]brackets
Jose E. Marchesi
jemarch@gcc.gnu.org
Thu Jan 15 00:52:47 GMT 2026
https://gcc.gnu.org/g:5e0f82761171ad9d044fd7a4afcf9bfa6195ccf9
commit r16-6787-g5e0f82761171ad9d044fd7a4afcf9bfa6195ccf9
Author: Jose E. Marchesi <jemarch@gnu.org>
Date: Sat Jan 10 00:53:48 2026 +0100
a68: fix documentation of -f[no-]brackets
Signed-off-by: Jose E. Marchesi <jemarch@gnu.org
gcc/algol68/ChangeLog
* ga68.texi (Dialect options): {..} is not a valid variant of
(...).
Diff:
---
gcc/algol68/ga68.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi
index 9811a291be2c..bdd264e2de6a 100644
--- a/gcc/algol68/ga68.texi
+++ b/gcc/algol68/ga68.texi
@@ -187,9 +187,9 @@ programs. @xref{Stropping regimes}.
@opindex fbrackets
@opindex fno-brackets
@item -fbrackets
-This option controls whether @code{[ .. ]} and @code{@{ .. @}} are
-considered equivalent to @code{( .. )}. This syntactic variation is
-blessed by the Revised Report and is still strict Algol 68.
+This option controls whether @code{[ .. ]} is considered equivalent to
+@code{( .. )}. This syntactic variation is blessed by the Revised
+Report and is still strict Algol 68.
This option is disabled by default.
@end table
More information about the Gcc-cvs
mailing list