r242054 - in /branches/gomp-4_0-branch/gcc: Cha...
cesar@gcc.gnu.org
cesar@gcc.gnu.org
Thu Nov 10 20:38:00 GMT 2016
Author: cesar
Date: Thu Nov 10 20:38:52 2016
New Revision: 242054
URL: https://gcc.gnu.org/viewcvs?rev=242054&root=gcc&view=rev
Log:
gcc/fortran/
* trans-openmp.c (gfc_trans_omp_clauses_1): Remove
OMP_CLAUSE_DEVICE_RESIDENT.
gcc/
* gimplify.c (gimplify_scan_omp_clauses): Remove
OMP_CLAUSE_DEVICE_RESIDENT.
(gimplify_adjust_omp_clauses): Likewise.
* omp-low.c (scan_sharing_clauses): Likewise.
* tree-core.h (enum omp_clause_code): Likewise.
* tree-nested.c (convert_nonlocal_omp_clauses):
(convert_local_omp_clauses):
* tree-pretty-print.c (dump_omp_clause): Likewise.
* tree.c (walk_tree_1): Likewise.
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/fortran/trans-openmp.c
branches/gomp-4_0-branch/gcc/gimplify.c
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/gcc/tree-core.h
branches/gomp-4_0-branch/gcc/tree-nested.c
branches/gomp-4_0-branch/gcc/tree-pretty-print.c
branches/gomp-4_0-branch/gcc/tree.c
More information about the Gcc-cvs
mailing list