From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36999 invoked by alias); 17 Jan 2018 22:25:37 -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 36988 invoked by uid 89); 17 Jan 2018 22:25:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Jan 2018 22:25:34 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1ebw9E-000792-F2 from Tom_deVries@mentor.com for gcc-patches@gcc.gnu.org; Wed, 17 Jan 2018 14:25:32 -0800 Received: from [172.30.72.54] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 17 Jan 2018 22:25:28 +0000 Subject: Re: [PATCH,PTX] Add support for CUDA 9 To: Cesar Philippidis CC: "gcc-patches@gcc.gnu.org" References: <002bf03f-baad-5809-6e9a-2fdffa0c1e2c@codesourcery.com> <19831d57-118f-1ef7-b360-0dc0ba905688@codesourcery.com> <3693480e-a616-2233-2542-0403afbab7fa@mentor.com> From: Tom de Vries Message-ID: Date: Wed, 17 Jan 2018 23:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-SW-Source: 2018-01/txt/msg01611.txt.bz2 On 01/17/2018 06:29 PM, Cesar Philippidis wrote: > Is this patch OK for trunk? You haven't made the changes I've asked for, this is the same patch as before. Thanks, - Tom