From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 440733858D28; Sat, 29 Oct 2022 15:02:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 440733858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667055764; bh=ad3oCO656ksgQyInRu8N7NMHzBdO5imPw0Bt0tE77YE=; h=To:Subject:Date:From:From; b=ppcpquEU/aV/tAPuBQeG+5Sp3XCPfaW15tzdD2Astys8vPD5AkNduDZfLwYFLEpcQ 9bOCu1MjfmNy9Pg43C+beRwr5lrpFeFrYD28dwl5KoYQ/QAgPxdqodtcyWceFWTZAP 3RYLpat+Lk7QoAy4Bz8Jf1R41TFRNstD3cR+fhws= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b8ed1ae1f8d0def47359f18b36b3973174c048cf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7dde575efc73486f3797e934d56228ff223bbaa1 X-Git-Newrev: b8ed1ae1f8d0def47359f18b36b3973174c048cf Message-Id: <20221029150244.440733858D28@sourceware.org> Date: Sat, 29 Oct 2022 15:02:43 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 b8ed1ae1f8d0def47359f18b36b3973174c048cf (commit) from 7dde575efc73486f3797e934d56228ff223bbaa1 (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 b8ed1ae1f8d0def47359f18b36b3973174c048cf Author: Gerald Pfeifer Date: Sat Oct 29 17:02:02 2022 +0200 bugs: Switch www.open-std.org to https diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index d3a50f2a..aaef8915 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -650,8 +650,8 @@ the C++ standard: [dcl.init.ref]/5, bullet 2, sub-bullet 1, and [class.temporary]/2.

Starting with GCC 4.3.0, GCC no longer gives an error for this -case. This change is based on -the intent +case. This change is based on the +intent of the C++ language committee. As of 2010-05-28, the final proposed draft of the C++0x standard permits this code without error.

----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs