1. 03 Dec, 2007 4 commits
    • unordered_map (operator==(const unordered_map&, const unordered_map&), [...]): Remove. · 69b3331e
      2007-12-03  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/debug/unordered_map (operator==(const unordered_map&,
      	const unordered_map&), operator!=(const unordered_map&,
      	const unordered_map&), operator==(const unordered_multimap&,
      	const unordered_multimap&), operator!=(const unordered_multimap&,
      	const unordered_multimap&)): Remove.
      	(unordered_map<>::unordered_map(unordered_map&&),
      	operator=(unordered_map&&), clear, _M_invalidate_all,
      	unordered_multimap<>::unordered_multimap(unordered_multimap&&),
      	operator=(unordered_map&&), clear, _M_invalidate_all,	
      	swap(unordered_map<>&&, unordered_map<>&), swap(unordered_map<>&,
      	unordered_map<>&&), swap(unordered_multimap<>&&,
      	unordered_multimap<>&), swap(unordered_multimap<>&,
      	unordered_multimap<>&&)): Add.
      	* include/debug/unordered_set (operator==(const unordered_set&,
      	const unordered_set&), operator!=(const unordered_set&,
      	const unordered_set&), operator==(const unordered_multiset&,
      	const unordered_multiset&), operator!=(const unordered_multiset&,
      	const unordered_multiset&)): Remove.
      	(unordered_set<>::unordered_set(unordered_set&&),
      	operator=(unordered_set&&), clear, _M_invalidate_all,
      	unordered_multiset<>::unordered_multiset(unordered_multiset&&),
      	operator=(unordered_set&&), clear, _M_invalidate_all,	
      	swap(unordered_set<>&&, unordered_set<>&), swap(unordered_set<>&,
      	unordered_set<>&&), swap(unordered_multiset<>&&,
      	unordered_multiset<>&), swap(unordered_multiset<>&,
      	unordered_multiset<>&&)): Add.
      	* include/debug/safe_association.h (_Safe_association<>::
      	_Safe_association(_Safe_association&&)): Add.
      	(_Safe_association<>::clear, _M_invalidate_all): Remove.
      
      From-SVN: r130581
      Paolo Carlini committed
    • invoke.texi (fipa-cp, [...]): Add documentation. · aa1a4968
      2007-12-03  Razya Ladelsky <razya@il.ibm.com>
      
          * doc/invoke.texi (fipa-cp, fipa-matrix-reorg): Add documentation.
      
      From-SVN: r130580
      Razya Ladelsky committed
    • re PR middle-end/34317 (-fno-tree-store-copy-prop causes an ICE) · e9033855
      	PR middle-end/34317
      	* opts.c (common_handle_option): Handle OPT_ftree_store_copy_prop.
      	* common.opt (ftree-store-copy-prop): Use the same help text as for
      	other nop switches.
      
      From-SVN: r130579
      Jakub Jelinek committed
    • Daily bump. · e75ca1a3
      From-SVN: r130577
      GCC Administrator committed
  2. 02 Dec, 2007 10 commits
  3. 01 Dec, 2007 8 commits
  4. 30 Nov, 2007 17 commits
  5. 29 Nov, 2007 1 commit