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
Paolo Carlini <pcarlini@suse.de> writes:
> Richard Guenther wrote:
>
> >And EDG (Intel 8.0) accepts it without problems, even in -ansi mode, as
> >does gcc-3.3.4
> >
> /Rejects/ it, you mean. Rejects both F and ::F.
This post: http://xrl.us/bwa8 implies intel for windows disables
two-phase lookup even with -ansi, while intel for linux enables it
by default. I don't have either commpiler, so I don't know, but I
can't help but wonder if this explains the differences in
Richard's and Paolo's reports.