From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1888) id 19C213858D28; Fri, 8 Apr 2022 14:11:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19C213858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1c4c7605f2b525140f58e3c290a40c5b9ef9ae4b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c637096c2a3d4cf33ffd610255ecd451450895fd X-Git-Newrev: 1c4c7605f2b525140f58e3c290a40c5b9ef9ae4b Message-Id: <20220408141106.19C213858D28@sourceware.org> Date: Fri, 8 Apr 2022 14:11:06 +0000 (GMT) From: Patrick Palka 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: Fri, 08 Apr 2022 14:11:06 -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 1c4c7605f2b525140f58e3c290a40c5b9ef9ae4b (commit) from c637096c2a3d4cf33ffd610255ecd451450895fd (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 1c4c7605f2b525140f58e3c290a40c5b9ef9ae4b Author: Patrick Palka Date: Fri Apr 8 10:09:43 2022 -0400 gcc-12: Mention PR c++/51577 operator lookup fix diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index d32ac0b7..51d01418 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -290,8 +290,8 @@ a work-in-progress.

  • New command-line option -fimplicit-constexpr can be used to make inline functions implicitly constexpr (git)
  • -
  • New command-line option -ffold-simple-inlines that controls - whether to fold calls to certain trivial inline functions (currently +
  • New command-line option -ffold-simple-inlines can be used + to fold calls to certain trivial inline functions (currently std::move, std::forward, std::addressof and std::as_const). In contrast to inlining such calls, folding means that no intermediate code or debug @@ -363,6 +363,8 @@ a work-in-progress.

    PR86439, PR98832, PR102933 ...)
  • +
  • Two-stage name lookup for dependent operator expressions has been + corrected (PR51577)
  • Several issues with constrained variable templates have been fixed (PR98486)
  • The compiler performs less instantiating when doing speculative constant ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs