From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id ADD00385840C; Fri, 23 Feb 2024 09:52:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADD00385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708681933; bh=E/lVb4AndxBZ1R/NJEeN7zFgmFIuIYFpY1csuggQxb0=; h=To:Subject:Date:From:From; b=Tp/0yZo7dedEpm0JWYPYqiq64WJEKCK13uQ8LMOcmbpxcNEupz1TUyIPGxIfW76Vh 1WNqTAHjDADbSoOitpC9wUz//v1oRplgx5qU/9iWRRfxtYGQFsc5n27xNuHcoqyRMB m8X11T22jxQsFchU1kc1U7GWvuwtaWlvC5L/DItA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8701b8c92366d2039147b4830657a5bad2cb460f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d472f751802f95635997649ea7ec71e4f725aa50 X-Git-Newrev: 8701b8c92366d2039147b4830657a5bad2cb460f Message-Id: <20240223095213.ADD00385840C@sourceware.org> Date: Fri, 23 Feb 2024 09:52:12 +0000 (GMT) From: Richard Biener 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 8701b8c92366d2039147b4830657a5bad2cb460f (commit) from d472f751802f95635997649ea7ec71e4f725aa50 (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 8701b8c92366d2039147b4830657a5bad2cb460f Author: Richard Biener Date: Fri Feb 23 10:50:10 2024 +0100 Document ia64*-*-* obsolescence The following documents obsoleting of ia64*-*-*. * gcc-14/changes.html: Document ia64*-*-* obsoleting. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index c2cdd87a..85ccc54d 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -45,7 +45,10 @@ a work-in-progress.

-fcf-protection=none needs to be added and then with -fcf-protection=xxx. - +
  • Support for the ia64*-*- target ports which have been + unmaintained for quite a while has been declared obsolete in GCC 14. + The next release of GCC will have their sources permanently removed. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs