From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100433 invoked by alias); 3 Aug 2017 08:27:48 -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 100419 invoked by uid 89); 3 Aug 2017 08:27:47 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:293, HContent-Transfer-Encoding:8bit 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 ESMTP; Thu, 03 Aug 2017 08:27:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 1B1E2813C3; Thu, 3 Aug 2017 10:27:45 +0200 (CEST) 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 d9YRslh7L45g; Thu, 3 Aug 2017 10:27:45 +0200 (CEST) Received: from [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838] (cacatoes.act-europe.fr [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 06799813BF; Thu, 3 Aug 2017 10:27:45 +0200 (CEST) Subject: Re: [PATCH 1/2] Introduce testsuite support to run Python tests To: Jeff Law , David Malcolm , gcc-patches@gcc.gnu.org References: <20170726160040.6516-1-derodat@adacore.com> <20170726160040.6516-2-derodat@adacore.com> <1501086319.10760.56.camel@redhat.com> <52320c0f-3006-5192-5200-38bd91319e75@adacore.com> <1501087727.10760.60.camel@redhat.com> From: Pierre-Marie de Rodat Message-ID: Date: Thu, 03 Aug 2017 08:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00263.txt.bz2 On 08/02/2017 08:43 PM, Jeff Law wrote: > If it was trivial, then let's support 2.6. But if it's nontrivial, I'd > support stepping to something more modern. It is trivial. I’ve done it locally. :-) -- Pierre-Marie de Rodat