[Bug c++/69898] Possibility for function with cv-qualifier-seq be adjusted to function pointer

2021-12-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69898 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/69898] Possibility for function with cv-qualifier-seq be adjusted to function pointer

2016-02-24 Thread wandersys at aim dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69898 --- Comment #3 from wander --- Created attachment 37786 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37786=edit A more detailed testcase

[Bug c++/69898] Possibility for function with cv-qualifier-seq be adjusted to function pointer

2016-02-22 Thread wandersys at aim dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69898 --- Comment #2 from wander --- (In reply to Daniel Krügler from comment #1) > I would argue that the code should be ill-formed, because the attempt to > form a pointer to a function with cv-qualifier-seq is invalid, see > >

[Bug c++/69898] Possibility for function with cv-qualifier-seq be adjusted to function pointer

2016-02-22 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69898 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.