On Mon, Dec 07, 2015 at 12:21:22PM +0100, Martin Jambor wrote:
> Subject: Make copy_gimple_seq_and_replace_locals copy seqs in omp clauses
>
> Hi,
>
> this is https://gcc.gnu.org/ml/gcc-patches/2015-12/msg00477.html with
> the early return requested by Jakub. Please refer to that previous
> email for explanation why it is necessary.
>
> Thanks,
>
> 2015-12-03 Martin Jambor <[email protected]>
>
> * tree-inline.c (duplicate_remap_omp_clause_seq): New function.
> (replace_locals_op): Duplicate gimple sequences in OMP clauses.
Ok, thanks.
Jakub