This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [v3] Suppress warning


Nathan Sidwell <nathan@codesourcery.com> writes:

> IMHO,
> 	while (a <<= b)
> deserves a warning, as much as
> 	while (a = b)
> the former could be a typo for <=, just as the latter be one for ==

Well, it could, but does this really happen in practise? I'd guess
I've myself confused = and == or seen others do it about 50 times or
so, but zero times for <<= vs. <=. IMHO we should not introduce
warnings unless there's empirical evidence people really make these
mistakes.

-- 
	Falk


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