Re: (Re: [committed] openmp: Add nothing directive support)

2021-08-18 Thread Tobias Burnus
On 18.08.21 13:18, Jakub Jelinek wrote: gcc/testsuite/ChangeLog: * gfortran.dg/nothing-1.f90: New test. * gfortran.dg/nothing-2.f90: New test. While testing manually with -fopenmp, I did manage to place it for the testsuite run outside the 'gomp/' subdirectory. – Now fixed →

Re: (Re: [committed] openmp: Add nothing directive support)

2021-08-18 Thread Jakub Jelinek via Fortran
On Wed, Aug 18, 2021 at 01:10:12PM +0200, Tobias Burnus wrote: > I think otherwise the patch is boring - as boring as 'omp nothing' itself > (outside its use in metadirectives). Yeah, I think nobody sane will use it for anything but metadirective except in compiler testsuites. > Fortran: Add

(Re: [committed] openmp: Add nothing directive support)

2021-08-18 Thread Tobias Burnus
On 18.08.21 11:18, Jakub Jelinek wrote: As has been clarified, it is intentional that nothing directive is accepted in substatements of selection and looping statements and after labels and is handled as if the directive just isn't there ... And here is the Fortran version; as ST_NONE is