From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin von Loewis To: mrs@kithrup.com Cc: egcs@cygnus.com Subject: Re: PATCH for namespace/template support Date: Sat, 09 May 1998 11:06:00 -0000 Message-id: <199805091804.UAA00211@mira.isdn.cs.tu-berlin.de> References: <199805090945.CAA17945@kithrup.com> X-SW-Source: 1998-05/msg00325.html > Sat May 9 02:31:07 1998 Mike Stump > > * tree.c (mapcar): Add OVERLOAD support. Thanks, this change looks OK. There are probably some more places where the code checks for TREE_LIST when it is really looking for overloaded functions. For example, there is a dubious check in the CALL_EXPR case of mapcar. I could not find build_call_declarator mentioned in the comment, but if somebody wants to put an overloaded function into operand two, this would now be an OVERLOAD node. Martin