[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-11-21 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-11-22 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-11-22 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 --- Comment #2 from Nathan Sidwell --- When we parse the template friend declaration, we're not injecting an invisible template decl into the enclosing namespace. When we instantiate the template we do an unqualified lookup (and ask for hidden o

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-12-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 --- Comment #3 from Nathan Sidwell --- Author: nathan Date: Fri Dec 15 15:04:59 2017 New Revision: 255698 URL: https://gcc.gnu.org/viewcvs?rev=255698&root=gcc&view=rev Log: [PR C++/59930] template friend classes & default args https://gcc.gnu.o

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-12-18 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 --- Comment #4 from Nathan Sidwell --- Author: nathan Date: Mon Dec 18 16:30:58 2017 New Revision: 255780 URL: https://gcc.gnu.org/viewcvs?rev=255780&root=gcc&view=rev Log: [PR c++/59930] template friend injection https://gcc.gnu.org/ml/gcc-pat

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2017-12-18 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2019-01-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added CC||wd11 at leicester dot ac.uk --- Commen

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2019-01-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Comm

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2018-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added CC||thakis at chromium dot org --- Comment

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2018-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added CC||loic.yhuel at gmail dot com --- Commen

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2018-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added CC||thomasanderson at google dot com ---

[Bug c++/59930] template friend declarations, namespaces, and explicit instantiations don't mix

2018-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59930 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---