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 runtime/10512] STAP_PROBES don't work in c++ constructors/destructors


------- Additional Comments From mjw at redhat dot com  2009-08-17 14:02 -------
There are two more gcc bugs associated with this issue now.

The following contains a small example of the issue with using labelrefs in C++
class constructors: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090
"Using static label reference in c++ class constructor produces wrong code"

And while working on a partial workaround putting everything in their own
section through variable attributes I came across a section conflict when doing
that from a c and a c++ context: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41091
"Using section attribute in c and c++ function causes section type conflict"

-- 


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

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