From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39234 invoked by alias); 16 May 2017 09:08:02 -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 39139 invoked by uid 89); 16 May 2017 09:07:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=paperwork, Hx-languages-length:457 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 May 2017 09:07:56 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 311B937E67; Tue, 16 May 2017 09:07:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 311B937E67 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 311B937E67 Received: from oldenburg.str.redhat.com (dhcp-192-212.str.redhat.com [10.33.192.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F0B33784A1; Tue, 16 May 2017 09:07:56 +0000 (UTC) Subject: Re: Ada gcc compiler for ia64-hp-openvms To: David Edelsohn , David SAUVAGE - AdaLabs Ltd Cc: =?UTF-8?Q?g=c3=a9rard_Calliet?= , GCC Development References: <9f485cf0-bcbe-c526-c900-6ee4644358dd@adalabs.com> <3ee2e29b-57f7-4a68-4eaa-9f6d1cbd718c@adalabs.com> <2da1a732-99f7-81af-ff20-81471e2bcea8@adalabs.com> From: Florian Weimer Message-ID: Date: Tue, 16 May 2017 09:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00149.txt.bz2 On 05/15/2017 10:01 PM, David Edelsohn wrote: > Your understanding is correct. GCC never accepts patches for a > specific version / release -- even if it is the current release. > Patches for new features or support must be contributed to the current > development version. Can't the patches be put on a branch on sourceware.org after the paperwork has been done, just to save them for posterity? Thanks, Florian