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++/45999] runtime error in std::vector python pretty printer.


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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-11-01 21:28:48 UTC ---
Author: redi
Date: Mon Nov  1 21:28:44 2010
New Revision: 166150

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166150
Log:
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.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/libstdcxx/v6/printers.py


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