This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Opinion about -Wtautological-compare


On 2017-10-30 08:49, John Baldwin wrote:
On 10/30/17 9:35 AM, Yao Qi wrote:
On Sat, Oct 28, 2017 at 4:24 AM, Simon Marchi <simon.marchi@ericsson.com> wrote:

Personally, I think the warning is useful and can reveal bugs, so I'd like to keep it. I lean towards 2 or 3, because they help convey the idea that we check if the value is within a range. If you are following with the architecture manual on the side, it will probably show the same range (0-3) for those bits, so it helps if the
code does the same.


My vote is 3.  PR 22188.

I vote for 3 as well. I think it is useful to describe both bounds of a value
explicitly even if one bound is at the "edge".

Thanks to you both, I'll post a patch shortly.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]