This is the mail archive of the gcc-patches@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++ PATCH]: Fix overload regression




--On Monday, September 30, 2002 07:32:26 PM +0100 Nathan Sidwell <nathan@codesourcery.com> wrote:

Mark,
your 2002-08-01 patch concerning lookups broke the attached testcase.
Fixed with the attached tweak. It seems to me that TEMPLATE_DECLs should
always be considered overloaded too. I think is_really_overloaded is a
rather fragile design anyway ...

booted and tested on i686-pc-linux-gnu, ok?
Yes, thanks.

I agree that this is all fragile.  It is actually a good bit cleaner on
the new parser branch -- and I haven't even really started.  We can
eliminate huge amounts of this gunk once we get the parser checked in.

Thanks,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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