bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parse-datetime.y reports integer overflow when compiled with gcc 5.5


From: Paul Eggert
Subject: Re: parse-datetime.y reports integer overflow when compiled with gcc 5.5.0
Date: Fri, 8 Jan 2021 14:00:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]