From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122923 invoked by alias); 28 Apr 2017 23:15:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 122910 invoked by uid 89); 28 Apr 2017 23:15:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1495, formality, H*Ad:U*charlet, Embedded X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 23:15:57 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v3SNFlTK011205; Fri, 28 Apr 2017 18:15:47 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v3SNFjLS011203; Fri, 28 Apr 2017 18:15:45 -0500 Date: Fri, 28 Apr 2017 23:15:00 -0000 From: Segher Boessenkool To: Andrew Jenner Cc: David Edelsohn , GCC Development , Olivier Hainque , Sandra Loosemore , Arnaud Charlet , Joel Brobecker , "Joseph S. Myers" Subject: Re: PowerPC SPE maintainership (was Re: Obsolete powerpc*-*-*spe*) Message-ID: <20170428231544.GF19687@gate.crashing.org> References: <20170214030703.GS21840@gate.crashing.org> <58A61E7B.4060903@codesourcery.com> <20170216221937.GB21840@gate.crashing.org> <58A63B91.1040102@codesourcery.com> <452E2837-FC8A-4DA2-A2B9-F58151841F58@adacore.com> <45cf27b1-2e27-460c-cb32-3be93f16b6d2@codesourcery.com> <7b2eb145-f07a-bced-9ff4-941aa12521d1@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b2eb145-f07a-bced-9ff4-941aa12521d1@codesourcery.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00145.txt.bz2 Hi Andrew, On Wed, Apr 26, 2017 at 10:18:55AM +0100, Andrew Jenner wrote: > On 13/03/2017 18:01, Andrew Jenner wrote: > >I volunteer to be the point of contact for the SPE port. > > > >Over here at CodeSourcery/Mentor Embedded, we have a strong interest in > >SPE *not* being deprecated (we actively ship toolchain products with SPE > >multilibs, and have customers for which these are important). We are > >therefore volunteering resources (specifically, me) to maintain SPE > >upstream as well. > > Ping. > > My understanding is that I need to be appointed by the steering > committee to become a maintainer, but I have not yet heard anything from > them. > > Either way, I will work on cleaning up the SPE test results and getting > some patches sent upstream to make sure this part of the port is in good > shape. Here's the sequence of things that should happen: 1) Test results are posted to gcc-testresults@, ideally regularly. Without test results no one can know if they break things. 2) The port has to be created. I volunteered to do that. This can start soon after the GCC 7 release. It will be hard to do without having test results. We also still have to agree on the target triples for the new port. If you have any thoughts on this, I'd love to hear them. 3) The port has to be accepted by the steering committee, and you appointed the maintainer. This should be just a formality after 1) and 2). Segher