From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id ACE873858C27; Wed, 17 Nov 2021 03:27:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACE873858C27 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 97c063b9e45250da2ca9b9d527000f437d92e093 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0ad30c9bf62ee1e9711fed89634065ef091150b X-Git-Newrev: 97c063b9e45250da2ca9b9d527000f437d92e093 Message-Id: <20211117032718.ACE873858C27@sourceware.org> Date: Wed, 17 Nov 2021 03:27:18 +0000 (GMT) From: Marek Polacek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2021 03:27:18 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 97c063b9e45250da2ca9b9d527000f437d92e093 (commit) from d0ad30c9bf62ee1e9711fed89634065ef091150b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 97c063b9e45250da2ca9b9d527000f437d92e093 Author: Marek Polacek Date: Tue Nov 16 22:27:01 2021 -0500 gcc-12/changes.html: Add -Wbidi-chars diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c133786d..5f0214bd 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -137,20 +137,28 @@ a work-in-progress.

- -

C family

-
  • Support for __builtin_shufflevector compatible with the clang language extension was added.
  • -
  • The -Wattributes option has been extended so that it's - possible to use -Wno-attributes=ns::attr or - -Wno-attributes=ns:: to suppress warnings about unknown scoped - attributes (in C++11 and C2X). Similarly, - #pragma GCC diagnostic ignored_attributes "vendor::attr" can - be used to achieve the same effect.
  • +
  • New warnings: +
      +
    • -Wbidi-chars warns about potentially misleading UTF-8 + bidirectional control characters. The default is -Wbidi-chars=unpaired. +
    • +
    +
  • +
  • Enhancements to existing warnings: +
      +
    • -Wattributes has been extended so that it's + possible to use -Wno-attributes=ns::attr or + -Wno-attributes=ns:: to suppress warnings about unknown scoped + attributes (in C++11 and C2X). Similarly, + #pragma GCC diagnostic ignored_attributes "vendor::attr" can + be used to achieve the same effect.
    • +
    +

C++

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) hooks/post-receive -- gcc-wwwdocs