bug-bison
[Top][All Lists]
Advanced

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

yylval is pointer


From: Askar Safin
Subject: yylval is pointer
Date: Tue, 24 Feb 2015 22:12:13 +0300

Another bug in the same section 10.1.5.1. We see the declaration "int yylex 
(semantic_type* yylval, location_type* yylloc, type1 arg1, ...)", i. e. yylval 
is a pointer. And then we see "yylval.build<int>()". It seems 
"yylval->build<int>()" should be. CC me.

==
Askar Safin
http://vk.com/safinaskar
Kazan, Russia

reply via email to

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