During gimplification, allow additional flags next to ORT_TARGET.
commit772631dc08f8b35ebc80f49d0a47f387daee88a5
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2014 09:39:24 +0000 (28 09:39 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2014 09:39:24 +0000 (28 09:39 +0000)
treec1e39a1a31fdfe7ac2dadbd6ce3b250387cb7cac
parent8bf9de10811125a7b15a838a44b198d34f91c229
During gimplification, allow additional flags next to ORT_TARGET.

gcc/
* gimplify.c (gimplify_call_expr, gimplify_modify_expr)
(omp_firstprivatize_variable, omp_notice_threadprivate_variable)
(omp_notice_variable, gimplify_adjust_omp_clauses)
(gimplify_omp_workshare): Treat ORT_TARGET as a flag, not as a
value.

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