This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 Bug? template dependent name lookup fails from template functions
- From: llewelly at xmission dot com
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc at gcc dot gnu dot org, Michael Veksler <VEKSLER at il dot ibm dot com>
- Date: 15 Apr 2004 08:24:42 -0600
- Subject: Re: 3.4 Bug? template dependent name lookup fails from template functions
- References: <Pine.LNX.4.53.0404151521070.8230@bellatrix.tat.physik.uni-tuebingen.de>
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.