[Bug c++/79508] New: Parse error in template argument list using nested template arguments

2017-02-14 Thread trufanovan at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: trufanovan at gmail dot com Target Milestone: --- Created attachment 40738 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40738&action=edit ii file It's probably

[Bug c++/79508] [6/7 Regression] Parse error in template argument list using nested template arguments

2017-02-14 Thread trufanovan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79508 --- Comment #3 from Alexander Trufanov --- >When looking for a template after . or ->, only consider class templates. Looks like it means the problem at least can be workarounded by wrapping function into a class. The code: >code class C { publ

[Bug c++/66316] New: Usage of wrong template function for classes in different modules but having the same name

2015-05-27 Thread trufanovan at gmail dot com
Severity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: trufanovan at gmail dot com Target Milestone: --- gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) Full gcc -v output is here: http://pastebin.com/apZhYVUU gcc is