This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13452] No error on invalid CV qualifier on member function returning function pointer


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]