On 08/04/2022 08:04, Richard Sandiford wrote:
I think this would be better as a static assert at the top level:

   static_assert (TARGET_CPU_generic < TARGET_CPU_MASK,
                 "TARGET_CPU_NBITS is big enough");
The motivation being that you want this to be checked regardless of whether we are using CHECKING_P?

Reply via email to