Re: [Fortran, Patch, PR117347, v2] Fix array constructor not resolved in associate

2024-12-17 Thread Andre Vehreschild
Hi all, pushed as gcc-15-6292-g9684e70952a. Thanks for the review. - Andre On Mon, 16 Dec 2024 19:15:12 +0100 Harald Anlauf wrote: > Hi Andre, > > Am 16.12.24 um 15:26 schrieb Andre Vehreschild: > > Hi Harald, > > > > thanks for finding the bug so quickly. I took another look and came up with

Re: [Fortran, Patch, PR117347, v2] Fix array constructor not resolved in associate

2024-12-16 Thread Harald Anlauf
Hi Andre, Am 16.12.24 um 15:26 schrieb Andre Vehreschild: Hi Harald, thanks for finding the bug so quickly. I took another look and came up with the attached trivially looking patch, which replaces the old version 1 entirely. The new v2 version of the patch just makes use of existing code gues

Re: [Fortran, Patch, PR117347, v2] Fix array constructor not resolved in associate

2024-12-16 Thread Andre Vehreschild
Hi Harald, thanks for finding the bug so quickly. I took another look and came up with the attached trivially looking patch, which replaces the old version 1 entirely. The new v2 version of the patch just makes use of existing code guessing the type of the associate variable, which once I found i