On 6/14/19 3:45 AM, Jozef Lawrynowicz wrote:
> For tests that specifically require 64-bit long long, it would be useful to
> check this is supported with an effective target keyword.
> Currently it appears that either overly-restrictive effective target keywords
> such as int32plus are used, or code is guarded at runtime by checking
> sizeof(long long).
> The attached patch adds the "longlong64" effective target keyword, which
> only checks that sizeof(long long) == 8.
>
> Ok for trunk?
>
OK
jeff