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: [patch] regrename.c: Fix a warning.


On Thu, Jan 15, 2004 at 09:28:16AM +0000, Richard Earnshaw wrote:
> Yep.  I can't say I much like that idiom.  I'd much rather see
> 
> 	if ((var = val) != 0)
> 
> making the comparison explicit.
> 
> But that's personal preference.

Personally, I agree.  But what's done is done.


r~


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