public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFC/RFA] Obsolete Cell Broadband Engine SPU targets
@ 2019-04-02  9:46 Ulrich Weigand
  2019-04-02 12:40 ` Richard Biener
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ulrich Weigand @ 2019-04-02  9:46 UTC (permalink / raw)
  To: gcc, gcc-patches; +Cc: dje.gcc, trevor_smigiel

Hello,

the spu-elf target in GCC supports generating code for the SPU processors
of the Cell Broadband Engine; it has been part of upstream GCC since 2008.

However, at this point I believe this target is no longer in use:
- There is no supported Cell/B.E. hardware any more.
- There is no supported operating system supporting Cell/B.E. any more.

I've still been running daily regression tests until now, but I'll be
unable to continue to do so much longer since the systems I've been
using for this will go away.

Rather than leave SPU support untested/maintained, I'd therefore
propose to declare all SPU targets obsolete in GCC 9 and remove
the code with GCC 10.

Any objections to this approach?

Bye,
Ulrich


gcc/ChangeLog:

	* config.gcc: Mark spu* targets as deprecated/obsolete.

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc	(revision 270076)
+++ gcc/config.gcc	(working copy)
@@ -248,6 +248,7 @@ md_file=
 # Obsolete configurations.
 case ${target} in
   *-*-solaris2.10*			\
+  | spu*-*-*				\
   | tile*-*-*				\
  )
     if test "x$enable_obsolete" != xyes; then
-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com

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

end of thread, other threads:[~2019-04-02 18:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02  9:46 [RFC/RFA] Obsolete Cell Broadband Engine SPU targets Ulrich Weigand
2019-04-02 12:40 ` Richard Biener
2019-04-02 13:14 ` Jeff Law
2019-04-02 14:13 ` Ulrich Weigand
2019-04-02 16:07 ` Andrew Pinski
2019-04-02 16:49 ` Eric Gallager
2019-04-02 17:26   ` Ulrich Weigand
2019-04-02 18:18   ` Jeff Law

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).