On 12/19/2017 09:34 AM, Tom de Vries wrote:
> Hi,
>
> this patch fixes PR83423.
>
>
> The default_static_chain hook has implemented a sorry if both
> STATIC_CHAIN_INCOMING_REGNUM and STATIC_CHAIN_REGNUM are undefined:
> ...
> rtx
> default_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bo
Hi,
this patch fixes PR83423.
The default_static_chain hook has implemented a sorry if both
STATIC_CHAIN_INCOMING_REGNUM and STATIC_CHAIN_REGNUM are undefined:
...
rtx
default_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool
incoming_p)
{
if (incoming_p)
{
#ifdef STATIC_CHAI