Re: [PATCH] Fortran: fix passing array component to polymorphic argument [PR105658]

2024-02-19 Thread Peter Hill
Hi Harald, Thanks for your help, please see the updated and signed-off patch below. > (I am not entirely sure whether we need to exclude pointer and > allocatable attributes here explicitly, given the constraints > in F2023:15.5.2.6, but other may have an opinion, too. > The above should be safe

Re: [PATCH]AArch64: xfail modes_1.f90 [PR107071]

2024-02-19 Thread Toon Moene
For better visibility to the Fortran crowd, I'll send this to the Fortran mailing list. See Richard Earnshaw's remark near the end of the message. Kind regards, Toon Moene. On 2/19/24 14:16, Richard Earnshaw (lists) wrote: On 19/02/2024 10:58, Tamar Christina wrote: -Original Message---

Re: [PATCH] Fortran: fix passing array component to polymorphic argument [PR105658]

2024-02-19 Thread Harald Anlauf
Hi Peter, On 2/19/24 16:19, Peter Hill wrote: Hi Harald, Thanks for your help, please see the updated and signed-off patch below. great! This is fine, and I'll commit it tomorrow unless others have further comments. It also occurred to me that array temporaries aren't _required_ here (for

Re: [PATCH]AArch64: xfail modes_1.f90 [PR107071]

2024-02-19 Thread FX Coudert
Skipping is the right thing to do at this point. OK to push from the Fortran part. FX