On Thu, Nov 20, 2014 at 03:19:11AM +0100, Bernd Schmidt wrote: > Thomas had apparently already pointed out an issue with the new gomp_target > class (there are multiple similar types of statements we want to handle with > OpenACC, they have different codes but we want to have function pointers > operating on any of them) back in July. That seems to have been ignored. By > necessity, some of David's changes are reverted in the following patch.
I thought the agreement was to use GIMPLE_OMP_TARGET gimple_code and just two new gimple_omp_target_kind GF_* flags. Jakub