https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90780
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|GCC loses ref-qualifiers |references to pmf types
| |mess up
Blocks| |101603
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
using abominable = void() &;
struct s {
abominable f;
};
abominable s::* ptr = &s::f;
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
[Bug 101603] [meta-bug] pointer to member functions issues