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] | |
On 18 October 2010 20:10, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> Not a regression, but the python pretty printers are a highly visible
> feature of GCC 4.5 and GDB 7 amd I think it's worth backporting this
> fairly safe change to support vector<bool>, so checked in to 4.5
> branch.
>
> 2010-10-18 ?Jonathan Wakely ?<jwakely.gcc@gmail.com>
>
> ? ? ? ?Backport from mainline:
> ? ? ? ?2010-08-16 ?Chris Moller ?<cmoller@redhat.com>
>
> ? ? ? ?http://sourceware.org/bugzilla/show_bug.cgi?id=11874
> ? ? ? ?* python/libstdcxx/v6/printers.py (StdVectorPrinter): Added stuff
> ? ? ? ?to handle pretty-printing of std::vector<bool>.
>
> Tested x86_64-linux with GDB 7.1-34.fc13
The vector<bool> printer doesn't work with python 2.4, fixed by the
attached on trunk and 4.5 branch
Tested x86_64/Linux with python 2.6 by me and by the reporter with python 2.4
2010-11-01 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/45999
* python/libstdcxx/v6/printers.py (StdVectorPrinter): Replace
conditional expression with backward-compatible if-else.
Attachment:
pp.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |