This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.4 Bug? template dependent name lookup fails from template functions


Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:

> > However - this can't be the end of it; comeau online reports errors
> >    for *both* calls to F, unlike gcc 3.4 which at least accepts the
> >    first call.
> 
> And EDG (Intel 8.0) accepts it without problems, even in -ansi mode, as
> does gcc-3.3.4

But this is a two-phase lookup issue, and on windows intel 8.0
disables two-phase lookup by default (see http://xrl.us/bwa8). gcc
3.3.4 does not implement two-phase lookup. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]