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++/18803] [4.0 regression] rejects access to operator() in template


------- Additional Comments From bangerth at dealii dot org  2004-12-02 23:57 -------
I would venture a guess that it was this patch: 
 
2004-11-25  Mark Mitchell  <mark@codesourcery.com> 
 
	PR c++/18445 
	* class.c (instantiate_type): Treat NON_DEPENDENT_EXPRs with 
	unknown_type as non matching.  Tidy up. 
	* pt.c (build_non_dependent_expr): Do not build a 
	NON_DEPENDENT_EXPR for a VAR_DECL. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com


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


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