public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Listing deprecated targets in changes.html
@ 2021-09-13 21:25 Eric Gallager
  2021-09-14 11:46 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Gallager @ 2021-09-13 21:25 UTC (permalink / raw)
  To: GCC Development, Richard Biener, Jeff Law

Hi, I see that a number of targets are going to be deprecated for GCC 12:
- m32r{,le}-linux:
https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579265.html
- cr16: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579280.html
- m68k-openbsd:
https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579298.html
- vax-openbsd: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579299.html
However, none of these targets are listed in the changes page for GCC 12 yet:
https://gcc.gnu.org/gcc-12/changes.html
I would encourage people involved with these patches to list these
deprecations on the changes page ASAP, so that people can have time to
prepare for the impending deprecations.
Thanks,
Eric Gallager

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Listing deprecated targets in changes.html
  2021-09-13 21:25 Listing deprecated targets in changes.html Eric Gallager
@ 2021-09-14 11:46 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2021-09-14 11:46 UTC (permalink / raw)
  To: Eric Gallager; +Cc: GCC Development, Jeff Law

On Mon, 13 Sep 2021, Eric Gallager wrote:

> Hi, I see that a number of targets are going to be deprecated for GCC 12:
> - m32r{,le}-linux:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579265.html
> - cr16: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579280.html
> - m68k-openbsd:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579298.html
> - vax-openbsd: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579299.html
> However, none of these targets are listed in the changes page for GCC 12 yet:
> https://gcc.gnu.org/gcc-12/changes.html
> I would encourage people involved with these patches to list these
> deprecations on the changes page ASAP, so that people can have time to
> prepare for the impending deprecations.
> Thanks,
> Eric Gallager

Thanks for reminding - the following should address those.

Pushed.

Richard.

From f4e66a329096bb1f9f0fc51bd8a5b35cad77f1b8 Mon Sep 17 00:00:00 2001
From: Richard Biener <rguenther@suse.de>
Date: Tue, 14 Sep 2021 13:45:42 +0200
Subject: [PATCH] Add recent target obsoletions / removals

This adds a note about obsoleted and removed target support.
---
 htdocs/gcc-12/changes.html | 9 +++++++++
 1 file changed, 9 insertions(+)

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.</p>
     which still supports <code>-std=f95</code> and is recommended to be used
     instead in general.
   </li>
+  <li>
+    The <code>cr16</code> target with the <code>cr16-*-*</code> configuration
+    has been obsoleted and will be removed in a future release.
+  </li>
+  <li>
+    The support for the <code>m32r-*-linux*</code>, <code>m32rle-*-linux*</code>,
+    <code>m68k*-*-openbsd*</code> and <code>vax-*-openbsd*</code> configurations
+    has been removed.
+  </li>
 </ul>
 
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-14 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 21:25 Listing deprecated targets in changes.html Eric Gallager
2021-09-14 11:46 ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).