help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: $$ for the midrule at... has no declared type


From: Rodrigo Dominguez
Subject: FW: $$ for the midrule at... has no declared type
Date: Tue, 17 Mar 2009 21:22:15 -0400

Dear bison developers,

I am trying to compile the attached file with bison 2.4 and I am getting the
following errors:

$ bison -d -o c-parse.c c-parse.y

c-parse.y:1743.19-20: $$ for the midrule at $4 of `structsp_attr' has no
declared type
c-parse.y:1753.19-20: $$ for the midrule at $4 of `structsp_attr' has no
declared type
c-parse.y:1761.19-20: $$ for the midrule at $4 of `structsp_attr' has no
declared type
c-parse.y:1766.19-20: $$ for the midrule at $3 of `structsp_attr' has no
declared type
c-parse.y:2481.13-14: $$ for the midrule at $2 of `parallel_construct' has
no declared type
c-parse.y:2548.13-14: $$ for the midrule at $2 of `for_construct' has no
declared type
c-parse.y:2628.13-14: $$ for the midrule at $2 of `sections_construct' has
no declared type
c-parse.y:2712.13-14: $$ for the midrule at $2 of `single_construct' has no
declared type
c-parse.y:2746.13-14: $$ for the midrule at $2 of `parallel_for_construct'
has no declared type
c-parse.y:2822.13-14: $$ for the midrule at $2 of
`parallel_sections_construct' has no declared type
c-parse.y:2891.60-61: $$ for the midrule at $2 of `master_construct' has no
declared type
c-parse.y:2902.60-61: $$ for the midrule at $2 of `critical_construct' has
no declared type
c-parse.y:2946.61-62: $$ for the midrule at $2 of `ordered_construct' has no
declared type

If I use bison 2.3 I don't get these errors. What changed between 2.3 and
2.4?

Thank you,

Rodrigo

Attachment: c-parse.y
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]