From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5c3e31bb2906420 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.73.229 with SMTP id o5mr8235799pbv.7.1324048485077; Fri, 16 Dec 2011 07:14:45 -0800 (PST) Path: lh20ni29462pbb.0!nntp.google.com!news1.google.com!postnews.google.com!j10g2000vbe.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: NVIDIA opens up CUDA compiler for other languages Date: Fri, 16 Dec 2011 07:08:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <8bf92545-8498-46d0-a6e6-a240113a4f18@j10g2000vbe.googlegroups.com> References: NNTP-Posting-Host: 143.117.23.62 Mime-Version: 1.0 X-Trace: posting.google.com 1324048484 27141 127.0.0.1 (16 Dec 2011 15:14:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 16 Dec 2011 15:14:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j10g2000vbe.googlegroups.com; posting-host=143.117.23.62; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-16T07:08:47-08:00 List-Id: On Dec 16, 1:43=A0pm, Adrian-Ken Rueegsegger wrote: > > If I understood the article correctly this requires a working > LLVM-Frontend for Ada. I do not know what the status of the current > implementation [1] is but maybe somebody more knowledgeable about LLVM > with regards to Ada could comment on that and give their take? > I haven't had a chance to try it yet, but the new LLVM 3.0 has been out a few weeks, along with the new Ada front end http://dragonegg.llvm.org/ They say: Patching and building GCC is no longer required: the plugin should work with your system GCC (version 4.5 or 4.6; on Debian/Ubuntu systems the gcc-4.5-plugin-dev or gcc-4.6-plugin-dev package is also needed). which sounds encouraging. Jonathan