Committed as r16-3308.
Thanks, Jerry.
Paul
On Wed, 20 Aug 2025 at 19:27, Jerry D wrote:
> On 8/20/25 8:54 AM, Paul Richard Thomas wrote:
> > Hi Jerry,
> >
> > The attached patch fixes both pr84122 and pr85942. Beyond the more
> > elaborate chunk in parse.cc, a new chunk was required in
> > si
On 8/20/25 8:54 AM, Paul Richard Thomas wrote:
Hi Jerry,
The attached patch fixes both pr84122 and pr85942. Beyond the more
elaborate chunk in parse.cc, a new chunk was required in
simplify.cc(get_kind) to convert KIND expressions involving PDT kind
parameters into viable initialization expre
Hi Jerry,
The attached patch fixes both pr84122 and pr85942. Beyond the more
elaborate chunk in parse.cc, a new chunk was required in
simplify.cc(get_kind) to convert KIND expressions involving PDT kind
parameters into viable initialization expressions. Both are straight
forward.
The patch regtes