[Bug c++/28093] Wrong overload resolution with templates and namespaces

2009-08-27 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-08-27 12:05 --- For completeness, the committal was for PR fortran/28039 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28093

[Bug c++/28093] Wrong overload resolution with templates and namespaces

2009-08-25 Thread bdavis at gcc dot gnu dot org
--- Comment #3 from bdavis at gcc dot gnu dot org 2009-08-26 02:18 --- Subject: Bug 28093 Author: bdavis Date: Wed Aug 26 02:18:14 2009 New Revision: 151112 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151112 Log: 2009-08-22 Bud Davis bdavis9...@sbcglobal.net PR

[Bug c++/28093] Wrong overload resolution with templates and namespaces

2006-06-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-20 15:57 --- No, this is invalid, as both Base and Deriv are in the global namespace so the ident namespace is not looked at again after the parsing of the template. If either of them were in the ident namespace, GCC will look