[Bug translator/20389] warn on $var.field when $var->field correct

jistone at redhat dot com sourceware-bugzilla@sourceware.org
Wed Jul 20 17:29:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20389

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
That warning exists, but only for lvalues -- I don't know why.
See assignment_symbol_fetcher::throwone().

It was last touched by me in commit bd70b999b4ba, where I added a comment
questioning this.  Note that on the surface it appears I was the one making it
assignment-only by moving it from the plain symbol_fetcher, but that too is
only used in lvalue-like cases.

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


More information about the Systemtap mailing list