This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/44190] Debug vector resize does not update capacity



------- Comment #11 from paolo at gcc dot gnu dot org  2010-05-19 12:09 -------
Subject: Bug 44190

Author: paolo
Date: Wed May 19 12:08:53 2010
New Revision: 159560

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159560
Log:
2010-05-19  Eelis van der Weegen  <gcc-bugzilla@contacts.eelis.net>

        PR libstdc++/44190
        * include/debug/vector (vector<>::resize): Call
        _M_update_guaranteed_capacity.
        * testsuite/23_containers/vector/capacity/44190.cc: New.

Added:
   
branches/gcc-4_5-branch/libstdc++-v3/testsuite/23_containers/vector/capacity/44190.cc
Modified:
    branches/gcc-4_5-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_5-branch/libstdc++-v3/include/debug/vector


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44190


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