--- Comment #19 from jason at gcc dot gnu dot org 2009-03-05 02:51 ---
Fixed for 4.4. I'm not comfortable applying this to older release branches.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #18 from jason at gcc dot gnu dot org 2009-03-05 02:49 ---
Subject: Bug 13549
Author: jason
Date: Thu Mar 5 02:49:13 2009
New Revision: 144636
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144636
Log:
PR c++/13549
* semantics.c (perform_koenig_looku
--- Comment #17 from jason at gcc dot gnu dot org 2009-03-05 00:44 ---
That is, even though g(j) does not have any dependent arguments, the call is
dependent, so it should get arg-dependent lookup, which should find g(h)
because it's in the associated namespace of j.
--
jason at gcc
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13549
--- Comment #16 from jason at gcc dot gnu dot org 2009-03-03 20:02 ---
I don't see a core issue about this question, but it seems pretty clear to me
that since g is dependent, and [temp.arg.explicit]/8 says that we should do
arg-dependent lookup for template-ids (which we don't seem to d