OpenACC reductions maintenance.
commit4fe8b3620b258ac904d9eade5f76dede69a80c98
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Nov 2014 14:52:26 +0000 (11 14:52 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Nov 2014 14:52:26 +0000 (11 14:52 +0000)
treee093e89a6a2847662114779080e922672eb6679f
parent782a3dab5694d561f80bda7a29000250a681781a
OpenACC reductions maintenance.

gcc/
* omp-low.c (maybe_lookup_reduction): Don't require an OpenACC
context.
(lower_oacc_offload): Simplify use of maybe_lookup_reduction.

gcc/
* omp-low.c (delete_omp_context): Dispose of reduction_map.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@217354 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.gomp
gcc/omp-low.c