Re: [PATCH, OpenACC, og8] OpenACC kernels control flow analysis bug fix

2019-02-20 Thread Gergö Barany
Ping. Thomas, is this OK for openacc-gcc-8-branch? It would be great if I could commit this before Friday. Thanks, Gergö On 12/02/2019 20:02, Gergö Barany wrote: Hi all, The attached patch fixes a bug in recent work on OpenACC "kernels" regions. Jumps within nested binds or try statements w

[PATCH, OpenACC, og8] OpenACC kernels control flow analysis bug fix

2019-02-12 Thread Gergö Barany
Hi all, The attached patch fixes a bug in recent work on OpenACC "kernels" regions. Jumps within nested binds or try statements were not analyzed correctly and could lead to ICEs. Tested on x86_64 with offloading to NVPTX. Thanks, Gergö Correctly handle nested bind and try statements in th