From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 77A5A3857360; Wed, 18 May 2022 23:25:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77A5A3857360 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6c318f19e08bc7164fbee104a0d204cb26aca78b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8555f8647a4b5d86021e74e815b15ca98317c591 X-Git-Newrev: 6c318f19e08bc7164fbee104a0d204cb26aca78b Message-Id: <20220518232540.77A5A3857360@sourceware.org> Date: Wed, 18 May 2022 23:25:40 +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, 18 May 2022 23:25:40 -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 6c318f19e08bc7164fbee104a0d204cb26aca78b (commit) from 8555f8647a4b5d86021e74e815b15ca98317c591 (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 6c318f19e08bc7164fbee104a0d204cb26aca78b Author: Marek Polacek Date: Wed May 18 19:25:15 2022 -0400 gcc-13/changes: Document -Wenum-int-mismatch diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index dc526530..969fb00b 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -56,6 +56,17 @@ a work-in-progress.

+

C

+
    +
  • New warnings: +
      +
    • -Wenum-int-mismatch warns about mismatches between an + enumerated type and an integer type + (PR105131)
    • +
    +
  • +
+

C++

  • Several C++23 features have been implemented: ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- gcc-wwwdocs