[Bug c++/103833] Overloaded static member function cannot be resolved unlike overloaded global function

2024-09-08 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103833 --- Comment #2 from Fedor Chelnokov --- Same issue in Clang has been fixed: https://github.com/llvm/llvm-project/issues/52883 Another observation is that `(&(A::m))(0)` was always supported by Clang and MSVC. Demo: https://gcc.godbolt.org/z/q16

[Bug c++/103833] Overloaded static member function cannot be resolved unlike overloaded global function

2021-12-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103833 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-12-26 Status|UNCONFIRM