https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13452
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2005-12-18 20:25:19 |2017-1-11 CC| |msebor at gcc dot gnu.org Known to fail| |3.3, 4.5.3, 4.8.3, 4.9.3, | |5.3.0, 6.3.0, 7.0 --- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> --- The invalid test case from comment #0 is still accepted by the top of trunk (GCC 7.0). Both Clang and Oracle Solaris Studio reject the program with a similar error: "t.C", line 1: Error: Non-member function pointer cannot point to a const function.