]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
a68: fix documentation of -f[no-]brackets
authorJose E. Marchesi <jemarch@gnu.org>
Fri, 9 Jan 2026 23:53:48 +0000 (00:53 +0100)
committerJose E. Marchesi <jemarch@gnu.org>
Thu, 15 Jan 2026 00:52:00 +0000 (01:52 +0100)
Signed-off-by: Jose E. Marchesi <jemarch@gnu.org
gcc/algol68/ChangeLog

* ga68.texi (Dialect options): {..} is not a valid variant of
(...).

gcc/algol68/ga68.texi

index 9811a291be2caf5dac1cefbdbc0a12790788762a..bdd264e2de6a6fc94f635edd488fb54cd8fcf6e6 100644 (file)
@@ -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