1. 30 Sep, 2005 8 commits
  2. 29 Sep, 2005 18 commits
  3. 28 Sep, 2005 12 commits
  4. 27 Sep, 2005 2 commits
    • re PR c++/22147 (ICE in get_bindings) · c43e95f8
      	PR c++/22147
      	* name-lookup.c (maybe_process_template_type_declaration): Don't
      	treat forward declarations of classes as templates just because
      	we're processing_template_decl.
      	* pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
      	functions.
      
      	PR c++/22147
      	* g++.dg/template/friend37.C: New test.
      	* g++.dg/parse/crash28.C: Adjust error markers.
      
      From-SVN: r104713
      Mark Mitchell committed
    • re PR fortran/18518 (equivalenced variables are not saved) · 57f0d086
      	PR fortran/18518
      	* trans-common.c (build_equiv_decl): Add IS_SAVED argument.
      	If it is true, set TREE_STATIC on the decl.
      	(create_common): If any symbol in equivalence has SAVE attribute,
      	pass true as last argument to build_equiv_decl.
      
      	* gfortran.fortran-torture/execute/save_2.f90: New decl.
      
      From-SVN: r104712
      Jakub Jelinek committed