On Tue, Dec 01, 2015 at 03:25:42PM +0100, Tom de Vries wrote: > Handle BUILT_IN_GOACC_PARALLEL in ipa-pta > > 2015-12-01 Tom de Vries <t...@codesourcery.com> > > * tree-ssa-structalias.c (find_func_aliases_for_builtin_call) > (find_func_clobbers, ipa_pta_execute): Handle BUILT_IN_GOACC_PARALLEL.
Isn't this cheating though? The kernel will be called with those addresses only if doing host fallback (and for GOMP_target_ext even not for that always - firstprivate vars will have the addresses replaced by addresses of alloca-ed copies of those objects). I haven't studied in detail what exactly IPA-PTA does, so maybe it is good enough to pretend that. Jakub