[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-07-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-06-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.2

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 --- Comment #4 from Jason Merrill --- Author: jason Date: Tue May 31 21:36:40 2016 New Revision: 236954 URL: https://gcc.gnu.org/viewcvs?rev=236954&root=gcc&view=rev Log: PR c++/71227 - specializing hidden friend * pt.c (check_e

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-31 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue May 31 19:16:26 2016 New Revision: 236941 URL: https://gcc.gnu.org/viewcvs?rev=236941&root=gcc&view=rev Log: PR c++/71227 - specializing hidden friend * pt.c (check_e

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 --- Comment #2 from Jason Merrill --- 7.3.1.2: If a friend declaration in a non-local class first declares a class, function, class template or function template the friend is a member of the innermost enclosing namespace. The friend declaration

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #

[Bug c++/71227] [6/7 Regression] template friend function cannot be resolved

2016-05-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71227 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|