1. 22 Jan, 2011 5 commits
  2. 21 Jan, 2011 29 commits
  3. 20 Jan, 2011 6 commits
    • re PR libstdc++/36104 (gnu-versioned-namespace is broken) · bddd6626
      2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/36104
      	* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
      
      From-SVN: r169072
      Benjamin Kosnik committed
    • Rename f_load to f_fpa_loads patch · 837b01f6
      2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* config/arm/arm.md (define_attr type): Rename f_load
      	and f_store to f_fpa_load and f_fpa_store. Update.
      	(write_conflict): Deal with rename fallout.
      	(*push_fp_multi): Likewise.
      	* config/arm/fpa.md (f_load): Use f_fpa_load.
      	(f_store): Use f_fpa_store.
      	(*movsf_fpa): Likewise.
      	(*movdf_fpa): Likewise.
      	(*movxf_fpa): Likewise.
      	(*thumb2_movsf_fpa): Likewise.
      	(*thumb2_movdf_fpa): Likewise.
      	(*thumb2_movxf_fpa): Likewise.
      	* config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
      	f_loadd and f_stored.
      	(*thumb2_movdi_vfp): Likewise.
      	(*thumb2_movsf_vfp): Fix attribute to f_loads.
      	(*thumb2_movsi_vfp): Likewise.
      	* config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
      	Use f_loads instead of f_load.
      	* config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
      
      From-SVN: r169071
      Ramana Radhakrishnan committed
    • Refix test for PR47251 · aaab40fa
      From-SVN: r169067
      Michael Meissner committed
    • re PR libstdc++/47380 (concept checking and incomplete types) · f22ee689
      2011-01-20  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
              PR libstdc++/47380
      	* doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts.
      
      From-SVN: r169064
      Jonathan Wakely committed
    • PR libstdc++/36104 part three · 9b690d8c
      2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/36104 part three
      	* src/hashtable_c++0x.cc: Adjust namespace macros.
      	* testsuite/util/testsuite_rvalref.h: Don't forward declare hash.
      	* config/abi/pre/gnu-versioned-namespace.ver: Update.
      
      From-SVN: r169063
      Benjamin Kosnik committed
    • hash_load_check_resize_trigger_imp.hpp: Adjust assert condition. · 191e7a30
      2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/ext/pb_ds/detail/resize_policy/
      	hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.
      	* include/ext/pb_ds/detail/pat_trie_/
      	constructors_destructor_fn_imps.hpp: Same.
      	* include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format.
      	* include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
      	* include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor.
      
      	* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust
      	iterations downward when testing in debug mode.
      	* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
      	* testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE,
      	reduce in debug mode.
      
      From-SVN: r169061
      Benjamin Kosnik committed