This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [libstdc++ PATCH] libstdc++ debug mode



On Tuesday, July 15, 2003, at 1:58AM, Gerald Pfeifer wrote:


If/when this is accepted, would you mind providing an entry for
htdocs/gcc-3.4/changes.html (in the wwwdocs module) which is where
http://gcc.gnu.org/gcc-3.4/changes.html comes from?

Will do.


Tested on i686-pc-linux-gnu and powerpc-apple-darwin; no regressions on
either platform in normal (release) mode or debug mode. ChangeLog
follows.

Have a also tested it with -Wcast-qual? There was some breakage in that
area recently (not your fault <g>), that's why I'm asking...


Gerald

It looks like there's some breakage in stl_tree.h, but I doubt that the debug mode introduces any new problems here because it's written with static_cast/const_cast and not C-style casts.


Doug


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