Sorry, won't work.  Forget it.

TCC can put a symbol at the end so we cannot later make
the code shorter without checking for that.

int test(int arg)
{
    if (arg)
        return 1;
    /* reached */
}

--
Zdenek Pavlas



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to