[cc65] possible error?

From: Johan Kotlinski <kotlinski1gmail.com>
Date: 2009-07-28 13:44:25
For the following program:

void fn() {}

void main()
{
    unsigned char a;
    (a ? fn : fn)();
}

....I get this error with 2.12.0 and 2.12.9:

test.c(6): Error: Incompatible types
cc65: Check failed: SPtr != 0, file `xsprintf.c', line 571

Cheers,
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 Tue Jul 28 13:44:52 2009

This archive was generated by hypermail 2.1.8 : 2009-07-28 13:44:55 CEST