1. 19 Oct, 2005 6 commits
  2. 18 Oct, 2005 12 commits
  3. 17 Oct, 2005 20 commits
  4. 16 Oct, 2005 2 commits
    • re PR c++/24389 (template variable not getting marked as weak) · 2d22db1f
      	PR c++/24389
      	* decl2.c (mark_used): Use uses_template_parms instead of
      	dependent_type_p.
      	* init.c (constant_value_1): Handle uninstantiated templates
      	specially.
      	* pt.c (instantiate_decl): Add sanity check.
      	PR c++/24389
      	* g++.dg/template/static21.C: New test.
      	* g++.dg/template/static21-a.cc: Likewise.
      
      From-SVN: r105474
      Mark Mitchell committed
    • re PR target/23424 (cris.md rtl canonicalization bug) · 1165f377
      	PR target/23424
      	* config/cris/cris.md ("*mov_side<mode>", "*mov_sidesisf")
      	("*mov_side<mode>_mem", "*mov_sidesisf_mem", "*clear_side<mode>")
      	("*ext_sideqihi", "*ext_side<mode>si", "*op_side<mode>")
      	("*op_swap_side<mode>", "*extopqihi_side", "*extop<mode>si_side")
      	("*extopqihi_swap_side", "*extop<mode>si_swap_side"): Have separate,
      	swapped, alternatives for the R constraint.
      
      From-SVN: r105473
      Hans-Peter Nilsson committed