PR libstdc++/90945 Patch to have pretty printer for std::vector return bool intead of int for elements

2019-06-19 Thread Michael Weghorn
nts Regards, Michael [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90945 >From c62cbd47ea8602e2351ff3b0c4c80fa8cb71e313 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 19 Jun 2019 17:22:16 +0200 Subject: [PATCH] Have std::vector printer's iterator return bool Have the

Re: PR libstdc++/90945 Patch to have pretty printer for std::vector return bool intead of int for elements

2019-06-19 Thread Michael Weghorn
Thank you for the quick reply! On 19/06/2019 21.37, Jonathan Wakely wrote: > Thanks, the patch looks fine and is small enough that we can accept it > without a copyright assignment, but if you plan to contribute again > you should look into https://gcc.gnu.org/contribute.html#legal I'll do as soo

Re: PR libstdc++/90945 Patch to have pretty printer for std::vector return bool intead of int for elements

2019-06-19 Thread Michael Weghorn
On 19/06/2019 21.54, Jonathan Wakely wrote: >>> +  std::vector vb; >>> +  vb.reserve(100); >>> +  vb.push_back(true); >>> +  vb.push_back(true); >>> +  vb.push_back(false); >>> +  vb.push_back(false); >>> +  vb.push_back(true); >>> +  vb.erase(vb.begin()); >>> +// { dg-final { regexp-test vb {std::

[PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-09-14 Thread Michael Weghorn via Gcc-patches
#x27;s _Bit_iterator and _Bit_const_iterator Tested on x86_64-pc-linux-gnu (Debian testing). I haven't filed any copyright assignment for GCC yet, but I'm happy to do so when pointed to the right place. Best regards, Michael >From a279887aa80971acc2e92157550138eff6c2a4c8 Mon Sep 17 00

Re: [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-10-11 Thread Michael Weghorn via Gcc-patches
On 22/09/2020 12.04, Jonathan Wakely wrote: > On 14/09/20 16:49 +0200, Michael Weghorn via Libstdc++ wrote: >> Hi, >> >> the attached patch implements pretty printers relevant for iteration >> over std::vector, thus handling the TODO >> added in commit 36d0dad

[PING] [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-11-25 Thread Michael Weghorn via Gcc-patches
I'd like to ping for this patch: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/553870.html Michael On 11/10/2020 19.22, Michael Weghorn via Gcc-patches wrote: On 22/09/2020 12.04, Jonathan Wakely wrote: On 14/09/20 16:49 +0200, Michael Weghorn via Libstdc++ wrote: Hi,

Re: [PING] [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-12-01 Thread Michael Weghorn via Gcc-patches
On 01/12/2020 22.37, Jonathan Wakely wrote: On 27/11/20 16:33 +, Jonathan Wakely wrote: On 25/11/20 15:05 +0100, Michael Weghorn via Libstdc++ wrote: I'd like to ping for this patch: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/553870.html Thanks, I'll take another