Re: [Patch] Fortran/OpenACC: Permit PARAMETER as 'var' in clauses (+ ignore)

2025-07-12 Thread Jerry D
On 7/11/25 10:36 PM, Tobias Burnus wrote: Now, finally pushed as r16-2213-g451b6dbf475959. Tobias On June 27, 2025, Tobias Burnus wrote: Background: In real-world code, one can find:    !$ACC DECLARE COPYIN(c1es, c2es, ...) as here for the ICON weather model. This clearly implies that other co

ICE with new IMPORT feature

2025-07-12 Thread Steve Kargl
ortran version 16.0.0 20250712 (experimental) (GCC) % gfcx -c a.f90 a.f90:13:20: 9 | subroutine bah ! { dg-error "is already defined at" } | 2~ .. 13 | subroutine bah |1 Error: Procedure 'bah' at (1)

Adding IMPORT changes to release notes?

2025-07-12 Thread Steve Kargl
All, Paul recently committed a change that brings gfortran's IMPORT statement into conformance with the Fortran 2018 and 2023. (Thanks, Paul!). Here's a note for the Release Notes. I'm not who needs to approve this or who can actually do the commit. diff --git a/htdocs/gcc-16/changes.html b