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]

Re: DTRACE_PROBE macro fails to compile with Clang++


On Wed, Sep 11, 2013 at 01:32:15PM -0400, Martin Martin wrote:
> The following code:
> 
> #include <sys/sdt.h>
> 
> int main() {
>     DTRACE_PROBE(a, b);
> }
> 
> compiles with with G++, but when compiled with clang++ 3.3 gives:

That's a known issue - there's some info (but no solution yet ) in this
bug report too:

  https://bugzilla.redhat.com/show_bug.cgi?id=999419


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|


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