[committed] libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAGS for -m32/-mx32

2021-03-04 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 14, 2021 at 07:18:13PM +0100, Thomas Schwinge wrote: > libgomp/ > PR libgomp/65099 > * plugin/configfrag.ac (PLUGIN_NVPTX): Restrict to supported > configurations. > * configure: Regenerate. > * plugin/plugin-nvptx.c (nvptx_get_num_devices): Remove 64

Re: [committed] libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAGS for -m32/-mx32

2021-03-22 Thread Thomas Schwinge
Hi Jakub! On 2021-03-04T09:52:41+0100, Jakub Jelinek via Gcc-patches wrote: > On Thu, Jan 14, 2021 at 07:18:13PM +0100, Thomas Schwinge wrote: >> libgomp/ >> PR libgomp/65099 >> * plugin/configfrag.ac (PLUGIN_NVPTX): Restrict to supported >> configurations. (I had copied for