[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-10-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Martin Liška  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org

--- Comment #7 from Martin Liška  ---
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=gcc=rev
Log:
PR c++/83434 - typeinfo for noexcept function lacks noexcept information

2019-10-21  Kamlesh Kumar  

* 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 

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.

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-10-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Jonathan Wakely  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |10.0

--- Comment #6 from Jonathan Wakely  ---
Fixed in r277270, thanks!

(Please include bug numbers in the changelog entry, see the changelog files for
examples of the preferred form.)

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-10-21 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

--- Comment #5 from Kamlesh Kumar  ---
Fixed on trunk

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-10-04 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Kamlesh Kumar  changed:

   What|Removed |Added

 CC||kamleshbhalui at gmail dot com

--- Comment #4 from Kamlesh Kumar  ---
patch posted https://gcc.gnu.org/ml/gcc-patches/2019-10/msg00309.html

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-10-01 Thread alisdairm at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Alisdair Meredith  changed:

   What|Removed |Added

 CC||alisdairm at me dot com

--- Comment #3 from Alisdair Meredith  ---
*** Bug 91958 has been marked as a duplicate of this bug. ***

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-06-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-06-03
 Ever confirmed|0   |1

--- Comment #2 from Jonathan Wakely  ---
Indeed it is. I thought I'd confirmed this when it was first reported.

[Bug c++/83534] C++17: typeinfo for noexcept function lacks noexcept information

2019-06-03 Thread v at vsamko dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83534

Valentine  changed:

   What|Removed |Added

 CC||v at vsamko dot com

--- Comment #1 from Valentine  ---
I'm having the same problem. Looks like a bug. Clang handles this fine.