Yours (Richard Kenner's) patch to genrecog

Jan Hubicka jh@suse.cz
Wed Oct 24 07:32:00 GMT 2001


> On Tue, Oct 23, 2001 at 11:56:05AM -0400, Richard Kenner wrote:
> > Would putting a test for XWINT (...) == (int) XWINT (...) in front of
> > the switch also fix it?
> 
> Silly question, but why switch on (int) XWINT (...)?  Why not on XWINT
> (...) itself?  Does that cause performance problems?
NO, K&R C does not allow "long" as the value to switch.

Honza
> 
> -- 
> Daniel Jacobowitz                           Carnegie Mellon University
> MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc-bugs mailing list