This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFA 2/5] Let print_decimal_chars handle signed values


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> On 06/02/2017 08:36 PM, Tom Tromey wrote:
>> +  out_vec->reserve (len);

Pedro> std::vector::reserve() != std::vector::resize() ...

Yikes, sorry about that.

Maybe a buildbot instance could be set up to use libstdc++ debug mode
and ASAN?  That would help avoid this kind of error.

Tom


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