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]

[Bug c++/48481] C++ overloading memory hog


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48481

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-08 06:08:16 UTC ---
Author: jason
Date: Fri Apr  8 06:08:13 2011
New Revision: 172163

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172163
Log:
    PR c++/48481
    * cp-tree.h (OVL_ARG_DEPENDENT): New.
    * name-lookup.c (add_function): Set it.
    * semantics.c (finish_call_expr): Free OVERLOADs if it's set.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/name-lookup.c
    trunk/gcc/cp/semantics.c


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