Bruno Haible Sun, 14 Mar 2021 19:59:23 -0700
It might be worth mentioning in the comments in intprops.h that for short a, b;
INT_ADD_OVERFLOW (a, b) tests whether the C expression (a + b) overflows; it does *not* test whether the assignment short sum = a + b; overflows. Bruno