gcc Testsuite Results - was: Re: [PATCH] Deprecate ia64*-*-*

2019-09-17 Thread John Paul Adrian Glaubitz
Hi! I just stumbled over [1] and just wanted to add that Debian is reguarly building snapshots of all current gcc versions for a large number of targets, including the testsuites (except for m68k and sh4 at the moment). The results can always be found on buildd.debian.org. gcc-7: https://buil

Re: [PATCH] Deprecate ia64*-*-*

2019-06-17 Thread Jeff Law
On 6/14/19 6:26 PM, Jason Duerstock wrote: > I volunteer to be maintainer for ia64. So the first step would be to start your assignment paperwork with the FSF. Without it we can't accept non-trivial contributions/fixes from you. Contact ass...@gnu.org to get a past and future copyright assignment

Re: [PATCH] Deprecate ia64*-*-*

2019-06-17 Thread Jonathan Wakely
On Sun, 16 Jun 2019 at 14:32, Jakub Jermář wrote: > > Hi Richard! > > On 6/13/19 1:13 PM, Richard Biener wrote: > > > > ia64 has no maintainer anymore so the following deprecates it > > with the goal of eliminating the port for GCC 11 if no maintainer > > steps up. > > > > OK? > > The HelenOS micro

Re: [PATCH] Deprecate ia64*-*-*

2019-06-17 Thread Thomas Schwinge
Hi! On Fri, 14 Jun 2019 20:26:58 -0400, Jason Duerstock wrote: > I volunteer to be maintainer for ia64. Great! I see you've already left behind some traces in GCC, and generally the GNU toolchain, but just to be sure: the procedure then roughly is for you to display some level of commitment, f

Re: [PATCH] Deprecate ia64*-*-*

2019-06-16 Thread Jakub Jermář
Hi Richard! On 6/13/19 1:13 PM, Richard Biener wrote: > > ia64 has no maintainer anymore so the following deprecates it > with the goal of eliminating the port for GCC 11 if no maintainer > steps up. > > OK? The HelenOS microkernel project would be affected by this as we are actively developing

Re: [PATCH] Deprecate ia64*-*-*

2019-06-14 Thread Jason Duerstock
I volunteer to be maintainer for ia64. Jason

Re: [PATCH] Deprecate ia64*-*-*

2019-06-14 Thread Jeff Law
On 6/14/19 1:14 AM, Richard Biener wrote: > On Thu, 13 Jun 2019, Jim Wilson wrote: > >> On Thu, Jun 13, 2019 at 10:39 AM Joel Sherrill >> wrote: >>> Ok with me if no one steps up and the downstream projects like Debian gets >>> notice. This is just a reflection of this architecture's status in t

Re: [PATCH] Deprecate ia64*-*-*

2019-06-14 Thread Richard Biener
On Thu, 13 Jun 2019, Jim Wilson wrote: > On Thu, Jun 13, 2019 at 10:39 AM Joel Sherrill > wrote: > > Ok with me if no one steps up and the downstream projects like Debian gets > > notice. This is just a reflection of this architecture's status in the > > world. > > I sent email to the debian-ia

Re: [PATCH] Deprecate ia64*-*-*

2019-06-13 Thread Jim Wilson
On Thu, Jun 13, 2019 at 10:39 AM Joel Sherrill wrote: > Ok with me if no one steps up and the downstream projects like Debian gets > notice. This is just a reflection of this architecture's status in the > world. I sent email to the debian-ia64 list half an hour ago. Just got a response. They m

Re: [PATCH] Deprecate ia64*-*-*

2019-06-13 Thread Joel Sherrill
Ok with me if no one steps up and the downstream projects like Debian gets notice. This is just a reflection of this architecture's status in the world. --joel On Thu, Jun 13, 2019, 4:13 AM Richard Biener wrote: > > ia64 has no maintainer anymore so the following deprecates it > with the goal o

Re: [PATCH] Deprecate ia64*-*-*

2019-06-13 Thread Jim Wilson
On Thu, 2019-06-13 at 09:09 -0600, Jeff Law wrote: > On 6/13/19 5:13 AM, Richard Biener wrote: > > > > ia64 has no maintainer anymore so the following deprecates it > > with the goal of eliminating the port for GCC 11 if no maintainer > > steps up. OK with me since I'm not the maintainer anymore.

Re: [PATCH] Deprecate ia64*-*-*

2019-06-13 Thread Jeff Law
On 6/13/19 5:13 AM, Richard Biener wrote: > > ia64 has no maintainer anymore so the following deprecates it > with the goal of eliminating the port for GCC 11 if no maintainer > steps up. > > OK? > > Thanks, > Richard. > > 2019-06-13 Richard Biener > > * config.gcc: Mark ia64*-*-* tar

[PATCH] Deprecate ia64*-*-*

2019-06-13 Thread Richard Biener
ia64 has no maintainer anymore so the following deprecates it with the goal of eliminating the port for GCC 11 if no maintainer steps up. OK? Thanks, Richard. 2019-06-13 Richard Biener * config.gcc: Mark ia64*-*-* targets as deprecated/obsolete. Index: gcc/config.gcc =