From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 487613858D28; Fri, 1 Jul 2022 16:01:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 487613858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c387e086bbcccce726babbea34f0befb6ca9b9bb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0695e5e969eba730e517a6adbdf38b8774f89437 X-Git-Newrev: c387e086bbcccce726babbea34f0befb6ca9b9bb Message-Id: <20220701160100.487613858D28@sourceware.org> Date: Fri, 1 Jul 2022 16:01:00 +0000 (GMT) From: Jakub Jelinek 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, 01 Jul 2022 16:01:00 -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 c387e086bbcccce726babbea34f0befb6ca9b9bb (commit) from 0695e5e969eba730e517a6adbdf38b8774f89437 (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 c387e086bbcccce726babbea34f0befb6ca9b9bb Author: Jakub Jelinek Date: Fri Jul 1 18:00:35 2022 +0200 Fix omp_aligned_calloc entry. diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 7deb7990..edafa0d3 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -566,7 +566,7 @@ than listed, depending on resolved corner cases and optimizations.

- omp_calloc, omp_realloc, omp_aligned_alloc, and omp_aligned_callocruntime routines + omp_calloc, omp_realloc, omp_aligned_alloc, and omp_aligned_calloc runtime routines GCC 12 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs