https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102626
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=86933, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=92969 --- Comment #5 from Patrick Palka <ppalka at gcc dot gnu.org> --- PR86933, PR92969 and this all seem related. GCC seems to mishandle a type template parameter pack appearing in the return type of a pointer to data member NTTP pack: typename ...Ts, Ts S::* ...ms