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/13626] gcc 4.7 doesn't compile sdt.h with -std=c++0x


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.


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