public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6927] doc: Update -Wbidi-chars documentation
@ 2022-01-28 20:59 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2022-01-28 20:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5d8b422818714737bd61d1667461efce96687073

commit r12-6927-g5d8b422818714737bd61d1667461efce96687073
Author: Marek Polacek <polacek@redhat.com>
Date:   Fri Jan 28 15:56:42 2022 -0500

    doc: Update -Wbidi-chars documentation
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Update -Wbidi-chars documentation.

Diff:
---
 gcc/doc/invoke.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9e588db4fce..cfd415110cd 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -7822,7 +7822,9 @@ characters.
 
 By default, this warning does not warn about UCNs.  It is, however, possible
 to turn on such checking by using @option{-Wbidi-chars=unpaired,ucn} or
-@option{-Wbidi-chars=any,ucn}.
+@option{-Wbidi-chars=any,ucn}.  Using @option{-Wbidi-chars=ucn} is valid,
+and is equivalent to @option{-Wbidi-chars=unpaired,ucn}, if no previous
+@option{-Wbidi-chars=any} was specified.
 
 @item -Wbool-compare
 @opindex Wno-bool-compare


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-28 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 20:59 [gcc r12-6927] doc: Update -Wbidi-chars documentation Marek Polacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).