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: Possible bug: Template name lookup & overloaded functions.


On Mon, Jan 18, 2010 at 4:20 PM, Simon Hill <yacwroy@gmail.com> wrote:
> I'm pretty sure this is a bug but I'd like a confirmation (or
> refutation) before I submit a bug report.
>

First the issue here is what namespace does the foundental types in
C++ have?  The standard says none which makes this code invalid but
there is an outstanding defect report against the standard that says
they have the global one.  This is for agrument dependent namelookup.

Anyways there is an already filed GCC bug about this defect report
against the standard,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131 .

Thanks,
Andrew Pinski


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