From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 67AF63A77059; Fri, 23 Apr 2021 10:37:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67AF63A77059 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/redhat/heads/gcc-8-branch)] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/vendors/redhat/heads/gcc-8-branch X-Git-Oldrev: 0286eb9e1b57b1dbebfdb752bcdab4c39eddf5d0 X-Git-Newrev: 08fb4256750dde612475d7769c57f3e2dfb0a1dc Message-Id: <20210423103744.67AF63A77059@sourceware.org> Date: Fri, 23 Apr 2021 10:37:44 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2021 10:37:44 -0000 https://gcc.gnu.org/g:08fb4256750dde612475d7769c57f3e2dfb0a1dc commit 08fb4256750dde612475d7769c57f3e2dfb0a1dc Author: GCC Administrator Date: Tue Jan 12 00:17:48 2021 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 83780086174..a99a4947a6b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210111 +20210112 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b5d7eda945b..196e36d06a7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,54 @@ +2021-01-11 Jonathan Wakely + + Backported from master: + 2020-12-02 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (StdExpPathPrinter): Store the + name of the type and pass it to the iterator. + * testsuite/libstdc++-prettyprinters/filesystem-ts.cc: New test. + +2021-01-11 Jonathan Wakely + + Backported from master: + 2020-12-02 Jonathan Wakely + + PR libstdc++/65480 + PR libstdc++/68735 + * python/libstdcxx/v6/printers.py (function_pointer_to_name): + New helper function to get the name of a function from its + address. + (StdExpAnyPrinter.__init__): Use it. + +2021-01-11 Jonathan Wakely + + Backported from master: + 2020-08-10 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__): + Use gdb.Type.strip_typedefs(). + * testsuite/libstdc++-prettyprinters/compat.cc: Use a typedef in + the emulated old type. + +2021-01-11 Jonathan Wakely + + Backported from master: + 2019-05-14 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (UniquePointerPrinter.__init__): Do + not assume field called _M_head_impl is the first tuple element. + * testsuite/libstdc++-prettyprinters/compat.cc: Copy from gcc-9 + branch. + * testsuite/libstdc++-prettyprinters/cxx11.cc: Check unique_ptr with + empty pointer type and non-empty deleter. + +2021-01-11 Jonathan Wakely + + Backported from master: + 2020-09-24 Jonathan Wakely + + * doc/xml/manual/configure.xml: Correct name of option. + * doc/html/*: Regenerate. + 2020-11-26 Jonathan Wakely Backported from master: