On Fri, 29 Nov 2019, Richard Sandiford wrote:
> Ping
>
> Richard Sandiford writes:
> > This patch adds a new target hook to check whether there are any
> > target-specific reasons why a type cannot be used in a certain
> > source-language context. It works in a similar way to existing
> > hooks
Ping
Richard Sandiford writes:
> This patch adds a new target hook to check whether there are any
> target-specific reasons why a type cannot be used in a certain
> source-language context. It works in a similar way to existing
> hooks like TARGET_INVALID_CONVERSION and TARGET_INVALID_UNARY_OP.
This patch adds a new target hook to check whether there are any
target-specific reasons why a type cannot be used in a certain
source-language context. It works in a similar way to existing
hooks like TARGET_INVALID_CONVERSION and TARGET_INVALID_UNARY_OP.
The reason for adding the hook is to rep