Ran sparse on subversion source code. Trimmed down real file to this:

        enum a {
                b = c,
        };

$ sparse cle.h
cle.h:2:6: warning: undefined identifier 'c'
cle.h:2:6: warning: bad constant expression type
Segmentation fault

        Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to