Re: [PATCH][TESTSUITE] Add effective target keyword to check for 64-bit long long

2019-06-14 Thread Jeff Law
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 cod

[PATCH][TESTSUITE] Add effective target keyword to check for 64-bit long long

2019-06-14 Thread Jozef Lawrynowicz
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)