1. 03 Dec, 2007 8 commits
    • hashtable.cc: New. · 4d007574
      2007-12-03  Paolo Carlini  <pcarlini@suse.de>
      
      	* src/hashtable.cc: New.
      	* src/hashtable_c++0x.cc: Likewise.
      	* src/Makefile.am: Add.
      	* src/Makefile.in: Regenerate.
      	* include/tr1_impl/hashtable_policy.h (struct _Primes): Remove.
      	(_Prime_rehash_policy::_M_next_bkt, _M_bkt_for_elements,
      	_M_need_rehash): Adjust.
      	* config/abi/pre/gnu.ver: Update exports.
      
      	* src/hash.cc: Minor tweak.
      
      From-SVN: r130585
      Paolo Carlini committed
    • Fix date in ChangeLog. · 78a11797
      From-SVN: r130584
      Bernd Schmidt committed
    • bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as necessary. · f13488c0
      	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __FDPIC__ as
      	necessary.
      
      From-SVN: r130583
      Bernd Schmidt committed
    • re PR ada/34287 (Simple Ada bug [Barnes' Silly]) · 403fd939
      2007-12-03  Robert Dewar <dewar@adacore.com>
                  Samuel Tardieu  <sam@rfc1149.net>
      
              gcc/ada/
          	PR ada/34287
          	* sem_util.adb (Safe_To_Capture_Value): Do not capture values
          	of variables declared in a library-level package.
          
              gcc/testsuite/gnat.dg/
          	PR ada/34287
          	* check_elaboration_code.adb: New test.
          
          	* bug_elaboration_code.ads, bug_elaboration_code.adb: New support
          	files.
      
      Co-Authored-By: Samuel Tardieu <sam@rfc1149.net>
      
      From-SVN: r130582
      Robert Dewar committed
    • 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 14 commits