[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.0 |8.2 --- Comment #3 from Jakub Jelinek

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed May 2 07:50:28 2018 New Revision: 259824 URL: https://gcc.gnu.org/viewcvs?rev=259824=gcc=rev Log: PR c++/85587 - error with scoped enum in template. * semantics.c

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|8.2

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 --- Comment #1 from Jason Merrill --- Author: jason Date: Tue May 1 18:11:53 2018 New Revision: 259805 URL: https://gcc.gnu.org/viewcvs?rev=259805=gcc=rev Log: PR c++/85587 - error with scoped enum in template. * semantics.c

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope

2018-05-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 Marek Polacek changed: What|Removed |Added Target Milestone|--- |8.2 Summary|bogus error: ‘F’