From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 3D3653858400; Wed, 10 Nov 2021 16:28:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D3653858400 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ddcfa5532bf3f11bf252efb57a65a63986235c83 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dc1117ec1aa3d79ba24189275c19c88ab04d4dce X-Git-Newrev: ddcfa5532bf3f11bf252efb57a65a63986235c83 Message-Id: <20211110162807.3D3653858400@sourceware.org> Date: Wed, 10 Nov 2021 16:28:07 +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, 10 Nov 2021 16:28:07 -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 ddcfa5532bf3f11bf252efb57a65a63986235c83 (commit) from dc1117ec1aa3d79ba24189275c19c88ab04d4dce (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 ddcfa5532bf3f11bf252efb57a65a63986235c83 Author: Marek Polacek Date: Wed Nov 10 11:27:26 2021 -0500 gcc-12/changes.html: Add -Wno-attributes=ns::attr diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c40e275e..93545b88 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -141,6 +141,12 @@ a work-in-progress.

  • 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.
  • C++

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