From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 279D7385703F for ; Fri, 11 Dec 2020 20:01:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 279D7385703F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=segher@kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 0BBK0QML008774; Fri, 11 Dec 2020 14:00:26 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 0BBK0QKw008773; Fri, 11 Dec 2020 14:00:26 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Fri, 11 Dec 2020 14:00:26 -0600 From: Segher Boessenkool To: abebeos Cc: Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [RFC] [avr] Toolchain Integration for Testsuite Execution (avr cc0 to mode_cc0 conversion) Message-ID: <20201211200026.GB2672@gate.crashing.org> References: <9ece414d-2711-9e20-8664-ce37e62abe29@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, BODY_8BITS, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 20:01:28 -0000 Hi! Thanks for trying to push this forward. On Fri, Dec 11, 2020 at 09:49:18PM +0200, abebeos via Gcc-patches wrote: > Στις Παρ, 11 Δεκ 2020 στις 8:32 μ.μ., ο/η Jeff Law έγραψε: > > On 12/9/20 6:12 AM, abebeos via Gcc-patches wrote: > saaadhu (1st choice, zero regressions) should have one, has recently > commited something, too: > > https://gcc.gnu.org/git/?p=gcc.git;a=search;h=e7d55c6b81733335d81e35f7c0116bbdffccb682;s=Senthil+Kumar+Selvaraj;st=committer Yes, he is in MAINTAINERS. > Second, the work needs to be submitted for inclusion. I don't recall > > seeing an official submission from either of them to gcc-patches. > > My understanding of "non-FSF world-legals" is that something that is > already released/assigned needs no submission. It's not just that: all patches should hit gcc-patches@. For transparency, and so that everyone can easily comment on it. If someone has published a modified GCC anywhere public, anyone can take that code. That is how the GPL works. But we still need it on gcc-patches to review it :-) Segher