On Mon, Nov 26, 2018 at 9:52 PM Jakub Jelinek wrote:
>
> Hi!
>
> The following patch makes def_builtin2 behave consistently wrt.
> OPTION_MASK_ISA_64BIT requirement to def_builtin.
> The latter has:
> tree decl = NULL_TREE;
>
> if (!(mask & OPTION_MASK_ISA_64BIT) || TARGET_64BIT)
> {
> ...
Hi!
The following patch makes def_builtin2 behave consistently wrt.
OPTION_MASK_ISA_64BIT requirement to def_builtin.
The latter has:
tree decl = NULL_TREE;
if (!(mask & OPTION_MASK_ISA_64BIT) || TARGET_64BIT)
{
...
}
return decl;
and so if some builtin requires TARGET_64BIT, it is