From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 6D35E385703A; Wed, 24 Aug 2022 08:13:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D35E385703A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661328808; bh=4nWlo8FlZZS61FNFIR857HKFlPb0D3kTdBaVZQApQ5c=; h=To:Subject:Date:From:From; b=pkjD0kZO2VG5VHEoK9/TJw5+sghQkEjhC9pIkgNSNXEtiAZF3sFpSqEkXwTSJY//p hWBJzZ4Y2IGt5CwfYOVmLL0wobLqReZ7s5VxwJKVGiOZbjm1T6oHgkEY8/tK6fKFqB OVbEW+/52gn24JeC1J7AOzchBe6+2UNVhAMv7b9o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e7c6726f2dddf4f78e289c6a5019f7c45c9a39e4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bd929021c6ca28c84ca141f6e4615c8ec0937f83 X-Git-Newrev: e7c6726f2dddf4f78e289c6a5019f7c45c9a39e4 Message-Id: <20220824081328.6D35E385703A@sourceware.org> Date: Wed, 24 Aug 2022 08:13:28 +0000 (GMT) From: Jakub Jelinek 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 e7c6726f2dddf4f78e289c6a5019f7c45c9a39e4 (commit) from bd929021c6ca28c84ca141f6e4615c8ec0937f83 (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 e7c6726f2dddf4f78e289c6a5019f7c45c9a39e4 Author: Jakub Jelinek Date: Wed Aug 24 10:12:38 2022 +0200 Mention #warning support. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 2e1119a9..b8c28cf1 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -253,7 +253,7 @@ Support for #warning P2437R1 - Yes? + Yes (extension)
13 (P2437R1) ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs