This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r174481 - in /branches/pph: ./ ChangeLog MAINTA...


Author: dnovillo
Date: Tue May 31 13:18:50 2011
New Revision: 174481

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174481
Log:
Commit rest of the latest merge:

2011-05-30  Diego Novillo  <dnovillo@google.com>

	Merge from trunk rev 174363.

	* lto-streamer.h (enum LTO_tags): Remove LTO_LAST_TAG.
	Do not force the value on LTO_NUM_TAGS.

	* lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
	output_record_start with LTO_null instead of output_zero.
	(lto_output_ts_binfo_tree_pointers): Likewise.
	(lto_output_tree): Likewise.
	(output_eh_try_list): Likewise.
	(output_eh_region): Likewise.
	(output_eh_lp): Likewise.
	(output_eh_regions): Likewise.
	(output_bb): Likewise.
	(output_function): Likewise.
	(output_unreferenced_globals): Likewise.
	* lto-streamer.h (lto_output_int_in_range): Fix shift sign
	when splitting values into byte-sized ranges.



Added:
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
      - copied unchanged from r174359, trunk/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
      - copied unchanged from r174359, trunk/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
      - copied from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
      - copied unchanged from r174359, trunk/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
    branches/pph/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
    branches/pph/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
    branches/pph/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
    branches/pph/libstdc++-v3/testsuite/20_util/bind/socket.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/bind/socket.cc
    branches/pph/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
    branches/pph/libstdc++-v3/testsuite/20_util/is_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_copy_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_copy_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_copy_constructible/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_copy_constructible/
    branches/pph/libstdc++-v3/testsuite/20_util/is_move_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_move_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_move_constructible/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_move_constructible/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
    branches/pph/libstdc++-v3/testsuite/20_util/move_if_noexcept/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/move_if_noexcept/
    branches/pph/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/20_util/pair/get.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/pair/get.cc
    branches/pph/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
    branches/pph/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
    branches/pph/libstdc++-v3/testsuite/20_util/underlying_type/
      - copied from r174359, trunk/libstdc++-v3/testsuite/20_util/underlying_type/
    branches/pph/libstdc++-v3/testsuite/23_containers/array/requirements/get.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/23_containers/array/requirements/get.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc
    branches/pph/libstdc++-v3/testsuite/backward/hash_set/49060.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/backward/hash_set/49060.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
    branches/pph/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc
      - copied unchanged from r174359, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc
Removed:
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_e_access_traits.html
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/string_trie_e_access_traits.html
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
    branches/pph/libstdc++-v3/testsuite/20_util/has_nothrow_copy_assign/
    branches/pph/libstdc++-v3/testsuite/20_util/has_nothrow_copy_constructor/
    branches/pph/libstdc++-v3/testsuite/20_util/has_nothrow_default_constructor/
Modified:
    branches/pph/libstdc++-v3/ChangeLog
    branches/pph/libstdc++-v3/config/abi/pre/gnu.ver
    branches/pph/libstdc++-v3/doc/Makefile.am
    branches/pph/libstdc++-v3/doc/Makefile.in
    branches/pph/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/pph/libstdc++-v3/doc/html/api.html
    branches/pph/libstdc++-v3/doc/html/bk02.html
    branches/pph/libstdc++-v3/doc/html/bk03.html
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_hash_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_split_join_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
    branches/pph/libstdc++-v3/doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
    branches/pph/libstdc++-v3/doc/html/faq.html
    branches/pph/libstdc++-v3/doc/html/manual/abi.html
    branches/pph/libstdc++-v3/doc/html/manual/algorithms.html
    branches/pph/libstdc++-v3/doc/html/manual/api.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_gfdl.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/pph/libstdc++-v3/doc/html/manual/associative.html
    branches/pph/libstdc++-v3/doc/html/manual/atomics.html
    branches/pph/libstdc++-v3/doc/html/manual/backwards.html
    branches/pph/libstdc++-v3/doc/html/manual/bitmap_allocator.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt02ch05s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch17s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch17s04.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch18s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch18s04.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch18s05.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s04.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s05.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s06.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch21s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch21s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch28s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch28s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt04.html
    branches/pph/libstdc++-v3/doc/html/manual/bugs.html
    branches/pph/libstdc++-v3/doc/html/manual/concurrency.html
    branches/pph/libstdc++-v3/doc/html/manual/configure.html
    branches/pph/libstdc++-v3/doc/html/manual/containers.html
    branches/pph/libstdc++-v3/doc/html/manual/containers_and_c.html
    branches/pph/libstdc++-v3/doc/html/manual/debug.html
    branches/pph/libstdc++-v3/doc/html/manual/debug_mode.html
    branches/pph/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/pph/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/pph/libstdc++-v3/doc/html/manual/dynamic_memory.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_algorithms.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_allocators.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_compile_checks.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_concurrency.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_containers.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_demangling.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_io.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_iterators.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_numerics.html
    branches/pph/libstdc++-v3/doc/html/manual/ext_utilities.html
    branches/pph/libstdc++-v3/doc/html/manual/extensions.html
    branches/pph/libstdc++-v3/doc/html/manual/facets.html
    branches/pph/libstdc++-v3/doc/html/manual/fstreams.html
    branches/pph/libstdc++-v3/doc/html/manual/generalized_numeric_operations.html
    branches/pph/libstdc++-v3/doc/html/manual/internals.html
    branches/pph/libstdc++-v3/doc/html/manual/intro.html
    branches/pph/libstdc++-v3/doc/html/manual/io.html
    branches/pph/libstdc++-v3/doc/html/manual/io_and_c.html
    branches/pph/libstdc++-v3/doc/html/manual/iterators.html
    branches/pph/libstdc++-v3/doc/html/manual/license.html
    branches/pph/libstdc++-v3/doc/html/manual/localization.html
    branches/pph/libstdc++-v3/doc/html/manual/make.html
    branches/pph/libstdc++-v3/doc/html/manual/memory.html
    branches/pph/libstdc++-v3/doc/html/manual/numerics.html
    branches/pph/libstdc++-v3/doc/html/manual/numerics_and_c.html
    branches/pph/libstdc++-v3/doc/html/manual/pairs.html
    branches/pph/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/pph/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/pph/libstdc++-v3/doc/html/manual/setup.html
    branches/pph/libstdc++-v3/doc/html/manual/source_code_style.html
    branches/pph/libstdc++-v3/doc/html/manual/source_design_notes.html
    branches/pph/libstdc++-v3/doc/html/manual/source_organization.html
    branches/pph/libstdc++-v3/doc/html/manual/spine.html
    branches/pph/libstdc++-v3/doc/html/manual/status.html
    branches/pph/libstdc++-v3/doc/html/manual/streambufs.html
    branches/pph/libstdc++-v3/doc/html/manual/strings.html
    branches/pph/libstdc++-v3/doc/html/manual/stringstreams.html
    branches/pph/libstdc++-v3/doc/html/manual/support.html
    branches/pph/libstdc++-v3/doc/html/manual/termination.html
    branches/pph/libstdc++-v3/doc/html/manual/test.html
    branches/pph/libstdc++-v3/doc/html/manual/traits.html
    branches/pph/libstdc++-v3/doc/html/manual/using.html
    branches/pph/libstdc++-v3/doc/html/manual/using_concurrency.html
    branches/pph/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html
    branches/pph/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/pph/libstdc++-v3/doc/html/manual/using_headers.html
    branches/pph/libstdc++-v3/doc/html/manual/using_macros.html
    branches/pph/libstdc++-v3/doc/html/manual/using_namespaces.html
    branches/pph/libstdc++-v3/doc/html/manual/utilities.html
    branches/pph/libstdc++-v3/doc/html/spine.html
    branches/pph/libstdc++-v3/doc/xml/manual/bitmap_allocator.xml
    branches/pph/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/pph/libstdc++-v3/doc/xml/manual/parallel_mode.xml
    branches/pph/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/pph/libstdc++-v3/include/Makefile.am
    branches/pph/libstdc++-v3/include/Makefile.in
    branches/pph/libstdc++-v3/include/backward/hashtable.h
    branches/pph/libstdc++-v3/include/bits/algorithmfwd.h
    branches/pph/libstdc++-v3/include/bits/c++config
    branches/pph/libstdc++-v3/include/bits/char_traits.h
    branches/pph/libstdc++-v3/include/bits/forward_list.h
    branches/pph/libstdc++-v3/include/bits/hashtable.h
    branches/pph/libstdc++-v3/include/bits/hashtable_policy.h
    branches/pph/libstdc++-v3/include/bits/move.h
    branches/pph/libstdc++-v3/include/bits/random.h
    branches/pph/libstdc++-v3/include/bits/shared_ptr.h
    branches/pph/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/pph/libstdc++-v3/include/bits/stl_bvector.h
    branches/pph/libstdc++-v3/include/bits/stl_deque.h
    branches/pph/libstdc++-v3/include/bits/stl_list.h
    branches/pph/libstdc++-v3/include/bits/stl_map.h
    branches/pph/libstdc++-v3/include/bits/stl_multimap.h
    branches/pph/libstdc++-v3/include/bits/stl_multiset.h
    branches/pph/libstdc++-v3/include/bits/stl_pair.h
    branches/pph/libstdc++-v3/include/bits/stl_queue.h
    branches/pph/libstdc++-v3/include/bits/stl_set.h
    branches/pph/libstdc++-v3/include/bits/stl_stack.h
    branches/pph/libstdc++-v3/include/bits/stl_tree.h
    branches/pph/libstdc++-v3/include/bits/stl_vector.h
    branches/pph/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/pph/libstdc++-v3/include/bits/unique_ptr.h
    branches/pph/libstdc++-v3/include/c_global/cmath
    branches/pph/libstdc++-v3/include/debug/bitset
    branches/pph/libstdc++-v3/include/debug/deque
    branches/pph/libstdc++-v3/include/debug/forward_list
    branches/pph/libstdc++-v3/include/debug/list
    branches/pph/libstdc++-v3/include/debug/macros.h
    branches/pph/libstdc++-v3/include/debug/map.h
    branches/pph/libstdc++-v3/include/debug/multimap.h
    branches/pph/libstdc++-v3/include/debug/multiset.h
    branches/pph/libstdc++-v3/include/debug/set.h
    branches/pph/libstdc++-v3/include/debug/unordered_map
    branches/pph/libstdc++-v3/include/debug/unordered_set
    branches/pph/libstdc++-v3/include/debug/vector
    branches/pph/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp
    branches/pph/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp
    branches/pph/libstdc++-v3/include/ext/rc_string_base.h
    branches/pph/libstdc++-v3/include/ext/rope
    branches/pph/libstdc++-v3/include/ext/ropeimpl.h
    branches/pph/libstdc++-v3/include/ext/sso_string_base.h
    branches/pph/libstdc++-v3/include/ext/vstring.h
    branches/pph/libstdc++-v3/include/ext/vstring.tcc
    branches/pph/libstdc++-v3/include/parallel/algo.h
    branches/pph/libstdc++-v3/include/parallel/algobase.h
    branches/pph/libstdc++-v3/include/parallel/equally_split.h
    branches/pph/libstdc++-v3/include/parallel/find.h
    branches/pph/libstdc++-v3/include/parallel/losertree.h
    branches/pph/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/pph/libstdc++-v3/include/parallel/multiway_merge.h
    branches/pph/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/pph/libstdc++-v3/include/parallel/par_loop.h
    branches/pph/libstdc++-v3/include/parallel/partial_sum.h
    branches/pph/libstdc++-v3/include/parallel/quicksort.h
    branches/pph/libstdc++-v3/include/parallel/random_shuffle.h
    branches/pph/libstdc++-v3/include/parallel/search.h
    branches/pph/libstdc++-v3/include/parallel/set_operations.h
    branches/pph/libstdc++-v3/include/parallel/unique_copy.h
    branches/pph/libstdc++-v3/include/profile/bitset
    branches/pph/libstdc++-v3/include/profile/deque
    branches/pph/libstdc++-v3/include/profile/forward_list
    branches/pph/libstdc++-v3/include/profile/list
    branches/pph/libstdc++-v3/include/profile/map.h
    branches/pph/libstdc++-v3/include/profile/multimap.h
    branches/pph/libstdc++-v3/include/profile/multiset.h
    branches/pph/libstdc++-v3/include/profile/set.h
    branches/pph/libstdc++-v3/include/profile/unordered_map
    branches/pph/libstdc++-v3/include/profile/unordered_set
    branches/pph/libstdc++-v3/include/profile/vector
    branches/pph/libstdc++-v3/include/std/array
    branches/pph/libstdc++-v3/include/std/bitset
    branches/pph/libstdc++-v3/include/std/chrono
    branches/pph/libstdc++-v3/include/std/complex
    branches/pph/libstdc++-v3/include/std/functional
    branches/pph/libstdc++-v3/include/std/future
    branches/pph/libstdc++-v3/include/std/limits
    branches/pph/libstdc++-v3/include/std/mutex
    branches/pph/libstdc++-v3/include/std/ratio
    branches/pph/libstdc++-v3/include/std/thread
    branches/pph/libstdc++-v3/include/std/tuple
    branches/pph/libstdc++-v3/include/std/type_traits
    branches/pph/libstdc++-v3/include/std/typeindex
    branches/pph/libstdc++-v3/include/std/utility
    branches/pph/libstdc++-v3/include/std/valarray
    branches/pph/libstdc++-v3/include/tr1/cmath
    branches/pph/libstdc++-v3/include/tr1/exp_integral.tcc
    branches/pph/libstdc++-v3/include/tr1/functional
    branches/pph/libstdc++-v3/libsupc++/cxxabi.h
    branches/pph/libstdc++-v3/libsupc++/del_opnt.cc
    branches/pph/libstdc++-v3/libsupc++/exception_ptr.h
    branches/pph/libstdc++-v3/libsupc++/guard.cc
    branches/pph/libstdc++-v3/libsupc++/initializer_list
    branches/pph/libstdc++-v3/scripts/make_graph.py
    branches/pph/libstdc++-v3/scripts/run_doxygen
    branches/pph/libstdc++-v3/src/compatibility-list-2.cc
    branches/pph/libstdc++-v3/src/list.cc
    branches/pph/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc
    branches/pph/libstdc++-v3/testsuite/20_util/is_default_constructible/value.cc
    branches/pph/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value.cc
    branches/pph/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc
    branches/pph/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc
    branches/pph/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs.cc
    branches/pph/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/pph/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc
    branches/pph/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc
    branches/pph/libstdc++-v3/testsuite/22_locale/messages_byname/named_equivalence.cc
    branches/pph/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc
    branches/pph/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc
    branches/pph/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc
    branches/pph/libstdc++-v3/testsuite/data/make_graph_test_infos.xml
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc
    branches/pph/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc
    branches/pph/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
    branches/pph/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc
    branches/pph/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc
    branches/pph/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/pph/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
    branches/pph/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
    branches/pph/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
    branches/pph/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp
    branches/pph/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp
    branches/pph/libstdc++-v3/testsuite/util/exception/safety.h
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_map.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp
    branches/pph/libstdc++-v3/testsuite/util/native_type/native_set.hpp
    branches/pph/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
    branches/pph/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp
    branches/pph/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/common_type.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h
    branches/pph/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
    branches/pph/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
    branches/pph/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp
    branches/pph/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp
    branches/pph/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/pph/libstdc++-v3/testsuite/util/testsuite_containers.h
    branches/pph/libstdc++-v3/testsuite/util/testsuite_io.h
    branches/pph/libstdc++-v3/testsuite/util/testsuite_tr1.h

Changes in other areas also in this revision:
Added:
    branches/pph/contrib/config-list.mk
      - copied unchanged from r174359, trunk/contrib/config-list.mk
    branches/pph/libgcc/config/arm/symbian-lib.h
      - copied unchanged from r174359, trunk/libgcc/config/arm/symbian-lib.h
    branches/pph/libgcc/config/i386/darwin-lib.h
      - copied unchanged from r174359, trunk/libgcc/config/i386/darwin-lib.h
    branches/pph/libgcc/config/t-gnu-prefix
      - copied unchanged from r174359, trunk/libgcc/config/t-gnu-prefix
    branches/pph/libgcc/libgcc-std.ver.in
      - copied unchanged from r174359, trunk/libgcc/libgcc-std.ver.in
    branches/pph/libgo/go/crypto/x509/cert_pool.go
      - copied unchanged from r174359, trunk/libgo/go/crypto/x509/cert_pool.go
    branches/pph/libgo/go/crypto/x509/verify.go
      - copied unchanged from r174359, trunk/libgo/go/crypto/x509/verify.go
    branches/pph/libgo/go/crypto/x509/verify_test.go
      - copied unchanged from r174359, trunk/libgo/go/crypto/x509/verify_test.go
    branches/pph/libgo/go/go/ast/print_test.go
      - copied unchanged from r174359, trunk/libgo/go/go/ast/print_test.go
    branches/pph/libgo/go/go/printer/performance_test.go
      - copied unchanged from r174359, trunk/libgo/go/go/printer/performance_test.go
    branches/pph/libgo/go/go/printer/testdata/parser.go
      - copied unchanged from r174359, trunk/libgo/go/go/printer/testdata/parser.go
    branches/pph/libgo/go/go/types/
      - copied from r174359, trunk/libgo/go/go/types/
    branches/pph/libgo/go/http/fcgi/
      - copied from r174359, trunk/libgo/go/http/fcgi/
    branches/pph/libgo/go/http/header_test.go
      - copied unchanged from r174359, trunk/libgo/go/http/header_test.go
    branches/pph/libgo/go/http/reverseproxy.go
      - copied unchanged from r174359, trunk/libgo/go/http/reverseproxy.go
    branches/pph/libgo/go/http/reverseproxy_test.go
      - copied unchanged from r174359, trunk/libgo/go/http/reverseproxy_test.go
    branches/pph/libgo/go/http/spdy/
      - copied from r174359, trunk/libgo/go/http/spdy/
    branches/pph/libgo/go/image/gif/
      - copied from r174359, trunk/libgo/go/image/gif/
    branches/pph/libgo/go/image/jpeg/fdct.go
      - copied unchanged from r174359, trunk/libgo/go/image/jpeg/fdct.go
    branches/pph/libgo/go/image/jpeg/writer.go
      - copied unchanged from r174359, trunk/libgo/go/image/jpeg/writer.go
    branches/pph/libgo/go/image/jpeg/writer_test.go
      - copied unchanged from r174359, trunk/libgo/go/image/jpeg/writer_test.go
    branches/pph/libgo/go/image/testdata/
      - copied from r174359, trunk/libgo/go/image/testdata/
    branches/pph/libgo/go/image/tiff/
      - copied from r174359, trunk/libgo/go/image/tiff/
    branches/pph/libgo/go/image/ycbcr/
      - copied from r174359, trunk/libgo/go/image/ycbcr/
    branches/pph/libgo/go/mime/multipart/formdata.go
      - copied unchanged from r174359, trunk/libgo/go/mime/multipart/formdata.go
    branches/pph/libgo/go/mime/multipart/formdata_test.go
      - copied unchanged from r174359, trunk/libgo/go/mime/multipart/formdata_test.go
    branches/pph/libgo/go/net/cgo_bsd.go
      - copied unchanged from r174359, trunk/libgo/go/net/cgo_bsd.go
    branches/pph/libgo/go/net/cgo_linux.go
      - copied unchanged from r174359, trunk/libgo/go/net/cgo_linux.go
    branches/pph/libgo/go/net/cgo_unix.go
      - copied unchanged from r174359, trunk/libgo/go/net/cgo_unix.go
    branches/pph/libgo/go/net/dnsmsg_test.go
      - copied unchanged from r174359, trunk/libgo/go/net/dnsmsg_test.go
    branches/pph/libgo/go/net/sock_bsd.go
      - copied unchanged from r174359, trunk/libgo/go/net/sock_bsd.go
    branches/pph/libgo/go/net/sock_linux.go
      - copied unchanged from r174359, trunk/libgo/go/net/sock_linux.go
    branches/pph/libgo/go/net/sock_windows.go
      - copied unchanged from r174359, trunk/libgo/go/net/sock_windows.go
    branches/pph/libgo/go/os/user/
      - copied from r174359, trunk/libgo/go/os/user/
    branches/pph/libgo/go/reflect/set_test.go
      - copied unchanged from r174359, trunk/libgo/go/reflect/set_test.go
    branches/pph/libgo/go/runtime/proc_test.go
      - copied unchanged from r174359, trunk/libgo/go/runtime/proc_test.go
    branches/pph/libgo/go/syslog/syslog_libc.go
      - copied unchanged from r174359, trunk/libgo/go/syslog/syslog_libc.go
    branches/pph/libgo/runtime/go-setenv.c
      - copied unchanged from r174359, trunk/libgo/runtime/go-setenv.c
    branches/pph/libgo/syscalls/socket_irix.go
      - copied unchanged from r174359, trunk/libgo/syscalls/socket_irix.go
    branches/pph/libgomp/testsuite/libgomp.c++/pr48869.C
      - copied unchanged from r174359, trunk/libgomp/testsuite/libgomp.c++/pr48869.C
    branches/pph/libgomp/testsuite/libgomp.c++/pr49043.C
      - copied unchanged from r174359, trunk/libgomp/testsuite/libgomp.c++/pr49043.C
    branches/pph/libgomp/testsuite/libgomp.fortran/pr48894.f90
      - copied unchanged from r174359, trunk/libgomp/testsuite/libgomp.fortran/pr48894.f90
Removed:
    branches/pph/libgo/go/crypto/block/
    branches/pph/libgo/go/crypto/tls/ca_set.go
    branches/pph/libgo/go/syslog/syslog_solaris.go
Modified:
    branches/pph/   (props changed)
    branches/pph/ChangeLog
    branches/pph/MAINTAINERS
    branches/pph/Makefile.in
    branches/pph/Makefile.tpl
    branches/pph/boehm-gc/ChangeLog
    branches/pph/boehm-gc/configure
    branches/pph/boehm-gc/configure.ac
    branches/pph/config/ChangeLog
    branches/pph/config/bootstrap-lto.mk
    branches/pph/configure
    branches/pph/configure.ac
    branches/pph/contrib/ChangeLog
    branches/pph/contrib/gcc_update
    branches/pph/contrib/paranoia.cc
    branches/pph/fixincludes/ChangeLog
    branches/pph/fixincludes/check.tpl
    branches/pph/fixincludes/fixincl.x
    branches/pph/fixincludes/inclhack.def
    branches/pph/include/ChangeLog
    branches/pph/include/ansidecl.h
    branches/pph/include/dwarf2.h
    branches/pph/libcpp/ChangeLog
    branches/pph/libcpp/files.c
    branches/pph/libcpp/init.c
    branches/pph/libcpp/lex.c
    branches/pph/libcpp/macro.c
    branches/pph/libcpp/pch.c
    branches/pph/libcpp/po/ChangeLog
    branches/pph/libcpp/po/zh_CN.po
    branches/pph/libcpp/system.h
    branches/pph/libdecnumber/ChangeLog
    branches/pph/libdecnumber/decNumber.c
    branches/pph/libffi/ChangeLog
    branches/pph/libffi/src/alpha/osf.S
    branches/pph/libgcc/ChangeLog
    branches/pph/libgcc/Makefile.in
    branches/pph/libgcc/config/i386/morestack.S
    branches/pph/libgcc/config/s390/t-linux
    branches/pph/libgcc/config/s390/t-tpf
    branches/pph/libgcc/config/sh/t-linux
    branches/pph/libgcc/config/t-slibgcc-darwin
    branches/pph/libgfortran/ChangeLog
    branches/pph/libgfortran/caf/libcaf.h
    branches/pph/libgfortran/caf/mpi.c
    branches/pph/libgfortran/caf/single.c
    branches/pph/libgfortran/config.h.in
    branches/pph/libgfortran/config/fpu-387.h
    branches/pph/libgfortran/config/fpu-aix.h
    branches/pph/libgfortran/config/fpu-generic.h
    branches/pph/libgfortran/config/fpu-glibc.h
    branches/pph/libgfortran/config/fpu-sysv.h
    branches/pph/libgfortran/configure
    branches/pph/libgfortran/configure.ac
    branches/pph/libgfortran/configure.host
    branches/pph/libgfortran/intrinsics/abort.c
    branches/pph/libgfortran/intrinsics/execute_command_line.c
    branches/pph/libgfortran/intrinsics/move_alloc.c
    branches/pph/libgfortran/io/fbuf.c
    branches/pph/libgfortran/io/format.c
    branches/pph/libgfortran/io/open.c
    branches/pph/libgfortran/io/unit.c
    branches/pph/libgfortran/io/unix.c
    branches/pph/libgfortran/io/write.c
    branches/pph/libgfortran/io/write_float.def
    branches/pph/libgfortran/libgfortran.h
    branches/pph/libgfortran/runtime/backtrace.c
    branches/pph/libgfortran/runtime/compile_options.c
    branches/pph/libgfortran/runtime/environ.c
    branches/pph/libgfortran/runtime/error.c
    branches/pph/libgfortran/runtime/main.c
    branches/pph/libgfortran/runtime/pause.c
    branches/pph/libgfortran/runtime/stop.c
    branches/pph/libgo/   (props changed)
    branches/pph/libgo/MERGE
    branches/pph/libgo/Makefile.am
    branches/pph/libgo/Makefile.in
    branches/pph/libgo/config.h.in
    branches/pph/libgo/configure
    branches/pph/libgo/configure.ac
    branches/pph/libgo/go/archive/tar/common.go
    branches/pph/libgo/go/archive/tar/reader.go
    branches/pph/libgo/go/archive/zip/reader.go
    branches/pph/libgo/go/archive/zip/reader_test.go
    branches/pph/libgo/go/asn1/asn1.go
    branches/pph/libgo/go/asn1/asn1_test.go
    branches/pph/libgo/go/asn1/common.go
    branches/pph/libgo/go/asn1/marshal.go
    branches/pph/libgo/go/asn1/marshal_test.go
    branches/pph/libgo/go/big/int.go
    branches/pph/libgo/go/big/nat.go
    branches/pph/libgo/go/bufio/bufio.go
    branches/pph/libgo/go/bufio/bufio_test.go
    branches/pph/libgo/go/bytes/bytes.go
    branches/pph/libgo/go/cmath/abs.go
    branches/pph/libgo/go/compress/flate/deflate.go
    branches/pph/libgo/go/compress/flate/deflate_test.go
    branches/pph/libgo/go/compress/flate/inflate.go
    branches/pph/libgo/go/compress/gzip/gunzip.go
    branches/pph/libgo/go/compress/lzw/reader.go
    branches/pph/libgo/go/compress/lzw/reader_test.go
    branches/pph/libgo/go/compress/lzw/writer_test.go
    branches/pph/libgo/go/compress/zlib/reader.go
    branches/pph/libgo/go/compress/zlib/reader_test.go
    branches/pph/libgo/go/compress/zlib/writer.go
    branches/pph/libgo/go/compress/zlib/writer_test.go
    branches/pph/libgo/go/container/heap/heap.go
    branches/pph/libgo/go/container/heap/heap_test.go
    branches/pph/libgo/go/container/list/list.go
    branches/pph/libgo/go/container/ring/ring.go
    branches/pph/libgo/go/container/vector/defs.go
    branches/pph/libgo/go/crypto/aes/const.go
    branches/pph/libgo/go/crypto/blowfish/cipher.go
    branches/pph/libgo/go/crypto/cast5/cast5.go
    branches/pph/libgo/go/crypto/cipher/cipher.go
    branches/pph/libgo/go/crypto/crypto.go
    branches/pph/libgo/go/crypto/elliptic/elliptic.go
    branches/pph/libgo/go/crypto/hmac/hmac.go
    branches/pph/libgo/go/crypto/md4/md4.go
    branches/pph/libgo/go/crypto/md5/md5.go
    branches/pph/libgo/go/crypto/ocsp/ocsp.go
    branches/pph/libgo/go/crypto/openpgp/armor/armor.go
    branches/pph/libgo/go/crypto/openpgp/armor/encode.go
    branches/pph/libgo/go/crypto/openpgp/error/error.go
    branches/pph/libgo/go/crypto/openpgp/keys.go
    branches/pph/libgo/go/crypto/openpgp/packet/packet.go
    branches/pph/libgo/go/crypto/openpgp/packet/private_key.go
    branches/pph/libgo/go/crypto/openpgp/packet/public_key.go
    branches/pph/libgo/go/crypto/openpgp/read.go
    branches/pph/libgo/go/crypto/openpgp/read_test.go
    branches/pph/libgo/go/crypto/openpgp/s2k/s2k.go
    branches/pph/libgo/go/crypto/rc4/rc4.go
    branches/pph/libgo/go/crypto/ripemd160/ripemd160.go
    branches/pph/libgo/go/crypto/rsa/pkcs1v15.go
    branches/pph/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/pph/libgo/go/crypto/rsa/rsa.go
    branches/pph/libgo/go/crypto/rsa/rsa_test.go
    branches/pph/libgo/go/crypto/sha1/sha1.go
    branches/pph/libgo/go/crypto/sha256/sha256.go
    branches/pph/libgo/go/crypto/sha512/sha512.go
    branches/pph/libgo/go/crypto/subtle/constant_time.go
    branches/pph/libgo/go/crypto/tls/common.go
    branches/pph/libgo/go/crypto/tls/conn.go
    branches/pph/libgo/go/crypto/tls/handshake_client.go
    branches/pph/libgo/go/crypto/tls/handshake_messages.go
    branches/pph/libgo/go/crypto/tls/handshake_messages_test.go
    branches/pph/libgo/go/crypto/tls/handshake_server.go
    branches/pph/libgo/go/crypto/tls/handshake_server_test.go
    branches/pph/libgo/go/crypto/tls/tls.go
    branches/pph/libgo/go/crypto/twofish/twofish.go
    branches/pph/libgo/go/crypto/x509/x509.go
    branches/pph/libgo/go/crypto/x509/x509_test.go
    branches/pph/libgo/go/crypto/xtea/cipher.go
    branches/pph/libgo/go/debug/dwarf/open.go
    branches/pph/libgo/go/debug/elf/elf.go
    branches/pph/libgo/go/debug/elf/file.go
    branches/pph/libgo/go/ebnf/ebnf.go
    branches/pph/libgo/go/encoding/binary/binary.go
    branches/pph/libgo/go/encoding/binary/binary_test.go
    branches/pph/libgo/go/encoding/hex/hex.go
    branches/pph/libgo/go/encoding/line/line.go
    branches/pph/libgo/go/encoding/pem/pem.go
    branches/pph/libgo/go/exec/exec.go
    branches/pph/libgo/go/exec/exec_test.go
    branches/pph/libgo/go/exp/datafmt/datafmt.go
    branches/pph/libgo/go/exp/draw/draw.go
    branches/pph/libgo/go/exp/draw/draw_test.go
    branches/pph/libgo/go/exp/draw/x11/conn.go
    branches/pph/libgo/go/exp/eval/bridge.go
    branches/pph/libgo/go/exp/eval/type.go
    branches/pph/libgo/go/exp/eval/world.go
    branches/pph/libgo/go/exp/ogle/cmd.go
    branches/pph/libgo/go/exp/ogle/process.go
    branches/pph/libgo/go/exp/ogle/rruntime.go
    branches/pph/libgo/go/exp/wingui/zwinapi.go
    branches/pph/libgo/go/expvar/expvar.go
    branches/pph/libgo/go/expvar/expvar_test.go
    branches/pph/libgo/go/flag/flag.go
    branches/pph/libgo/go/fmt/doc.go
    branches/pph/libgo/go/fmt/fmt_test.go
    branches/pph/libgo/go/fmt/print.go
    branches/pph/libgo/go/fmt/scan.go
    branches/pph/libgo/go/fmt/scan_test.go
    branches/pph/libgo/go/go/ast/ast.go
    branches/pph/libgo/go/go/ast/print.go
    branches/pph/libgo/go/go/doc/doc.go
    branches/pph/libgo/go/go/parser/parser.go
    branches/pph/libgo/go/go/parser/parser_test.go
    branches/pph/libgo/go/go/printer/nodes.go
    branches/pph/libgo/go/go/printer/printer.go
    branches/pph/libgo/go/go/printer/testdata/declarations.golden
    branches/pph/libgo/go/go/printer/testdata/declarations.input
    branches/pph/libgo/go/go/printer/testdata/expressions.golden
    branches/pph/libgo/go/go/printer/testdata/expressions.input
    branches/pph/libgo/go/go/printer/testdata/expressions.raw
    branches/pph/libgo/go/go/scanner/scanner.go
    branches/pph/libgo/go/go/token/position.go
    branches/pph/libgo/go/go/token/token.go
    branches/pph/libgo/go/go/typechecker/typechecker.go
    branches/pph/libgo/go/gob/codec_test.go
    branches/pph/libgo/go/gob/decode.go
    branches/pph/libgo/go/gob/decoder.go
    branches/pph/libgo/go/gob/doc.go
    branches/pph/libgo/go/gob/encode.go
    branches/pph/libgo/go/gob/encoder.go
    branches/pph/libgo/go/gob/encoder_test.go
    branches/pph/libgo/go/gob/error.go
    branches/pph/libgo/go/gob/gobencdec_test.go
    branches/pph/libgo/go/gob/type.go
    branches/pph/libgo/go/gob/type_test.go
    branches/pph/libgo/go/hash/adler32/adler32.go
    branches/pph/libgo/go/hash/adler32/adler32_test.go
    branches/pph/libgo/go/hash/crc32/crc32.go
    branches/pph/libgo/go/hash/crc64/crc64.go
    branches/pph/libgo/go/hash/fnv/fnv.go
    branches/pph/libgo/go/hash/fnv/fnv_test.go
    branches/pph/libgo/go/hash/hash.go
    branches/pph/libgo/go/html/doc.go
    branches/pph/libgo/go/html/parse_test.go
    branches/pph/libgo/go/http/cgi/child.go
    branches/pph/libgo/go/http/cgi/child_test.go
    branches/pph/libgo/go/http/cgi/host.go
    branches/pph/libgo/go/http/cgi/host_test.go
    branches/pph/libgo/go/http/client.go
    branches/pph/libgo/go/http/client_test.go
    branches/pph/libgo/go/http/cookie.go
    branches/pph/libgo/go/http/cookie_test.go
    branches/pph/libgo/go/http/dump.go
    branches/pph/libgo/go/http/export_test.go
    branches/pph/libgo/go/http/fs.go
    branches/pph/libgo/go/http/fs_test.go
    branches/pph/libgo/go/http/header.go
    branches/pph/libgo/go/http/httptest/recorder.go
    branches/pph/libgo/go/http/persist.go
    branches/pph/libgo/go/http/pprof/pprof.go
    branches/pph/libgo/go/http/proxy_test.go
    branches/pph/libgo/go/http/request.go
    branches/pph/libgo/go/http/request_test.go
    branches/pph/libgo/go/http/requestwrite_test.go
    branches/pph/libgo/go/http/response.go
    branches/pph/libgo/go/http/response_test.go
    branches/pph/libgo/go/http/serve_test.go
    branches/pph/libgo/go/http/server.go
    branches/pph/libgo/go/http/transfer.go
    branches/pph/libgo/go/http/transport.go
    branches/pph/libgo/go/http/transport_test.go
    branches/pph/libgo/go/http/url.go
    branches/pph/libgo/go/image/decode_test.go
    branches/pph/libgo/go/image/format.go
    branches/pph/libgo/go/image/image.go
    branches/pph/libgo/go/image/jpeg/idct.go
    branches/pph/libgo/go/image/jpeg/reader.go
    branches/pph/libgo/go/image/png/reader.go
    branches/pph/libgo/go/image/png/reader_test.go
    branches/pph/libgo/go/image/png/testdata/pngsuite/README
    branches/pph/libgo/go/image/png/writer.go
    branches/pph/libgo/go/image/png/writer_test.go
    branches/pph/libgo/go/index/suffixarray/suffixarray.go
    branches/pph/libgo/go/io/io.go
    branches/pph/libgo/go/io/io_test.go
    branches/pph/libgo/go/io/ioutil/ioutil.go
    branches/pph/libgo/go/io/multi.go
    branches/pph/libgo/go/json/decode.go
    branches/pph/libgo/go/json/decode_test.go
    branches/pph/libgo/go/json/encode.go
    branches/pph/libgo/go/json/scanner.go
    branches/pph/libgo/go/json/stream.go
    branches/pph/libgo/go/log/log.go
    branches/pph/libgo/go/math/const.go
    branches/pph/libgo/go/mime/mediatype.go
    branches/pph/libgo/go/mime/mediatype_test.go
    branches/pph/libgo/go/mime/multipart/multipart.go
    branches/pph/libgo/go/mime/multipart/multipart_test.go
    branches/pph/libgo/go/mime/type.go
    branches/pph/libgo/go/net/cgo_stub.go
    branches/pph/libgo/go/net/dial.go
    branches/pph/libgo/go/net/dialgoogle_test.go
    branches/pph/libgo/go/net/dnsclient.go
    branches/pph/libgo/go/net/dnsmsg.go
    branches/pph/libgo/go/net/hosts_test.go
    branches/pph/libgo/go/net/ip.go
    branches/pph/libgo/go/net/ip_test.go
    branches/pph/libgo/go/net/ipraw_test.go
    branches/pph/libgo/go/net/iprawsock.go
    branches/pph/libgo/go/net/ipsock.go
    branches/pph/libgo/go/net/lookup.go
    branches/pph/libgo/go/net/multicast_test.go
    branches/pph/libgo/go/net/net.go
    branches/pph/libgo/go/net/resolv_windows.go
    branches/pph/libgo/go/net/server_test.go
    branches/pph/libgo/go/net/sock.go
    branches/pph/libgo/go/net/srv_test.go
    branches/pph/libgo/go/net/tcpsock.go
    branches/pph/libgo/go/net/textproto/textproto.go
    branches/pph/libgo/go/net/udpsock.go
    branches/pph/libgo/go/netchan/common.go
    branches/pph/libgo/go/netchan/export.go
    branches/pph/libgo/go/netchan/import.go
    branches/pph/libgo/go/os/dir_plan9.go
    branches/pph/libgo/go/os/env.go
    branches/pph/libgo/go/os/env_unix.go
    branches/pph/libgo/go/os/error_plan9.go
    branches/pph/libgo/go/os/file.go
    branches/pph/libgo/go/os/file_plan9.go
    branches/pph/libgo/go/os/file_posix.go
    branches/pph/libgo/go/os/file_unix.go
    branches/pph/libgo/go/os/inotify/inotify_linux.go
    branches/pph/libgo/go/os/inotify/inotify_linux_test.go
    branches/pph/libgo/go/os/os_test.go
    branches/pph/libgo/go/path/filepath/path.go
    branches/pph/libgo/go/path/path.go
    branches/pph/libgo/go/reflect/all_test.go
    branches/pph/libgo/go/reflect/deepequal.go
    branches/pph/libgo/go/reflect/tostring_test.go
    branches/pph/libgo/go/reflect/type.go
    branches/pph/libgo/go/reflect/value.go
    branches/pph/libgo/go/rpc/server.go
    branches/pph/libgo/go/rpc/server_test.go
    branches/pph/libgo/go/runtime/debug/stack.go
    branches/pph/libgo/go/runtime/extern.go
    branches/pph/libgo/go/runtime/type.go
    branches/pph/libgo/go/scanner/scanner.go
    branches/pph/libgo/go/sort/sort.go
    branches/pph/libgo/go/strconv/atof.go
    branches/pph/libgo/go/strings/strings.go
    branches/pph/libgo/go/sync/mutex.go
    branches/pph/libgo/go/syslog/syslog.go
    branches/pph/libgo/go/syslog/syslog_test.go
    branches/pph/libgo/go/tabwriter/tabwriter.go
    branches/pph/libgo/go/template/template.go
    branches/pph/libgo/go/testing/iotest/reader.go
    branches/pph/libgo/go/testing/quick/quick.go
    branches/pph/libgo/go/testing/quick/quick_test.go
    branches/pph/libgo/go/testing/script/script.go
    branches/pph/libgo/go/testing/testing.go
    branches/pph/libgo/go/time/time.go
    branches/pph/libgo/go/time/zoneinfo_unix.go
    branches/pph/libgo/go/try/try.go
    branches/pph/libgo/go/unicode/letter.go
    branches/pph/libgo/go/utf8/utf8.go
    branches/pph/libgo/go/websocket/server.go
    branches/pph/libgo/go/websocket/websocket.go
    branches/pph/libgo/go/websocket/websocket_test.go
    branches/pph/libgo/go/xml/read.go
    branches/pph/libgo/go/xml/read_test.go
    branches/pph/libgo/go/xml/xml.go
    branches/pph/libgo/go/xml/xml_test.go
    branches/pph/libgo/mksysinfo.sh
    branches/pph/libgo/runtime/chan.goc
    branches/pph/libgo/runtime/channel.h
    branches/pph/libgo/runtime/go-eface-compare.c
    branches/pph/libgo/runtime/go-eface-val-compare.c
    branches/pph/libgo/runtime/go-interface-eface-compare.c
    branches/pph/libgo/runtime/go-map-index.c
    branches/pph/libgo/runtime/go-map-len.c
    branches/pph/libgo/runtime/go-map-range.c
    branches/pph/libgo/runtime/go-new-channel.c
    branches/pph/libgo/runtime/go-new-map.c
    branches/pph/libgo/runtime/go-rec-big.c
    branches/pph/libgo/runtime/go-rec-nb-big.c
    branches/pph/libgo/runtime/go-rec-nb-small.c
    branches/pph/libgo/runtime/go-rec-small.c
    branches/pph/libgo/runtime/go-reflect-call.c
    branches/pph/libgo/runtime/go-reflect-chan.c
    branches/pph/libgo/runtime/go-reflect-map.c
    branches/pph/libgo/runtime/go-reflect.c
    branches/pph/libgo/runtime/go-send-big.c
    branches/pph/libgo/runtime/go-send-nb-big.c
    branches/pph/libgo/runtime/go-send-nb-small.c
    branches/pph/libgo/runtime/go-send-small.c
    branches/pph/libgo/runtime/go-signal.c
    branches/pph/libgo/runtime/go-type-eface.c
    branches/pph/libgo/runtime/go-type.h
    branches/pph/libgo/runtime/go-unreflect.c
    branches/pph/libgo/runtime/go-unsafe-new.c
    branches/pph/libgo/runtime/go-unsafe-newarray.c
    branches/pph/libgo/runtime/iface.goc
    branches/pph/libgo/runtime/malloc.goc
    branches/pph/libgo/runtime/map.h
    branches/pph/libgo/runtime/mcache.c
    branches/pph/libgo/runtime/mgc0.c
    branches/pph/libgo/runtime/mheap.c
    branches/pph/libgo/runtime/reflect.goc
    branches/pph/libgo/runtime/runtime.h
    branches/pph/libgo/syscalls/stringbyte.go
    branches/pph/libgo/syscalls/syscall_unix.go
    branches/pph/libgomp/ChangeLog
    branches/pph/libgomp/fortran.c
    branches/pph/libiberty/ChangeLog
    branches/pph/libiberty/cp-demint.c
    branches/pph/libiberty/cplus-dem.c
    branches/pph/libiberty/pex-common.c
    branches/pph/libiberty/pex-msdos.c
    branches/pph/libiberty/pex-win32.c
    branches/pph/libiberty/regex.c
    branches/pph/libiberty/spaces.c
    branches/pph/libjava/ChangeLog
    branches/pph/libjava/README
    branches/pph/libjava/classpath/   (props changed)
    branches/pph/libjava/configure
    branches/pph/libjava/configure.ac
    branches/pph/libobjc/ChangeLog
    branches/pph/libobjc/selector.c
    branches/pph/libobjc/sendmsg.c
    branches/pph/lto-plugin/ChangeLog
    branches/pph/lto-plugin/lto-plugin.c
    branches/pph/maintainer-scripts/ChangeLog
    branches/pph/maintainer-scripts/gcc_release

Propchange: branches/pph/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/
            ('svnmerge-integrated' modified)

Propchange: branches/pph/libgo/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/libjava/classpath/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]