This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Handle empty infinite loops in OpenACC for PR84955
On Thu, Apr 12, 2018 at 11:39:43AM -0700, Cesar Philippidis wrote:
> Strange. I didn't observe any regressions when I tested it. But, then
> again, I was testing against revision
>
> r259092 | jason | 2018-04-04 09:42:55 -0700 (Wed, 04 Apr 2018) | 4 lines
>
> which is over a week old. I'll revert that patch for now, and revisit
> this issue in stage1.
You should have kept the omp-expand.c chunk, that is correct and shouldn't
cause issues.
Jakub