[Bug libstdc++/11696] building basic C++ application fails with -fmudflap
fche at redhat dot com
gcc-bugzilla@gcc.gnu.org
Mon Jul 28 20:37:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11696
fche at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-28 20:37:23
date| |
------- Additional Comments From fche at redhat dot com 2003-07-28 20:37 -------
Yes, the #undefs in some libstdc++ <c*> headers are a problem.
libmudflap needs to be able to rename an application's use of
these symbols (and not via linker renaming, since only instrumented
objects should be affected). I don't know how best to work around
this. Perhaps the libstdc++ headers could have #ifndef MUDFLAP
wrappers around the #undef's ...
More information about the Gcc-bugs
mailing list