FreeSCI CVS repository wrote:

CVSROOT:        /var/cvs/freesci
Module name:    freesci
Changes by:     skovmanden      2005/10/02 14:10:34 GMT

Modified files:
. : Tag: glutton ChangeLog src/gfx : Tag: glutton operations.c
Log message:
Fix input of capital letters. It seems GCC mis-optimizes a logical AND
in this case.

Actually, this looks like a bug on our end to me. ;) In the expression "c & 255 != 0" the != operator has higher precedence so this becomes "c & 1".

Regards,

Walter


_______________________________________________
FreeSCI-develop mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freesci-develop

Reply via email to