https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68735

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:2204b4121fa9cddb89dd52a8a0754a1ae0666efb

commit r8-10720-g2204b4121fa9cddb89dd52a8a0754a1ae0666efb
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Dec 2 21:39:08 2020 +0000

    libstdc++: Fix std::any pretty printer [PR 68735]

    This fixes errors seen on powerpc64 (big endian only) due to the
    printers for std::any and std::experimental::any being unable to find
    the manager function.

    libstdc++-v3/ChangeLog:

            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.

    (cherry picked from commit dc2b372ed1b1e9af6db45051cff95478c7616807)

Reply via email to