1. 14 Jan, 2009 13 commits
  2. 13 Jan, 2009 25 commits
  3. 12 Jan, 2009 2 commits
    • re PR c++/36019 (template parameter does not hide class name) · 172a4594
      gcc/cp/ChangeLog:
      2009-01-12  Dodji Seketeli  <dodji@redhat.com>
      
      	PR c++/36019
      	* pt.c (parameter_of_template_p): New function.
      	* cp-tree.h: Declare it.
      	* name-lookup.c (binding_to_template_parms_of_scope_p): New
      	function.
      	(outer_binding): Take template parameters in account when looking for
      	a name binding.
      
      gcc/testsuite/ChangeLog:
      2009-01-12  Dodji Seketeli  <dodji@redhat.com>
      
      	PR c++/36019
      	* g++.dg/lookup/hidden-class12.C: New test.
      	* g++.dg/lookup/hidden-class13.C: New test.
      	* g++.dg/lookup/hidden-class14.C: New test.
      	* g++.dg/lookup/hidden-class15.C: New test.
      	* g++.dg/lookup/hidden-class16.C: New test.
      
      From-SVN: r143315
      Dodji Seketeli committed
    • MAINTAINERS: Add myself to reviewers (Fortran). · 856c450b
      2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
      
      	* MAINTAINERS: Add myself to reviewers (Fortran).
      
      From-SVN: r143312
      Steven G. Kargl committed