https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65099
--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- Author: tschwinge Date: Wed Jul 8 14:59:59 2015 New Revision: 225560 URL: https://gcc.gnu.org/viewcvs?rev=225560&root=gcc&view=rev Log: [nvptx offloading] Only 64-bit configurations are currently supported PR libgomp/65099 gcc/ * config/nvptx/mkoffload.c (main): Create an offload image only in 64-bit configurations. libgomp/ * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return 0 if not in a 64-bit configuration. * testsuite/libgomp.oacc-c++/c++.exp: Don't attempt nvidia offloading testing if no such device is available. * testsuite/libgomp.oacc-c/c.exp: Likewise. * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/config/nvptx/mkoffload.c trunk/libgomp/ChangeLog trunk/libgomp/plugin/plugin-nvptx.c trunk/libgomp/testsuite/libgomp.oacc-c++/c++.exp trunk/libgomp/testsuite/libgomp.oacc-c/c.exp trunk/libgomp/testsuite/libgomp.oacc-fortran/fortran.exp