Re: Remove the unused OMP_CLAUSE_DEVICE_RESIDENT

2016-06-01 Thread Thomas Schwinge
on my todo list. I extended the scope of the existing <https://gcc.gnu.org/PR63859> to generally examine the "Fortran OpenACC declare directive". Committed in r236985: commit 9c9a6c2515033aabbba5a037674573526ab37319 Author: tschwinge Date: Wed Jun 1 11:55:35 2016 +

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
> Jakub, if the following patch is OK, should I also clean it up on release > branches as applicable, or just on trunk? It is ok for trunk, not worth backporting to any branches. But your ChangeLog doesn't cover the changes you've actually done. > Remove the unused

Remove the unused OMP_CLAUSE_DEVICE_RESIDENT

2016-05-31 Thread Thomas Schwinge
on trunk? commit 65f613d59aca51bc6460eaae7ea19871577a7b26 Author: Thomas Schwinge Date: Tue May 31 15:59:24 2016 +0200 Remove the unused OMP_CLAUSE_DEVICE_RESIDENT gcc/ * tree-core.h (enum omp_clause_code): Remove OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users