[committed] Clean up libgomp GCC 5 legacy support (was: Remove unused openacc call)

2019-05-06 Thread Thomas Schwinge
Hi! On Wed, 20 Apr 2016 12:27:27 +0200, Jakub Jelinek wrote: > On Wed, Apr 20, 2016 at 10:46:38AM +0200, Thomas Schwinge wrote: > > Clean up libgomp GCC 5 legacy support > > > > libgomp/ > > * config/nvptx/oacc-parallel.c: Empty file. | * oacc-parall

Re: Remove unused openacc call

2016-04-20 Thread Jakub Jelinek
On Wed, Apr 20, 2016 at 10:46:38AM +0200, Thomas Schwinge wrote: > On Mon, 9 Nov 2015 16:58:48 -0500, Nathan Sidwell wrote: > > I've committed this to trunk. It nuke the now unused > > GOACC_GET_NUM_THREADS and > > GOACC_GET_THREAD_NUM calls. > > > * omp-low.c: [...] > > (lower_reduc

Re: Remove unused openacc call

2016-04-20 Thread Thomas Schwinge
Hi! On Mon, 9 Nov 2015 16:58:48 -0500, Nathan Sidwell wrote: > I've committed this to trunk. It nuke the now unused GOACC_GET_NUM_THREADS > and > GOACC_GET_THREAD_NUM calls. > * omp-low.c: [...] > (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THREAD_NUM call. > * om

Remove unused openacc call

2015-11-09 Thread Nathan Sidwell
I've committed this to trunk. It nuke the now unused GOACC_GET_NUM_THREADS and GOACC_GET_THREAD_NUM calls. Also fixed up some comment typos I noticed nathan 2015-11-09 Nathan Sidwell * omp-low.c: Fix some OpenACC comment typos. (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THR