This is the mail archive of the gcc-bugs@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: c++/3784: function not found if...


I did some further work on this.  The binding for foo2 is created at the 
bottom of binding_for_name, and as soon as it's created, it's wrong.  It 
somehow thinks that foo2 is an OVERLOAD with two pieces: the real foo2, and 
foo1.  This is clearly wrong.

However, I haven't been able to figure out where this inaccurate overload is 
created.  Both functions come out of the parser correctly.

--Nathanael


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