From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 486DB3858D20; Sat, 28 Jan 2023 13:21:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 486DB3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674912062; bh=/X1bq6IuViqvunw7JYl4aIhhNZgAoywzCLPkuucT510=; h=To:Subject:Date:From:From; b=yvTqDaSJLPWcBqlHUR4tLAVqIFjei8+9bcvw0oBIdzOXA0jLDZliIFnVF+sniZbcE +p13QQHbZs+E+cbh/lbKcCVKRszoJ3It+IsS+6FKsPyNffLVc5wfdXKisIJ070F+fE 7wCYPoBw+rVQZ8AijdyeeTY0tyTZfJOalNv+5INQ= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bfdfee75c0900ff0bb02df2f846ee8f387109781 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: acc0159fd3172fd2279bb53b58c4afa4a3fceb40 X-Git-Newrev: bfdfee75c0900ff0bb02df2f846ee8f387109781 Message-Id: <20230128132102.486DB3858D20@sourceware.org> Date: Sat, 28 Jan 2023 13:21:02 +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 bfdfee75c0900ff0bb02df2f846ee8f387109781 (commit) from acc0159fd3172fd2279bb53b58c4afa4a3fceb40 (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 bfdfee75c0900ff0bb02df2f846ee8f387109781 Author: Gerald Pfeifer Date: Sat Jan 28 14:20:43 2023 +0100 bugs: Adjust link to ISO C++ standard diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 96a5d0f0..765d8c67 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -629,7 +629,7 @@ section of the GCC manual.

Standard conformance

With each release, we try to make G++ conform closer to the ISO C++ standard.

+"https://www.open-std.org/jtc1/sc22/wg21/">ISO C++ standard.

Non-conforming legacy code that worked with older versions of GCC may be rejected by more recent compilers. There is no command-line switch to ensure ----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs