On Wed, Jun 01, 2016 at 05:06:42PM +0200, Thomas Schwinge wrote: > Here are the OpenACC bits of <http://gcc.gnu.org/PR71373>. > > As we're currently not paying attention to OpenACC tile clauses in the > middle end, and thus OMP_CLAUSE_TILE's arguments are not to be considered > stable, I opted to simply discard them early, simplifying their > gcc/tree-nested.c handling. Everything else should be self-explanatory. > > OK for trunk and gcc-6-branch?
LGTM for both, but please as a follow-up try to work also on a C testcase with nested functions that covers all the clauses (both referencing vars/expressions that are defined in the current function and used by a nested function, and for vars/expressions that are defined in parent function and used in clauses inside of nested function. Jakub