This is the mail archive of the gcc@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]

Re: Unreachable code in expr.c and cp/call.c


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?


r~


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