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/5634] support pointer type punning


------- Additional Comments From mhiramat at redhat dot com  2008-05-19 21:19 -------
Can this support casting to an array like below?

((struct tcp_socket[])$ptr)[1]->tcp_socket_field

or 

$ptr("struct tcp_socket []")[0]->tcp_socket_field


-- 


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

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