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/20389] warn on $var.field when $var->field correct


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.

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