No problem, created PR119054 with a reproducer and some details. Cheers, Peter
On Thu, 27 Feb 2025 at 20:45, Jerry D <jvdelis...@gmail.com> wrote: > > On 2/27/25 12:33 PM, Peter Hill wrote: > > On Thu, 27 Feb 2025 at 18:09, Jerry D <jvdelis...@gmail.com> wrote: > >> > >> On 2/27/25 7:38 AM, Peter Hill wrote: > >>> Dear all, > >>> > >>> The attached patch fixes an ICE in gfc_resolve_code when passing an > >>> optional array to an elemental procedure with `-pedantic` enabled. > >>> PR95446 added the original check, this patch fixes the case where the > >>> other actual argument is an array literal (or something else other > >>> than a variable). The ICE is present since 11.1, so this could be > >>> backported? > >>> > >>> Cheers, > >>> Peter > >>> > >> > >> Hi Peter, was there a PR associated with this one? > >> > >> Jerry > >> > >> --- snip --- > > > > Hi Jerry, > > > > Nope, I couldn't find one -- should I have created one first? > > > > Cheers, > > Peter > > Yes please with a testcase that illustrates the problem. This way we > capture some hsitory,if you dont mind. > > Jerry