[v3] Suppress warning

Falk Hueffner hueffner@informatik.uni-tuebingen.de
Fri Aug 20 12:24:00 GMT 2004


Paolo Carlini <pcarlini@suse.de> writes:

> the front end is improving and emits more warning...

> -      while (__n >>= 1)
> +      while ((__n >>= 1))

Looks more like a bug to me than an improvement. Why would one want a
warning for the first case?

-- 
	Falk



More information about the Gcc-patches mailing list