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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099
Andrew Pinski changed:
What|Removed |Added
CC||richard-gccbugzilla@metafoo
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52099
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|