[Bug translator/21173] odd translator behavior with overloaded functions
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Sat Nov 14 18:43:45 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=21173
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
CC| |fche at redhat dot com
Status|NEW |RESOLVED
--- Comment #5 from Frank Ch. Eigler <fche at redhat dot com> ---
stap 4.3+ish reports the errors correctly:
% stap --compatible=2.9 -p4 -e [...]
semantic error: unknown type in dereference: operator '&' at
/usr/share/systemtap/tapset/linux/dentry.stp:93:24
source: head = &sb->s_mounts
^
semantic error: type mismatch: expected long but found string: number '2' at
<input>:15:17
source: println(foo(1, 2, 3))
^
Pass 2: analysis failed. [man error::pass2]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list