Re: [Patch v2] C, C++, Fortran, OpenMP: Add support for device-modifiers for 'omp target device'

2021-08-25 Thread Marcel Vollweiler
Hi Jakub, I applied all your suggested changes and checked for no test regressions on x86_64-linux with nvptx offloading. The revised patch is attached. Do you think that it's ok to commit the code? Thanks, Marcel Am 23.08.2021 um 19:47 schrieb Jakub Jelinek: On Fri, Aug 20, 2021 at 09:18:32

*PING* – Re: [Patch] Fortran: Fix Bind(C) char-len check, add ptr-contiguous check

2021-08-25 Thread Tobias Burnus
Early *PING*. (I also should still review several Fortan patches... There are lots of patches waiting for review :-/) On 20.08.21 19:24, Tobias Burnus wrote: The following is about interoperability (BIND(C)) only. * The patch adds a missing check for pointer + contiguous. (Rejected to avoid co