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]

[PATCH] libstdc++ debug mode (version 6)


This patch fixes a few problems with the previous debug mode patch, found by Petur R. and Matt A.

	* DR 270 is now implemented
	* vector range constructor updates guaranteed capacity correctly
	* sortedness check doesn't break code when used with input iterators

This version of the patch still relies on the link_name attribute patch, and therefore will not go in in its current form. It's here as the "final version" until there is a different, more agreeable front-end extension that the debug mode can use.

Doug

Attachment: debugmode-v6.ChangeLog
Description: Binary data

Attachment: debugmode-v6.patch.gz
Description: GNU Zip compressed data


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