[Bug c++/52099] Incorrectly applying conversion when catching pointer-to-members

2021-08-09 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099 --- Comment #4 from Jonathan Wakely --- Further discussion from PR 67772: Consider: namespace std { struct type_info {}; } struct A {}; auto x = typeid(void(A::*)() const); Clang emits the type info as: _ZTIM1AKFvvE: .quad _ZT

[Bug c++/52099] Incorrectly applying conversion when catching pointer-to-members

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099 Andrew Pinski changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug c++/52099] Incorrectly applying conversion when catching pointer-to-members

2021-07-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099 --- Comment #2 from Jonathan Wakely --- >From the dup: Eric Fiselier 2016-01-20 03:50:56 UTC Created attachment 37399 [details] reproducer I don't see where [except.handle] allows such a conversion. Comment 1 Jonathan Wakely 2017-01-13 20:3

[Bug c++/52099] Incorrectly applying conversion when catching pointer-to-members

2021-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099 Andrew Pinski changed: What|Removed |Added CC||eric at efcs dot ca --- Comment #1 from

[Bug c++/52099] Incorrectly applying conversion when catching pointer-to-members

2015-03-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|