On 1/8/21 1:49 PM, Bruno Haible wrote:
So, the problem is a signed-integer overflow of constants in a dead (unreachable) code branch.
Yes, I get many warnings like that in Oracle Developer Studio too, with some of the Gnulib tests. Either ignore the warnings, or don't use -Woverflow, or (as we did with GCC) get your compiler fixed.
