https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115898
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Short testcase: ``` struct f { void g(); void g(int); } tt; bool t = noexcept(tt.g); ```
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 12 Jul 2024 11:54:54 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115898
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Short testcase: ``` struct f { void g(); void g(int); } tt; bool t = noexcept(tt.g); ```