On Fri, 03 Aug 2001, Richard Henderson wrote: > On Thu, Aug 02, 2001 at 11:52:02PM -0400, Diego Novillo wrote: > > - case UNLT_EXPR: > > - rcode1 = UNLT; > > - tcode2 = LT_EXPR; > > These aren't unreachable. They are reachable by that > case label right there. Bug in your code? > Yup. Plus lack of attention on my part. Thanks. Diego.