[cc65] another bug?

From: Johan Kotlinski <kotlinski1gmail.com>
Date: 2009-10-23 09:08:02
#include <assert.h>
void main() {
    char bar = -1;
    assert(bar < 0);
}

...warns "test.c(4): Warning: Condition is never true" and fails assert.

cc65 V2.13.0, SVN version: 4384

Regards
Johan
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Oct 23 09:08:27 2009

This archive was generated by hypermail 2.1.8 : 2009-10-23 09:08:30 CEST