[Bug c++/17410] Specialization of nested template rejected because of unrelated declaration

2009-03-05 Thread jason at gcc dot gnu dot org


--- Comment #8 from jason at gcc dot gnu dot org  2009-03-05 16:08 ---
The bug is in lookup_template_class's search for a matching partial
instantiation; it finds Outer::Inner and assumes it's
Outer::Inner without checking the innermost template args.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17410



[Bug c++/17410] Specialization of nested template rejected because of unrelated declaration

2007-09-23 Thread rguenth at gcc dot gnu dot org


--- Comment #7 from rguenth at gcc dot gnu dot org  2007-09-23 12:15 ---
Re-confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jason at redhat dot com,
   ||mark at codesourcery dot com
  Known to fail|2.95.3 3.0.4 3.2.3 3.3.3|2.95.3 3.0.4 3.2.3 3.3.3
   |3.4.0 4.0.0 4.1.0   |3.4.0 4.0.0 4.1.0 4.3.0
   Last reconfirmed|2005-10-27 16:27:41 |2007-09-23 12:15:33
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17410



[Bug c++/17410] Specialization of nested template rejected because of unrelated declaration

2013-05-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17410

Paolo Carlini  changed:

   What|Removed |Added

 CC|gcc-bugs at gcc dot gnu.org|
  Known to fail||

--- Comment #9 from Paolo Carlini  ---
This has been fixed *long* time ago, in 4.5.x. To be safe I'm adding testcase
in Comment #2 before closing the bug.


[Bug c++/17410] Specialization of nested template rejected because of unrelated declaration

2013-05-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17410

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Known to work||4.8.0, 4.9.0
 Resolution|--- |FIXED

--- Comment #10 from Paolo Carlini  ---
Done.