On Wed, Feb 20, 2002 at 04:34:50PM +0300, Dmitry wrote: > Should I define something extra to force gcc to see tstsi pattern? I wouldn't have thought so. Put a breakpoint on gen_tsthi; that should be called from somewhere in optabs.c. Figure out why that code didn't invoke gen_tstsi. r~