On Mon, Oct 11, 2021 at 01:28:11PM +0200, Marcel Vollweiler wrote: > > > libgomp/ChangeLog: > > > > > > * allocator.c (omp_init_allocator): Replace omp_atv_sequential with > > > omp_atv_serialized. > > > * omp.h.in: Add deprecated flag for omp_atv_sequential. > > > * omp_lib.f90.in: Add deprecated flag for omp_atv_sequential. > > > * testsuite/libgomp.c-c++-common/alloc-10.c: New test. > > > * testsuite/libgomp.fortran/alloc-12.f90: New test. > > > > LGTM, except one nit. > > > > > --- /dev/null > > > +++ b/libgomp/testsuite/libgomp.c-c++-common/alloc-10.c > > > +} > > > \ No newline at end of file > > > > Please make sure the file ends with a newline before committing. > > Changed :)
Thanks, just commit it, the above was meant as "please commit with this nit fixed", I'm sorry if it wasn't obvious. Jakub