This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/2913] translator can't parse "$var->function"


------- Additional Comments From fche at redhat dot com  2006-07-13 12:40 -------
The problem is with line 2165 in src/parser.cxx.  It uses "expect_ident()" to
fetch a piece of the target symbol expression, but since a few months ago,
"function" is lexed as a tok_keyword, not an tok_identifier.  The parser::expect
routines need to be slightly tweaked to accept this possibility.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2913

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]