This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
This is my second attempt at the libstdc++ debug mode patch. Here is the capsule summary of the changes; read on for information on testing the patch.
Version 3: * Checking for stream/streambuf iterators * Checking for heap algorithms * Checking for numeric algorithms * Checking for queue/priority_queue * Checking for stack * Checking for auto_ptr * Checking for basic_string (no safe iterators, but as many checks as we can do without ABI changes). * Checking for valarray * Fixed iterator invalidation rules for hashed containers * Added StrictWeakOrdering checks
=== To test the patch ===
Apply this patch and also my link_name patch (see http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01915.html). Compile with -D_GLIBCXX_DEBUG.
Attachment:
debugmode.ChangeLog
Description: Binary data
Attachment:
debugmode-v3.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] |