[Bug c++/90572] [9/10 Regression] Wrong disambiguation in friend declaration as implicit typename context

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

[Bug c++/90572] [9/10 Regression] Wrong disambiguation in friend declaration as implicit typename context

2019-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90572 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Sat May 25 14:46:15 2019 New Revision: 271620 URL: https://gcc.gnu.org/viewcvs?rev=271620=gcc=rev Log: PR c++/90572 - wrong disambiguation in friend declaration. *

[Bug c++/90572] [9/10 Regression] Wrong disambiguation in friend declaration as implicit typename context

2019-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90572 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Sat May 25 14:39:12 2019 New Revision: 271619 URL: https://gcc.gnu.org/viewcvs?rev=271619=gcc=rev Log: PR c++/90572 - wrong disambiguation in friend declaration. *

[Bug c++/90572] [9/10 Regression] Wrong disambiguation in friend declaration as implicit typename context

2019-05-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90572 Marek Polacek changed: What|Removed |Added Keywords|wrong-code |patch --- Comment #2 from Marek Polacek

[Bug c++/90572] [9/10 Regression] Wrong disambiguation in friend declaration as implicit typename context

2019-05-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90572 Marek Polacek changed: What|Removed |Added Target Milestone|--- |9.2 Summary|Wrong