Re: [gomp4] correct a tile bug with combined loops in fortran

2016-10-06 Thread Nathan Sidwell
On 10/05/16 23:14, Cesar Philippidis wrote: Nathan spotted a bug where the fortran FE wasn't lowering the tile clause properly in combined parallel/kernels loops. The problem was that gfc_trans_omp_d has two sources of clauses, code->ext.omp_clauses and do_clauses. Because of the way that the

[gomp4] correct a tile bug with combined loops in fortran

2016-10-05 Thread Cesar Philippidis
Nathan spotted a bug where the fortran FE wasn't lowering the tile clause properly in combined parallel/kernels loops. The problem was that gfc_trans_omp_d has two sources of clauses, code->ext.omp_clauses and do_clauses. Because of the way that the fortran FE splits combined loops, the tile