From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 5DE35385841B; Fri, 12 Nov 2021 19:54:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DE35385841B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5c7ecfb5627e412a3d142d8dc212f4cd39b3b73f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8d6747dd9c747146aaf42dae43847565882097cb X-Git-Newrev: 5c7ecfb5627e412a3d142d8dc212f4cd39b3b73f Message-Id: <20211112195414.5DE35385841B@sourceware.org> Date: Fri, 12 Nov 2021 19:54:14 +0000 (GMT) From: "H.J. Lu" 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, 12 Nov 2021 19:54:14 -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 5c7ecfb5627e412a3d142d8dc212f4cd39b3b73f (commit) from 8d6747dd9c747146aaf42dae43847565882097cb (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 5c7ecfb5627e412a3d142d8dc212f4cd39b3b73f Author: H.J. Lu Date: Fri Nov 12 11:24:06 2021 -0800 Document deprecation of OpenMP MIC offloading in GCC 12 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 5f12fb42..c133786d 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -49,6 +49,10 @@ a work-in-progress.

which still supports -std=f95 and is recommended to be used instead in general. +
  • + OpenMP offloading to Intel MIC has been deprecated and will be removed + in a future release. +
  • The cr16 target with the cr16-*-* configuration has been obsoleted and will be removed in a future release. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs