This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/n] OpenMP 4.0 offloading infrastructure
- From: Mike Stump <mikestump at comcast dot net>
- To: Ilya Verbin <iverbin at gmail dot com>
- Cc: Thomas Schwinge <thomas at codesourcery dot com>, Jakub Jelinek <jakub at redhat dot com>, gcc-patches at gcc dot gnu dot org, Bernd Schmidt <bernds at codesourcery dot com>, Kirill Yukhin <kirill dot yukhin at gmail dot com>
- Date: Fri, 20 Feb 2015 11:35:18 -0800
- Subject: Re: [PATCH 1/n] OpenMP 4.0 offloading infrastructure
- Authentication-results: sourceware.org; auth=none
- References: <20140915165227 dot GB48540 at msticlxl57 dot ims dot intel dot com> <20140917134558 dot GG17454 at tucnak dot redhat dot com> <20140926123551 dot GA6892 at msticlxl57 dot ims dot intel dot com> <877fvedteh dot fsf at schwinge dot name> <20150220143612 dot GA56550 at msticlxl57 dot ims dot intel dot com>
On Feb 20, 2015, at 6:36 AM, Ilya Verbin <iverbin@gmail.com> wrote:
> I assumed that nobody would build an offloading compiler with --enable-languages
> other than c,c++,fortran[,lto].
:-) You should try objc and obj-c++… With some luck, they might just work out of the box.