1 GCC regressions, 1 new, with your patch on 2000-08-12T03:50:00Z.

Kriang Lerdsuwanakij lerdsuwa@scf.usc.edu
Sat Aug 12 23:20:00 GMT 2000


It appears that the test case should be fixed.  When the function template 
f2(N::A,T) is included in the lookup, it introduces the namespace N1 to the 
list of considered namespace for g(...).  The ordinary function f2(float)
cannot add N1 to the lookup namespace list.

--Kriang


On Sat, 12 Aug 2000, Geoff Keating wrote:

> > gcc/testsuite/g++.sum:FAIL: g++.ns/koenig7.C (test for excess errors)
> 
> FYI, it's this change:
> 
> +	(arg_assoc): Do not consider function template decls.
> 
> and I don't understand the C++ frontend enough to know why.  The
> change doesn't look like it should have that effect.  The functions
> involved are mentioned in the result of lookup_arg_dependent, but
> perhaps not in the right way?
> -- 
> - Geoffrey Keating <geoffk@cygnus.com>
> 



More information about the Gcc-regression mailing list