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/2140] 'delete' operator doesn't work on all variations


------- Additional Comments From joshua dot i dot stone at intel dot com  2006-01-12 01:19 -------
Created an attachment (id=824)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=824&action=view)
first crack at a fix

Here's a patch that I thought would fix this, but it's not quite there.

There seems to be a disconnect with the way temporaries are defined - e.g. it
generates a Stat temporary (illegal), but I don't understand why.  Nothing in
the probe body tries to assign a Stat to a temp.  In fact, it generates temps
up to __tmp26, even though the highest I see referenced in the actual probe is
__tmp23.

-- 


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

------- 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]