[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 --- Comment #9 from Jason Merrill --- Author: jason Date: Fri Jun 30 22:20:22 2017 New Revision: 249857 URL: https://gcc.gnu.org/viewcvs?rev=249857=gcc=rev Log: PR c++/54769 - wrong lookup of dependent template-name. PR

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 --- Comment #8 from Jason Merrill --- Author: jason Date: Fri Jun 30 21:08:53 2017 New Revision: 249855 URL: https://gcc.gnu.org/viewcvs?rev=249855=gcc=rev Log: PR c++/81257 - ICE with invalid ::template. PR c++/54769 - wrong

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jun 28 19:41:36 2017 New Revision: 249752 URL: https://gcc.gnu.org/viewcvs?rev=249752=gcc=rev Log: PR c++/54769 - wrong lookup of dependent template-name. * parser.c

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Jason Merrill changed: What|Removed |Added CC||felix at fontein dot de --- Comment #4

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2017-06-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Jason Merrill changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment

[Bug c++/54769] [Core/1111] dependent class method template not found if structure template with the same name is visible

2012-10-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54769 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED