comparisons..

Andrew Morton andrewm@uow.edu.au
Wed Jul 12 22:58:00 GMT 2000


unsigned long x;
 
int y()
{
        return (x < 0);
}

This is usually a bug.  Is there a way of getting gcc to warn about it?


More information about the Gcc mailing list