Re: Remove the unused OMP_CLAUSE_DEVICE_RESIDENT

2016-06-01 Thread Thomas Schwinge
Hi! On Tue, 31 May 2016 15:35:17 -0700, Cesar Philippidis wrote: > On 05/31/2016 08:45 AM, Thomas Schwinge wrote: > > > While working on something else, I came across the following. Cesar, can > > you please verify that this is really dead code in the Fortran front end, > > which currently is

Re: Remove the unused OMP_CLAUSE_DEVICE_RESIDENT

2016-05-31 Thread Cesar Philippidis
On 05/31/2016 08:45 AM, Thomas Schwinge wrote: > While working on something else, I came across the following. Cesar, can > you please verify that this is really dead code in the Fortran front end, > which currently is the only producer of OMP_CLAUSE_DEVICE_RESIDENT? You're correct. Declare shou

Re: Remove the unused OMP_CLAUSE_DEVICE_RESIDENT

2016-05-31 Thread Jakub Jelinek
On Tue, May 31, 2016 at 05:45:25PM +0200, Thomas Schwinge wrote: > While working on something else, I came across the following. Cesar, can > you please verify that this is really dead code in the Fortran front end, > which currently is the only producer of OMP_CLAUSE_DEVICE_RESIDENT? > > Also, I