Re: [Patch] openmp: Add omp_aligned_{, c}alloc and omp_{c, re}alloc for Fortran (was: [committed] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc)

2021-09-30 Thread Tobias Burnus
Forgot to do a "git add" after modifying three testcases ... This silences the warning for a flag only valid for f951 but not for cc1. Committed the follow-up as r12-3984. Tobias - Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellsch

Re: [Patch] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran (was: [committed] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc)

2021-09-30 Thread Jakub Jelinek via Gcc-patches
On Thu, Sep 30, 2021 at 01:14:49PM +0200, Tobias Burnus wrote: > On 30.09.21 09:45, Jakub Jelinek wrote: > > > This patch adds new OpenMP 5.1 allocator entrypoints ... > > ... and this patch adds the Fortran support for it, using the C→Fortran > converted testcases. Additionally, it fixes and upd

[Patch] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran (was: [committed] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc)

2021-09-30 Thread Tobias Burnus
On 30.09.21 09:45, Jakub Jelinek wrote: This patch adds new OpenMP 5.1 allocator entrypoints ... ... and this patch adds the Fortran support for it, using the C→Fortran converted testcases. Additionally, it fixes and updated the list of API routine names. We now can also tick off one item in t

[committed] openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc

2021-09-30 Thread Jakub Jelinek via Gcc-patches
Hi! This patch adds new OpenMP 5.1 allocator entrypoints and in addition to that fixes an omp_alloc bug which is hard to test for - if the first allocator fails but has a larger alignment trait and has a fallback allocator, either the default behavior or a user fallback, then the extra alignment w