From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20127 invoked by alias); 20 Sep 2019 17:10:41 -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 20051 invoked by uid 89); 20 Sep 2019 17:10:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=Fang, fang 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; Fri, 20 Sep 2019 17:10:39 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1F5FC18CB8EF; Fri, 20 Sep 2019 17:10:38 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-52.rdu2.redhat.com [10.10.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4BF621001B22; Fri, 20 Sep 2019 17:10:37 +0000 (UTC) Subject: Re: taking OpenCL C as a built-in lang of GCC? To: Jianbin Fang , gcc@gcc.gnu.org, gcc-help@gcc.gnu.org References: <494fcfcb.4f376.16d25f2d9b7.Coremail.jianbinfang@yeah.net> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <44a0bdc2-c3fe-3d85-e431-770722116982@redhat.com> Date: Fri, 20 Sep 2019 17:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <494fcfcb.4f376.16d25f2d9b7.Coremail.jianbinfang@yeah.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00158.txt.bz2 On 9/12/19 8:48 AM, Jianbin Fang wrote: > Hello Guys, > > > > I am working on OpenCL for a couple of years, and would like to ask, > as for GCC, why not taking OpenCL C as a built-in language in its > front-end? There's no inherent reason why we don't support OpenCL C. Someone would just need to write a suitable front-end for GCC and contribute it. jeff