Skip to main content

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

It's a bug in the LPG parser generator itself. Just change them to "-1" after they are generated.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Mike Wrighton ---07/16/2010 05:56:22 AM---Some of the state arrays generated in the c99 _expression_ paMike Wrighton ---07/16/2010 05:56:22 AM---Some of the state arrays generated in the c99 _expression_ parser contain the value "-a" e.g. C99Expre


From:

Mike Wrighton <mike.wrighton@xxxxxxxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

07/16/2010 05:56 AM

Subject:

[cdt-dev] Bug in lrparser

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


GIF image

GIF image


Back to the top