This is the mail archive of the gcc-prs@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++/35: template operator () lookup fails


Synopsis: template operator () lookup fails

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Wed Jan  2 04:51:55 2002
State-Changed-Why:
    2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
    
    	PR c++/35
    	* cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
    	(DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
    	* pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
    	PARM_DECL.
    	(tsubst_template_parms): Break up loop statements.
    	(tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
    	parm PARM_DECLs don't get promoted.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=35


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