1. 11 Jan, 2006 6 commits
  2. 10 Jan, 2006 14 commits
  3. 09 Jan, 2006 16 commits
  4. 08 Jan, 2006 4 commits
    • - Fix up date in ChangeLog. Update copyrights in changed files. · bc383970
      Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
      
      From-SVN: r109475
      Ian Lance Taylor committed
    • re PR fortran/25093 (PUBLIC function of PRIVATE type) · 3bcc018c
      fortran/
      2005-01-08  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/25093
              * resolve.c (resolve_fntype): Check that PUBLIC functions
               aren't of PRIVATE type.
      
      testsuite/
      2005-01-08  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/25093
              * gfortran.dg/private_type_4.f90: New.
      
      From-SVN: r109474
      Erik Edelmann committed
    • PR libstdc++/22102 (insert as close to hint as possible) · cf1e0371
      2006-01-08  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/22102 (insert as close to hint as possible)
      	* include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
      	_M_insert_equal_lower): New.
      	(_M_insert_equal(iterator, const _Val&),
      	_M_insert_equal(const_iterator, const _Val&)): Use the above.
      	* docs/html/ext/howto.html: Add an entry for DR 233.
      	* testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
      	* testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
      
      	* testsuite/23_containers/set/insert/: Move...
      	* testsuite/23_containers/set/modifiers/insert/: ...here.
      	* testsuite/23_containers/map/insert/: Move...
      	* testsuite/23_containers/map/modifiers/insert/: ...here.
      	* testsuite/23_containers/multiset/insert/: Move...
      	* testsuite/23_containers/multiset/modifiers/insert/: ...here.
      
      From-SVN: r109473
      Paolo Carlini committed
    • tree-ssa-structalias.c (get_constraint_for): Remove anyoffset argument. · 1d85354c
      2006-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-structalias.c (get_constraint_for): Remove
      	anyoffset argument.
      	(get_constraint_for_component_ref): Likewise.
      	(do_deref): Likewise.
      	(get_constraint_for): Likewise.
      	(do_structure_copy): Likewise.
      	(handle_ptr_arith): Likewise.
      	(find_func_aliases): Likewise.  Remove unused need_anyoffset
      	variable.
      
      From-SVN: r109472
      Richard Guenther committed