From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42541 invoked by alias); 2 Nov 2015 10:59:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 42532 invoked by uid 89); 2 Nov 2015 10:59:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 02 Nov 2015 10:59:26 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 48D062899543; Mon, 2 Nov 2015 11:59:23 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6s46Re33wpnL; Mon, 2 Nov 2015 11:59:23 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 36B952899540; Mon, 2 Nov 2015 11:59:23 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 222841EA0445; Mon, 2 Nov 2015 11:59:23 +0100 (CET) Date: Mon, 02 Nov 2015 10:59:00 -0000 From: Arnaud Charlet To: Jan Sommer Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix declaration of pthread-structs in s-osinte-rtems.ads Message-ID: <20151102105923.GB23962@adacore.com> References: <8173705.y9mlaLCnmB@kubuntu> <1962248.x9lsWC05IS@kubuntu> <20151031171147.GA29029@adacore.com> <2407588.iI33KOBU7c@kubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2407588.iI33KOBU7c@kubuntu> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-11/txt/msg00048.txt.bz2 > Ok, I don't have time today. I will make a patch against trunk and will try > again with the correct format tomorrow. > How does the backporting work? > It's my first contribution to gcc, so bare with me ;-) See https://gcc.gnu.org/contribute.html for details. Arno