Re: Fix PR85782: C++ ICE with continue statements inside acc loops

2018-05-18 Thread Jakub Jelinek
On Fri, May 18, 2018 at 08:30:44AM -0700, Cesar Philippidis wrote: > Ping. Ok. > For reference, I've attached the patch for gcc7. Jakub

Re: Fix PR85782: C++ ICE with continue statements inside acc loops

2018-05-18 Thread Cesar Philippidis
Ping. For reference, I've attached the patch for gcc7. Cesar On 05/15/2018 07:11 AM, Cesar Philippidis wrote: > This patch resolves the issue in PR85782, which involves a C++ ICE > caused by OpenACC loops which contain continue statements. The problem > is that genericize_continue_stmt expects a

Fix PR85782: C++ ICE with continue statements inside acc loops

2018-05-15 Thread Cesar Philippidis
This patch resolves the issue in PR85782, which involves a C++ ICE caused by OpenACC loops which contain continue statements. The problem is that genericize_continue_stmt expects a continue label for the loop, but that wasn't getting set up acc loops. This patch fixes that by calling genericize_omp