on 2022/3/23 8:29 PM, David Edelsohn wrote: > On Wed, Mar 23, 2022 at 5:33 AM Kewen.Lin <li...@linux.ibm.com> wrote: >> >> Hi, >> >> As shown in PR104967, for some overload built-in function instance, >> if it requires a date type which isn't defined on the target, its >> fntype would be initialized as NULL. This patch is to consider >> this possibility in function find_instance to avoid ICE. >> >> Bootstrapped and regtested on powerpc64-linux-gnu P8 and >> powerpc64le-linux-gnu P9 and P10. >> >> Is it ok for trunk? > > Okay. > > Thanks, David >
Thanks David! Committed as r12-7792-g497bde3ab92b2c. >> As shown in PR104967, for some overload built-in function instance, >> if it requires a date type which isn't defined on the target, its > nit: s/date/data/ > Thanks for catching Paul! Updated in pushed commit log. BR, Kewen