[Bug c++/34870] argument-dependent lookup fails to find friend declaration

2009-11-05 Thread jason at gcc dot gnu dot org
--- Comment #13 from jason at gcc dot gnu dot org 2009-11-06 04:08 --- Fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug c++/34870] argument-dependent lookup fails to find friend declaration

2009-11-05 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2009-11-06 03:33 --- Subject: Bug 34870 Author: jason Date: Fri Nov 6 03:33:06 2009 New Revision: 153958 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153958 Log: PR c++/34870 * name-lookup.c (arg_assoc_class):

[Bug c++/34870] argument-dependent lookup fails to find friend declaration

2009-11-05 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2009-11-05 22:08 --- The ADL and template-id issue: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#561 but I'm declaring this PR to be about the bug-002.cc testcase, which shows the real bug here without the distraction o