[Bug runtime/13626] gcc 4.7 doesn't compile sdt.h with -std=c++0x

mjw at redhat dot com sourceware-bugzilla@sourceware.org
Thu Jan 26 22:42:00 GMT 2012


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

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2012-01-26 22:41:21 UTC ---
This is a bug in sdt.h. gcc 4.7 supports user defined literals (UDF):
https://en.wikipedia.org/wiki/C%2B%2B11#User-defined_literals

In std=c++0x mode one now needs to add whitespace.
See http://gcc.gnu.org/gcc-4.7/porting_to.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list