On Tue, Sep 06, 2022 at 10:12:39AM +0200, Tobias Burnus wrote: > On 06.09.22 09:49, Jakub Jelinek wrote: > > On Tue, Sep 06, 2022 at 07:54:05AM +0800, haochen.jiang via Gcc-patches > > wrote: > > > Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration > > > support > > > caused > > > FAIL: gfortran.dg/gomp/doacross-5.f90 -O (test for errors, line 28) > > Seems this is still being diagnosed in the FE when it should be deferred to > > the middle-end now (only when we find out if it is doacross or not). > > I concur – and at some point during patch writing, I had this snippeted > removed (given that the testcase required it) – but for some reasons, it > got mangled in again. I have now removed it again/in GCC mainline – > after successful regtesting. > > Committed as r13-2491-gd6582c662ca0da05c74fa3183e1bc2cadcb21424
Thanks. Jakub