From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 602713858423; Fri, 4 Nov 2022 09:58:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 602713858423 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667555912; bh=3NuMHHqDzswoAD+j2yeuVJvvDveXVNbP8LqvlT8RV94=; h=To:Subject:Date:From:From; b=duRlnuE9v7v46kRWi6f7OqbyL04iAoa94SqWatsmiox/JdeFwBIPA3E3jx1vna1Ik algfyH/IYPdlcdVHK//baUxcumM7TxJw/Q3J6iVwAwRUaZ4H4f/eAKMVBIkogUsWzU Af6MJfqSjVmH4jzHqpCvOmudiHFZZPWYycxT2Flg= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c59054dae1319cd21e8198733a63d60111681d1b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4e5f373406ed5da42c4a7c4b7f650d92195f2984 X-Git-Newrev: c59054dae1319cd21e8198733a63d60111681d1b Message-Id: <20221104095832.602713858423@sourceware.org> Date: Fri, 4 Nov 2022 09:58:32 +0000 (GMT) From: Thomas Schwinge 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 c59054dae1319cd21e8198733a63d60111681d1b (commit) from 4e5f373406ed5da42c4a7c4b7f650d92195f2984 (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 c59054dae1319cd21e8198733a63d60111681d1b Author: Thomas Schwinge Date: Fri Nov 4 10:18:38 2022 +0100 GCC 13: OpenMP offloading to Intel MIC has been removed diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index f5fa97e5..8b4bf7f3 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -28,6 +28,7 @@ a work-in-progress.

Caveats

    +
  • OpenMP offloading to Intel MIC has been removed.
  • The support for the cr16-elf, tilegx*-linux, tilepro*-linux, hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11* and m32c-rtems configurations has been removed.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- gcc-wwwdocs