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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
There's a wrong a ChangeLog reference which belongs here:

Author: jason
Date: Mon Oct 21 20:19:28 2019
New Revision: 277270

URL: https://gcc.gnu.org/viewcvs?rev=277270&root=gcc&view=rev
Log:
PR c++/83434 - typeinfo for noexcept function lacks noexcept information

2019-10-21  Kamlesh Kumar  <kamleshbha...@gmail.com>

        * rtti.c (get_tinfo_decl_dynamic): Do not call
        TYPE_MAIN_VARIANT for function.
        (get_typeid): Likewise.

        * g++.dg/rtti/pr83534.C: New Test.

Reviewed-by: Jason Merrill <ja...@redhat.com>

Added:
    trunk/gcc/testsuite/g++.dg/rtti/pr83534.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/rtti.c

I'll update the ChangeLog file.

Reply via email to