Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bug in lrparser

Some of the state arrays generated in the c99 _expression_ parser contain the value "-a" e.g. C99ExpressionParserprs.java:792:

    public interface ScopeStateSet {
        public final static byte scopeStateSet[] = {
            24,24,24,28,28,24,17,-a,32,28,
            9,32,28,5,39,39,39,69,1,3,
            32,28,9,39,95,5,42,39,-a,5,
            9,9,9
        };
    };

Is this a known bug (6.0.1)?

Thanks
Mike

Back to the top