From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 12CD83857C6F; Tue, 14 Sep 2021 11:47:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12CD83857C6F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f4e66a329096bb1f9f0fc51bd8a5b35cad77f1b8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3826495d1a2c265954d5da13ca71925eea390060 X-Git-Newrev: f4e66a329096bb1f9f0fc51bd8a5b35cad77f1b8 Message-Id: <20210914114707.12CD83857C6F@sourceware.org> Date: Tue, 14 Sep 2021 11:47:07 +0000 (GMT) From: Richard Biener 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: Tue, 14 Sep 2021 11:47:07 -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 f4e66a329096bb1f9f0fc51bd8a5b35cad77f1b8 (commit) from 3826495d1a2c265954d5da13ca71925eea390060 (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 f4e66a329096bb1f9f0fc51bd8a5b35cad77f1b8 Author: Richard Biener Date: Tue Sep 14 13:45:42 2021 +0200 Add recent target obsoletions / removals This adds a note about obsoleted and removed target support. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 936af979..6c7091a9 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -47,6 +47,15 @@ a work-in-progress.

which still supports -std=f95 and is recommended to be used instead in general. +
  • + The cr16 target with the cr16-*-* configuration + has been obsoleted and will be removed in a future release. +
  • +
  • + The support for the m32r-*-linux*, m32rle-*-linux*, + m68k*-*-openbsd* and vax-*-openbsd* configurations + has been removed. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs