Re: [Patch] OpenMP: Parse align clause in allocate directive in C/C++

2023-02-09 Thread Jakub Jelinek via Gcc-patches
On Thu, Feb 09, 2023 at 11:16:39AM +0100, Tobias Burnus wrote: > Any further comments before I commit it? > OpenMP: Parse align clause in allocate directive in C/C++ > > gcc/c/ChangeLog: > > * c-parser.cc (c_parser_omp_allocate): Parse align > clause and check for restrictions. > > g

Re: [Patch] OpenMP: Parse align clause in allocate directive in C/C++

2023-02-09 Thread Tobias Burnus
Updated patch included. Changes: * Removed xfail for C++ * For C, I updated the comment as suggested. * For C++: I updated/extended the FIXME comment and added the 'align' check (the simple version as first suggested; I did not went for the one which supports some templates.) Any further comme

Re: [Patch] OpenMP: Parse align clause in allocate directive in C/C++

2023-01-31 Thread Jakub Jelinek via Gcc-patches
On Tue, Dec 13, 2022 at 06:44:27PM +0100, Tobias Burnus wrote: > OpenMP: Parse align clause in allocate directive in C/C++ > > gcc/c/ChangeLog: > > * c-parser.cc (c_parser_omp_allocate): Parse align > clause and check for restrictions. > > gcc/cp/ChangeLog: > > * parser.cc (cp