[Bug c++/88548] [9 Regression] this accepted in static member functions

2021-01-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 --- Comment #6 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:a8cef3cba6945730c69e15dcdad726e74b50fe58 commit r11-6878-ga8cef3cba6945730c69e15dcdad726e74b50fe58 Author: Patrick Palka Date: Sa

[Bug c++/88548] [9 Regression] this accepted in static member functions

2019-01-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/88548] [9 Regression] this accepted in static member functions

2019-01-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Tue Jan 8 17:37:51 2019 New Revision: 267731 URL: https://gcc.gnu.org/viewcvs?rev=267731&root=gcc&view=rev Log: PR c++/88548 - this accepted in static member functions.

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 --- Comment #3 from Marek Polacek --- Related testcase that should also be rejected: struct S { friend auto bar() -> decltype(this); };

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c++/88548] [9 Regression] this accepted in static member functions

2018-12-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88548 Marek Polacek changed: What|Removed |Added Keywords||accepts-invalid Target Milestone|---