This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r174605 [1/2] - in /branches/gupc: ./ ChangeLog...
- From: gfunck at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 03 Jun 2011 15:16:02 -0000
- Subject: r174605 [1/2] - in /branches/gupc: ./ ChangeLog...
Author: gfunck
Date: Fri Jun 3 15:15:50 2011
New Revision: 174605
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174605
Log:
2011-06-02 Gary Funck <gary@intrepid.com>
Merge trunk version 174558 into gupc branch.
gcc/upc/
upc-lang.c (upc_check_decl_init): Use recently defined
'append_to_statement_list_force' function to add UPC
initialization statements to the UPC initialization
statement list ('upc_init_stmt_list').
(upc_build_init_func): Use recently defined
'append_to_statement_list_force' function to add
statements listed in 'upc_init_stmt_list' onto the
function body constructed to implement initialization
of UPC declarations that require active initialization
at program start up. The previous methods of manipulating
statement lists no longer worked, due to changes in the
the statement list structure.
Added:
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
- copied unchanged from r174304, trunk/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
- copied unchanged from r174304, trunk/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
branches/gupc/libstdc++-v3/include/bits/ptr_traits.h
- copied unchanged from r174427, trunk/libstdc++-v3/include/bits/ptr_traits.h
branches/gupc/libstdc++-v3/include/bits/uses_allocator.h
- copied unchanged from r174463, trunk/libstdc++-v3/include/bits/uses_allocator.h
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
- copied from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
- copied unchanged from r174304, trunk/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
branches/gupc/libstdc++-v3/testsuite/20_util/allocator_traits/
- copied from r174427, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/
branches/gupc/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
branches/gupc/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
branches/gupc/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
branches/gupc/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
- copied unchanged from r174304, trunk/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
branches/gupc/libstdc++-v3/testsuite/20_util/is_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/is_copy_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_copy_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/is_move_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_move_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
- copied from r174058, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
branches/gupc/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
branches/gupc/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
branches/gupc/libstdc++-v3/testsuite/20_util/pointer_traits/
- copied from r174427, trunk/libstdc++-v3/testsuite/20_util/pointer_traits/
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
- copied unchanged from r174463, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
- copied unchanged from r174058, trunk/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
branches/gupc/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
- copied unchanged from r174463, trunk/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
- copied unchanged from r174463, trunk/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
branches/gupc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
branches/gupc/libstdc++-v3/testsuite/30_threads/async/launch.cc
- copied unchanged from r174427, trunk/libstdc++-v3/testsuite/30_threads/async/launch.cc
branches/gupc/libstdc++-v3/testsuite/backward/hash_set/49060.cc
- copied unchanged from r174304, trunk/libstdc++-v3/testsuite/backward/hash_set/49060.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
- copied, changed from r174304, trunk/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
branches/gupc/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
- copied unchanged from r174558, trunk/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
Removed:
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_e_access_traits.html
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/string_trie_e_access_traits.html
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
branches/gupc/libstdc++-v3/testsuite/20_util/has_nothrow_copy_assign/
Modified:
branches/gupc/libstdc++-v3/ChangeLog
branches/gupc/libstdc++-v3/acinclude.m4
branches/gupc/libstdc++-v3/config.h.in
branches/gupc/libstdc++-v3/config/abi/pre/gnu.ver
branches/gupc/libstdc++-v3/configure
branches/gupc/libstdc++-v3/configure.ac
branches/gupc/libstdc++-v3/doc/Makefile.am
branches/gupc/libstdc++-v3/doc/Makefile.in
branches/gupc/libstdc++-v3/doc/doxygen/user.cfg.in
branches/gupc/libstdc++-v3/doc/html/api.html
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_hash_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_split_join_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
branches/gupc/libstdc++-v3/doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
branches/gupc/libstdc++-v3/doc/html/faq.html
branches/gupc/libstdc++-v3/doc/html/manual/abi.html
branches/gupc/libstdc++-v3/doc/html/manual/algorithms.html
branches/gupc/libstdc++-v3/doc/html/manual/api.html
branches/gupc/libstdc++-v3/doc/html/manual/appendix_contributing.html
branches/gupc/libstdc++-v3/doc/html/manual/appendix_free.html
branches/gupc/libstdc++-v3/doc/html/manual/appendix_gpl.html
branches/gupc/libstdc++-v3/doc/html/manual/appendix_porting.html
branches/gupc/libstdc++-v3/doc/html/manual/atomics.html
branches/gupc/libstdc++-v3/doc/html/manual/backwards.html
branches/gupc/libstdc++-v3/doc/html/manual/bitmap_allocator.html
branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
branches/gupc/libstdc++-v3/doc/html/manual/concurrency.html
branches/gupc/libstdc++-v3/doc/html/manual/containers.html
branches/gupc/libstdc++-v3/doc/html/manual/diagnostics.html
branches/gupc/libstdc++-v3/doc/html/manual/documentation_hacking.html
branches/gupc/libstdc++-v3/doc/html/manual/extensions.html
branches/gupc/libstdc++-v3/doc/html/manual/facets.html
branches/gupc/libstdc++-v3/doc/html/manual/intro.html
branches/gupc/libstdc++-v3/doc/html/manual/io.html
branches/gupc/libstdc++-v3/doc/html/manual/iterators.html
branches/gupc/libstdc++-v3/doc/html/manual/localization.html
branches/gupc/libstdc++-v3/doc/html/manual/memory.html
branches/gupc/libstdc++-v3/doc/html/manual/numerics.html
branches/gupc/libstdc++-v3/doc/html/manual/parallel_mode.html
branches/gupc/libstdc++-v3/doc/html/manual/profile_mode.html
branches/gupc/libstdc++-v3/doc/html/manual/spine.html
branches/gupc/libstdc++-v3/doc/html/manual/status.html
branches/gupc/libstdc++-v3/doc/html/manual/strings.html
branches/gupc/libstdc++-v3/doc/html/manual/support.html
branches/gupc/libstdc++-v3/doc/html/manual/test.html
branches/gupc/libstdc++-v3/doc/html/manual/using.html
branches/gupc/libstdc++-v3/doc/html/manual/using_exceptions.html
branches/gupc/libstdc++-v3/doc/html/manual/using_headers.html
branches/gupc/libstdc++-v3/doc/html/manual/utilities.html
branches/gupc/libstdc++-v3/doc/xml/manual/bitmap_allocator.xml
branches/gupc/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
branches/gupc/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
branches/gupc/libstdc++-v3/include/Makefile.am
branches/gupc/libstdc++-v3/include/Makefile.in
branches/gupc/libstdc++-v3/include/backward/hashtable.h
branches/gupc/libstdc++-v3/include/bits/algorithmfwd.h
branches/gupc/libstdc++-v3/include/bits/allocator.h
branches/gupc/libstdc++-v3/include/bits/basic_string.h
branches/gupc/libstdc++-v3/include/bits/basic_string.tcc
branches/gupc/libstdc++-v3/include/bits/c++config
branches/gupc/libstdc++-v3/include/bits/char_traits.h
branches/gupc/libstdc++-v3/include/bits/forward_list.h
branches/gupc/libstdc++-v3/include/bits/hashtable.h
branches/gupc/libstdc++-v3/include/bits/hashtable_policy.h
branches/gupc/libstdc++-v3/include/bits/move.h
branches/gupc/libstdc++-v3/include/bits/random.h
branches/gupc/libstdc++-v3/include/bits/shared_ptr.h
branches/gupc/libstdc++-v3/include/bits/shared_ptr_base.h
branches/gupc/libstdc++-v3/include/bits/stl_bvector.h
branches/gupc/libstdc++-v3/include/bits/stl_deque.h
branches/gupc/libstdc++-v3/include/bits/stl_list.h
branches/gupc/libstdc++-v3/include/bits/stl_map.h
branches/gupc/libstdc++-v3/include/bits/stl_multimap.h
branches/gupc/libstdc++-v3/include/bits/stl_multiset.h
branches/gupc/libstdc++-v3/include/bits/stl_pair.h
branches/gupc/libstdc++-v3/include/bits/stl_queue.h
branches/gupc/libstdc++-v3/include/bits/stl_set.h
branches/gupc/libstdc++-v3/include/bits/stl_stack.h
branches/gupc/libstdc++-v3/include/bits/stl_tree.h
branches/gupc/libstdc++-v3/include/bits/stl_vector.h
branches/gupc/libstdc++-v3/include/bits/streambuf_iterator.h
branches/gupc/libstdc++-v3/include/bits/unique_ptr.h
branches/gupc/libstdc++-v3/include/debug/bitset
branches/gupc/libstdc++-v3/include/debug/deque
branches/gupc/libstdc++-v3/include/debug/forward_list
branches/gupc/libstdc++-v3/include/debug/list
branches/gupc/libstdc++-v3/include/debug/map.h
branches/gupc/libstdc++-v3/include/debug/multimap.h
branches/gupc/libstdc++-v3/include/debug/multiset.h
branches/gupc/libstdc++-v3/include/debug/set.h
branches/gupc/libstdc++-v3/include/debug/string
branches/gupc/libstdc++-v3/include/debug/unordered_map
branches/gupc/libstdc++-v3/include/debug/unordered_set
branches/gupc/libstdc++-v3/include/debug/vector
branches/gupc/libstdc++-v3/include/ext/array_allocator.h
branches/gupc/libstdc++-v3/include/ext/bitmap_allocator.h
branches/gupc/libstdc++-v3/include/ext/extptr_allocator.h
branches/gupc/libstdc++-v3/include/ext/malloc_allocator.h
branches/gupc/libstdc++-v3/include/ext/mt_allocator.h
branches/gupc/libstdc++-v3/include/ext/new_allocator.h
branches/gupc/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp
branches/gupc/libstdc++-v3/include/ext/pool_allocator.h
branches/gupc/libstdc++-v3/include/ext/rc_string_base.h
branches/gupc/libstdc++-v3/include/ext/rope
branches/gupc/libstdc++-v3/include/ext/ropeimpl.h
branches/gupc/libstdc++-v3/include/ext/throw_allocator.h
branches/gupc/libstdc++-v3/include/ext/vstring.h
branches/gupc/libstdc++-v3/include/ext/vstring.tcc
branches/gupc/libstdc++-v3/include/parallel/algo.h
branches/gupc/libstdc++-v3/include/parallel/algobase.h
branches/gupc/libstdc++-v3/include/parallel/losertree.h
branches/gupc/libstdc++-v3/include/parallel/multiseq_selection.h
branches/gupc/libstdc++-v3/include/parallel/multiway_merge.h
branches/gupc/libstdc++-v3/include/profile/bitset
branches/gupc/libstdc++-v3/include/profile/deque
branches/gupc/libstdc++-v3/include/profile/forward_list
branches/gupc/libstdc++-v3/include/profile/list
branches/gupc/libstdc++-v3/include/profile/map.h
branches/gupc/libstdc++-v3/include/profile/multimap.h
branches/gupc/libstdc++-v3/include/profile/multiset.h
branches/gupc/libstdc++-v3/include/profile/set.h
branches/gupc/libstdc++-v3/include/profile/unordered_map
branches/gupc/libstdc++-v3/include/profile/unordered_set
branches/gupc/libstdc++-v3/include/profile/vector
branches/gupc/libstdc++-v3/include/std/array
branches/gupc/libstdc++-v3/include/std/bitset
branches/gupc/libstdc++-v3/include/std/chrono
branches/gupc/libstdc++-v3/include/std/functional
branches/gupc/libstdc++-v3/include/std/future
branches/gupc/libstdc++-v3/include/std/mutex
branches/gupc/libstdc++-v3/include/std/thread
branches/gupc/libstdc++-v3/include/std/tuple
branches/gupc/libstdc++-v3/include/std/type_traits
branches/gupc/libstdc++-v3/include/std/typeindex
branches/gupc/libstdc++-v3/include/std/utility
branches/gupc/libstdc++-v3/include/tr1/exp_integral.tcc
branches/gupc/libstdc++-v3/include/tr1/functional
branches/gupc/libstdc++-v3/libsupc++/exception_ptr.h
branches/gupc/libstdc++-v3/libsupc++/guard.cc
branches/gupc/libstdc++-v3/libsupc++/initializer_list
branches/gupc/libstdc++-v3/scripts/make_graph.py
branches/gupc/libstdc++-v3/scripts/run_doxygen
branches/gupc/libstdc++-v3/src/compatibility-list-2.cc
branches/gupc/libstdc++-v3/src/future.cc
branches/gupc/libstdc++-v3/src/list.cc
branches/gupc/libstdc++-v3/src/thread.cc
branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
branches/gupc/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc
branches/gupc/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
branches/gupc/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc
branches/gupc/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
branches/gupc/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc
branches/gupc/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc
branches/gupc/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
branches/gupc/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
branches/gupc/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc
branches/gupc/libstdc++-v3/testsuite/30_threads/async/any.cc
branches/gupc/libstdc++-v3/testsuite/30_threads/async/sync.cc
branches/gupc/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc
branches/gupc/libstdc++-v3/testsuite/data/make_graph_test_infos.xml
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc
branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc
branches/gupc/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
branches/gupc/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc
branches/gupc/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc
branches/gupc/libstdc++-v3/testsuite/lib/dg-options.exp
branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp
branches/gupc/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
branches/gupc/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
branches/gupc/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
branches/gupc/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp
branches/gupc/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp
branches/gupc/libstdc++-v3/testsuite/util/exception/safety.h
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_map.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp
branches/gupc/libstdc++-v3/testsuite/util/native_type/native_set.hpp
branches/gupc/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
branches/gupc/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp
branches/gupc/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/common_type.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h
branches/gupc/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
branches/gupc/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
branches/gupc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp
branches/gupc/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp
branches/gupc/libstdc++-v3/testsuite/util/testsuite_abi.cc
branches/gupc/libstdc++-v3/testsuite/util/testsuite_allocator.h
branches/gupc/libstdc++-v3/testsuite/util/testsuite_containers.h
branches/gupc/libstdc++-v3/testsuite/util/testsuite_io.h
branches/gupc/libstdc++-v3/testsuite/util/testsuite_tr1.h
Changes in other areas also in this revision:
Added:
branches/gupc/gcc/config/arm/arm-fpus.def
- copied unchanged from r174058, trunk/gcc/config/arm/arm-fpus.def
branches/gupc/gcc/config/i386/t-rtems
- copied unchanged from r174558, trunk/gcc/config/i386/t-rtems
branches/gupc/gcc/config/t-slibgcc-dummy
- copied unchanged from r174558, trunk/gcc/config/t-slibgcc-dummy
branches/gupc/gcc/opt-read.awk
- copied unchanged from r174058, trunk/gcc/opt-read.awk
branches/gupc/gcc/optc-save-gen.awk
- copied unchanged from r174304, trunk/gcc/optc-save-gen.awk
branches/gupc/gcc/testsuite/g++.dg/abi/mangle47.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/abi/mangle47.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/access01.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/access01.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto23.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/auto23.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto24.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/auto24.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto25.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/auto25.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield2.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield3.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield3.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete3.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete3.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-static7.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-static7.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-switch2.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-switch2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype27.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/decltype27.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype28.C
- copied unchanged from r174558, trunk/gcc/testsuite/g++.dg/cpp0x/decltype28.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype29.C
- copied unchanged from r174558, trunk/gcc/testsuite/g++.dg/cpp0x/decltype29.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted26.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted26.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted27.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted27.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted29.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted29.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum12.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/enum12.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum13.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/enum13.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum14.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/enum14.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum15.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/enum15.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum16.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/enum16.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum17.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/enum17.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum18.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/enum18.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/error3.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/error3.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/error4.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/error4.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/error5.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/error5.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/error6.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/error6.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/friend1.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/friend1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/friend2.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/friend2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist50.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/initlist50.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist51.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/initlist51.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv5.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv5.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh2.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested4.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested4.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
- copied unchanged from r174558, trunk/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae23.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae23.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae25.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae25.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic109.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/variadic109.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic110.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/variadic110.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic111.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/cpp0x/variadic111.C
branches/gupc/gcc/testsuite/g++.dg/debug/const5.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/debug/const5.C
branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
- copied unchanged from r174558, trunk/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
branches/gupc/gcc/testsuite/g++.dg/eh/cond5.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/eh/cond5.C
branches/gupc/gcc/testsuite/g++.dg/eh/cond6.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/eh/cond6.C
branches/gupc/gcc/testsuite/g++.dg/gomp/pr49223-1.C
- copied unchanged from r174463, trunk/gcc/testsuite/g++.dg/gomp/pr49223-1.C
branches/gupc/gcc/testsuite/g++.dg/gomp/pr49223-2.C
- copied unchanged from r174463, trunk/gcc/testsuite/g++.dg/gomp/pr49223-2.C
branches/gupc/gcc/testsuite/g++.dg/init/pr25811-3.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/init/pr25811-3.C
branches/gupc/gcc/testsuite/g++.dg/init/pr25811-4.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/init/pr25811-4.C
branches/gupc/gcc/testsuite/g++.dg/lookup/name-clash9.C
- copied unchanged from r174558, trunk/gcc/testsuite/g++.dg/lookup/name-clash9.C
branches/gupc/gcc/testsuite/g++.dg/other/pr49133.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/other/pr49133.C
branches/gupc/gcc/testsuite/g++.dg/parse/pr18770.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/parse/pr18770.C
branches/gupc/gcc/testsuite/g++.dg/pr48633.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/pr48633.C
branches/gupc/gcc/testsuite/g++.dg/template/access21.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/template/access21.C
branches/gupc/gcc/testsuite/g++.dg/template/access22.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/template/access22.C
branches/gupc/gcc/testsuite/g++.dg/template/const5.C
- copied unchanged from r174427, trunk/gcc/testsuite/g++.dg/template/const5.C
branches/gupc/gcc/testsuite/g++.dg/template/koenig9.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/template/koenig9.C
branches/gupc/gcc/testsuite/g++.dg/torture/pr49039.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/torture/pr49039.C
branches/gupc/gcc/testsuite/g++.dg/torture/pr49115.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/torture/pr49115.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr40874.C
- copied unchanged from r174304, trunk/gcc/testsuite/g++.dg/tree-ssa/pr40874.C
branches/gupc/gcc/testsuite/g++.dg/warn/pr18016.C
- copied unchanged from r174058, trunk/gcc/testsuite/g++.dg/warn/pr18016.C
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49029.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.c-torture/compile/pr49029.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49238.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.c-torture/compile/pr49238.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/920612-1.x
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.c-torture/execute/920612-1.x
branches/gupc/gcc/testsuite/gcc.c-torture/execute/920711-1.x
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.c-torture/execute/920711-1.x
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49039.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.c-torture/execute/pr49039.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49073.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.c-torture/execute/pr49073.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49123.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.c-torture/execute/pr49123.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49161.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.c-torture/execute/pr49161.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49186.c
- copied unchanged from r174463, trunk/gcc/testsuite/gcc.c-torture/execute/pr49186.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49218.c
- copied unchanged from r174463, trunk/gcc/testsuite/gcc.c-torture/execute/pr49218.c
branches/gupc/gcc/testsuite/gcc.dg/builtin-object-size-11.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/builtin-object-size-11.c
branches/gupc/gcc/testsuite/gcc.dg/debug/pr49032.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/debug/pr49032.c
branches/gupc/gcc/testsuite/gcc.dg/guality/bswaptest.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/guality/bswaptest.c
branches/gupc/gcc/testsuite/gcc.dg/guality/clztest.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/guality/clztest.c
branches/gupc/gcc/testsuite/gcc.dg/guality/ctztest.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/guality/ctztest.c
branches/gupc/gcc/testsuite/gcc.dg/guality/drap.c
- copied unchanged from r174463, trunk/gcc/testsuite/gcc.dg/guality/drap.c
branches/gupc/gcc/testsuite/gcc.dg/guality/rotatetest.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/guality/rotatetest.c
branches/gupc/gcc/testsuite/gcc.dg/memcpy-3.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/memcpy-3.c
branches/gupc/gcc/testsuite/gcc.dg/pr46728-12.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/pr46728-12.c
branches/gupc/gcc/testsuite/gcc.dg/pr46728-6.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/pr46728-6.c
branches/gupc/gcc/testsuite/gcc.dg/pr46728-9.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/pr46728-9.c
branches/gupc/gcc/testsuite/gcc.dg/pr48826.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/pr48826.c
branches/gupc/gcc/testsuite/gcc.dg/pr49000.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/pr49000.c
branches/gupc/gcc/testsuite/gcc.dg/pr49120.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/pr49120.c
branches/gupc/gcc/testsuite/gcc.dg/pr49235.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/pr49235.c
branches/gupc/gcc/testsuite/gcc.dg/stack-usage-2.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/stack-usage-2.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr48702.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/torture/pr48702.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr49079.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/torture/pr49079.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr49217.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/torture/pr49217.c
branches/gupc/gcc/testsuite/gcc.dg/torture/tls/run-gd.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/torture/tls/run-gd.c
branches/gupc/gcc/testsuite/gcc.dg/torture/tls/run-ie.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/torture/tls/run-ie.c
branches/gupc/gcc/testsuite/gcc.dg/torture/tls/run-ld.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/torture/tls/run-ld.c
branches/gupc/gcc/testsuite/gcc.dg/torture/tls/run-le.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.dg/torture/tls/run-le.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr49039.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr49039.c
branches/gupc/gcc/testsuite/gcc.dg/vect/O3-pr41881.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/vect/O3-pr41881.c
branches/gupc/gcc/testsuite/gcc.dg/vect/O3-pr49087.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/vect/O3-pr49087.c
branches/gupc/gcc/testsuite/gcc.dg/vect/O3-slp-reduc-10.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.dg/vect/O3-slp-reduc-10.c
branches/gupc/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
branches/gupc/gcc/testsuite/gcc.dg/vect/pr49038.c
- copied, changed from r174304, trunk/gcc/testsuite/gcc.dg/vect/pr49038.c
branches/gupc/gcc/testsuite/gcc.dg/vect/pr49093.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.dg/vect/pr49093.c
branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
- copied, changed from r174304, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
branches/gupc/gcc/testsuite/gcc.target/arm/ivopts-2.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/arm/ivopts-2.c
branches/gupc/gcc/testsuite/gcc.target/arm/ivopts-6.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/arm/ivopts-6.c
branches/gupc/gcc/testsuite/gcc.target/arm/ivopts.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/arm/ivopts.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vorn-vbic.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.target/arm/neon-vorn-vbic.c
branches/gupc/gcc/testsuite/gcc.target/bfin/mcpu-bf592.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf592.c
branches/gupc/gcc/testsuite/gcc.target/i386/pause-1.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.target/i386/pause-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr47315.c
- copied unchanged from r174304, trunk/gcc/testsuite/gcc.target/i386/pr47315.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr48688.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.target/i386/pr48688.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr49002-1.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/i386/pr49002-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr49002-2.c
- copied unchanged from r174058, trunk/gcc/testsuite/gcc.target/i386/pr49002-2.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr49095.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/i386/pr49095.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr49168-1.c
- copied unchanged from r174463, trunk/gcc/testsuite/gcc.target/i386/pr49168-1.c
branches/gupc/gcc/testsuite/gcc.target/mips/pr45074.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.target/mips/pr45074.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-1.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-1.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-10.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-10.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-11.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-11.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-13.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-13.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-14.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-14.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-15.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-15.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-16.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-16.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-2.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-2.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-3.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-3.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-4.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-4.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-5.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-5.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-7.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-7.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr46728-8.c
- copied unchanged from r174427, trunk/gcc/testsuite/gcc.target/powerpc/pr46728-8.c
branches/gupc/gcc/testsuite/gcc.target/sparc/ultrasp12.c
- copied unchanged from r174558, trunk/gcc/testsuite/gcc.target/sparc/ultrasp12.c
branches/gupc/gcc/testsuite/gfortran.dg/coarray/atomic_1.f90
- copied unchanged from r174558, trunk/gcc/testsuite/gfortran.dg/coarray/atomic_1.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray/dummy_1.f90
- copied unchanged from r174558, trunk/gcc/testsuite/gfortran.dg/coarray/dummy_1.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray/registering_1.f90
- copied unchanged from r174304, trunk/gcc/testsuite/gfortran.dg/coarray/registering_1.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_21.f90
- copied unchanged from r174058, trunk/gcc/testsuite/gfortran.dg/coarray_21.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_22.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/coarray_22.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_23.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/coarray_23.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_24.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/coarray_24.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
- copied unchanged from r174558, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
branches/gupc/gcc/testsuite/gfortran.dg/dependency_40.f90
- copied unchanged from r174304, trunk/gcc/testsuite/gfortran.dg/dependency_40.f90
branches/gupc/gcc/testsuite/gfortran.dg/extends_12.f03
- copied unchanged from r174058, trunk/gcc/testsuite/gfortran.dg/extends_12.f03
branches/gupc/gcc/testsuite/gfortran.dg/extends_13.f03
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/extends_13.f03
branches/gupc/gcc/testsuite/gfortran.dg/function_optimize_8.f90
- copied unchanged from r174058, trunk/gcc/testsuite/gfortran.dg/function_optimize_8.f90
branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_4.f90
- copied unchanged from r174058, trunk/gcc/testsuite/gfortran.dg/move_alloc_4.f90
branches/gupc/gcc/testsuite/gfortran.dg/operator_7.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/operator_7.f90
branches/gupc/gcc/testsuite/gfortran.dg/pr48757.f
- copied unchanged from r174304, trunk/gcc/testsuite/gfortran.dg/pr48757.f
branches/gupc/gcc/testsuite/gfortran.dg/rank_3.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/rank_3.f90
branches/gupc/gcc/testsuite/gfortran.dg/rank_4.f90
- copied unchanged from r174427, trunk/gcc/testsuite/gfortran.dg/rank_4.f90
branches/gupc/gcc/testsuite/gfortran.dg/select_type_23.f03
- copied unchanged from r174058, trunk/gcc/testsuite/gfortran.dg/select_type_23.f03
branches/gupc/gcc/testsuite/gnat.dg/bit_packed_array5.adb
- copied unchanged from r174427, trunk/gcc/testsuite/gnat.dg/bit_packed_array5.adb
branches/gupc/gcc/testsuite/gnat.dg/bit_packed_array5.ads
- copied unchanged from r174427, trunk/gcc/testsuite/gnat.dg/bit_packed_array5.ads
branches/gupc/gcc/testsuite/gnat.dg/boolean_subtype1.adb
- copied unchanged from r174427, trunk/gcc/testsuite/gnat.dg/boolean_subtype1.adb
branches/gupc/gcc/testsuite/gnat.dg/boolean_subtype2.adb
- copied unchanged from r174463, trunk/gcc/testsuite/gnat.dg/boolean_subtype2.adb
branches/gupc/gcc/testsuite/gnat.dg/boolean_subtype2.ads
- copied unchanged from r174463, trunk/gcc/testsuite/gnat.dg/boolean_subtype2.ads
branches/gupc/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
- copied unchanged from r174463, trunk/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
branches/gupc/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
- copied unchanged from r174558, trunk/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
branches/gupc/gcc/testsuite/obj-c++.dg/pr48187.mm
- copied unchanged from r174304, trunk/gcc/testsuite/obj-c++.dg/pr48187.mm
branches/gupc/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
- copied unchanged from r174558, trunk/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
branches/gupc/gcc/testsuite/objc.dg/ivar-extra-semicolon.m
- copied unchanged from r174304, trunk/gcc/testsuite/objc.dg/ivar-extra-semicolon.m
branches/gupc/gcc/testsuite/objc.dg/pr48177.m
- copied unchanged from r174304, trunk/gcc/testsuite/objc.dg/pr48177.m
branches/gupc/gcc/testsuite/objc.dg/pr48187.m
- copied unchanged from r174304, trunk/gcc/testsuite/objc.dg/pr48187.m
branches/gupc/libgcc/config/gmon-sol2.c
- copied unchanged from r174558, trunk/libgcc/config/gmon-sol2.c
branches/gupc/libgcc/config/i386/sol2-c1.S
- copied unchanged from r174558, trunk/libgcc/config/i386/sol2-c1.S
branches/gupc/libgcc/config/i386/sol2-ci.S
- copied unchanged from r174558, trunk/libgcc/config/i386/sol2-ci.S
branches/gupc/libgcc/config/i386/sol2-cn.S
- copied unchanged from r174558, trunk/libgcc/config/i386/sol2-cn.S
branches/gupc/libgcc/config/i386/t-crtstuff
- copied unchanged from r174558, trunk/libgcc/config/i386/t-crtstuff
branches/gupc/libgcc/config/sparc/sol2-c1.S
- copied unchanged from r174558, trunk/libgcc/config/sparc/sol2-c1.S
branches/gupc/libgcc/config/sparc/sol2-ci.S
- copied unchanged from r174558, trunk/libgcc/config/sparc/sol2-ci.S
branches/gupc/libgcc/config/sparc/sol2-cn.S
- copied unchanged from r174558, trunk/libgcc/config/sparc/sol2-cn.S
branches/gupc/libgcc/config/sparc/t-softfp
- copied unchanged from r174558, trunk/libgcc/config/sparc/t-softfp
branches/gupc/libgcc/config/sparc/t-softmul
- copied unchanged from r174558, trunk/libgcc/config/sparc/t-softmul
branches/gupc/libgcc/config/sparc/t-sol2
- copied unchanged from r174558, trunk/libgcc/config/sparc/t-sol2
branches/gupc/libgcc/config/t-crtfm
- copied unchanged from r174558, trunk/libgcc/config/t-crtfm
branches/gupc/libgcc/config/t-crtin
- copied unchanged from r174558, trunk/libgcc/config/t-crtin
branches/gupc/libgcc/config/t-gnu-prefix
- copied unchanged from r174304, trunk/libgcc/config/t-gnu-prefix
branches/gupc/libgcc/config/t-rtems
- copied unchanged from r174558, trunk/libgcc/config/t-rtems
branches/gupc/libgcc/config/t-slibgcc
- copied unchanged from r174558, trunk/libgcc/config/t-slibgcc
branches/gupc/libgcc/config/t-slibgcc-elf-ver
- copied unchanged from r174558, trunk/libgcc/config/t-slibgcc-elf-ver
branches/gupc/libgcc/config/t-slibgcc-gld
- copied unchanged from r174558, trunk/libgcc/config/t-slibgcc-gld
branches/gupc/libgcc/config/t-slibgcc-sld
- copied unchanged from r174558, trunk/libgcc/config/t-slibgcc-sld
branches/gupc/libgcc/config/t-sol2
- copied unchanged from r174558, trunk/libgcc/config/t-sol2
branches/gupc/libgcc/libgcc-std.ver.in
- copied unchanged from r174304, trunk/libgcc/libgcc-std.ver.in
branches/gupc/libgo/go/crypto/x509/cert_pool.go
- copied unchanged from r174058, trunk/libgo/go/crypto/x509/cert_pool.go
branches/gupc/libgo/go/crypto/x509/verify.go
- copied unchanged from r174058, trunk/libgo/go/crypto/x509/verify.go
branches/gupc/libgo/go/crypto/x509/verify_test.go
- copied unchanged from r174058, trunk/libgo/go/crypto/x509/verify_test.go
branches/gupc/libgo/go/go/ast/print_test.go
- copied unchanged from r174058, trunk/libgo/go/go/ast/print_test.go
branches/gupc/libgo/go/go/printer/performance_test.go
- copied unchanged from r174058, trunk/libgo/go/go/printer/performance_test.go
branches/gupc/libgo/go/go/printer/testdata/parser.go
- copied unchanged from r174058, trunk/libgo/go/go/printer/testdata/parser.go
branches/gupc/libgo/go/go/types/
- copied from r174058, trunk/libgo/go/go/types/
branches/gupc/libgo/go/http/fcgi/
- copied from r174058, trunk/libgo/go/http/fcgi/
branches/gupc/libgo/go/http/header_test.go
- copied unchanged from r174058, trunk/libgo/go/http/header_test.go
branches/gupc/libgo/go/http/reverseproxy.go
- copied unchanged from r174058, trunk/libgo/go/http/reverseproxy.go
branches/gupc/libgo/go/http/reverseproxy_test.go
- copied unchanged from r174058, trunk/libgo/go/http/reverseproxy_test.go
branches/gupc/libgo/go/http/spdy/
- copied from r174058, trunk/libgo/go/http/spdy/
branches/gupc/libgo/go/image/gif/
- copied from r174058, trunk/libgo/go/image/gif/
branches/gupc/libgo/go/image/jpeg/fdct.go
- copied unchanged from r174058, trunk/libgo/go/image/jpeg/fdct.go
branches/gupc/libgo/go/image/jpeg/writer.go
- copied unchanged from r174058, trunk/libgo/go/image/jpeg/writer.go
branches/gupc/libgo/go/image/jpeg/writer_test.go
- copied unchanged from r174058, trunk/libgo/go/image/jpeg/writer_test.go
branches/gupc/libgo/go/image/testdata/
- copied from r174058, trunk/libgo/go/image/testdata/
branches/gupc/libgo/go/image/tiff/
- copied from r174058, trunk/libgo/go/image/tiff/
branches/gupc/libgo/go/image/ycbcr/
- copied from r174058, trunk/libgo/go/image/ycbcr/
branches/gupc/libgo/go/mime/multipart/formdata.go
- copied unchanged from r174058, trunk/libgo/go/mime/multipart/formdata.go
branches/gupc/libgo/go/mime/multipart/formdata_test.go
- copied unchanged from r174058, trunk/libgo/go/mime/multipart/formdata_test.go
branches/gupc/libgo/go/net/cgo_bsd.go
- copied, changed from r174058, trunk/libgo/go/net/cgo_bsd.go
branches/gupc/libgo/go/net/cgo_linux.go
- copied unchanged from r174058, trunk/libgo/go/net/cgo_linux.go
branches/gupc/libgo/go/net/cgo_unix.go
- copied unchanged from r174058, trunk/libgo/go/net/cgo_unix.go
branches/gupc/libgo/go/net/dnsmsg_test.go
- copied unchanged from r174058, trunk/libgo/go/net/dnsmsg_test.go
branches/gupc/libgo/go/net/sock_bsd.go
- copied unchanged from r174058, trunk/libgo/go/net/sock_bsd.go
branches/gupc/libgo/go/net/sock_linux.go
- copied unchanged from r174058, trunk/libgo/go/net/sock_linux.go
branches/gupc/libgo/go/net/sock_windows.go
- copied unchanged from r174058, trunk/libgo/go/net/sock_windows.go
branches/gupc/libgo/go/os/user/
- copied from r174058, trunk/libgo/go/os/user/
branches/gupc/libgo/go/reflect/set_test.go
- copied unchanged from r174058, trunk/libgo/go/reflect/set_test.go
branches/gupc/libgo/go/runtime/proc_test.go
- copied unchanged from r174058, trunk/libgo/go/runtime/proc_test.go
branches/gupc/libgo/runtime/go-setenv.c
- copied, changed from r174058, trunk/libgo/runtime/go-setenv.c
branches/gupc/libgomp/testsuite/libgomp.c++/pr48869.C
- copied unchanged from r174058, trunk/libgomp/testsuite/libgomp.c++/pr48869.C
branches/gupc/libgomp/testsuite/libgomp.c++/pr49043.C
- copied unchanged from r174058, trunk/libgomp/testsuite/libgomp.c++/pr49043.C
Removed:
branches/gupc/gcc/config/i386/gmon-sol2.c
branches/gupc/gcc/config/i386/sol2-c1.asm
branches/gupc/gcc/config/i386/sol2-ci.asm
branches/gupc/gcc/config/i386/sol2-cn.asm
branches/gupc/gcc/config/i386/sol2-gc1.asm
branches/gupc/gcc/config/i386/t-rtems-i386
branches/gupc/gcc/config/sparc/gmon-sol2.c
branches/gupc/gcc/config/sparc/sol2-c1.asm
branches/gupc/gcc/config/sparc/sol2-ci.asm
branches/gupc/gcc/config/sparc/sol2-cn.asm
branches/gupc/gcc/config/sparc/t-sol2
branches/gupc/gcc/config/t-slibgcc-darwin
branches/gupc/gcc/config/t-slibgcc-sld
branches/gupc/gcc/gthr-gnat.c
branches/gupc/gcc/gthr-gnat.h
branches/gupc/gcc/libgcc-std.ver
branches/gupc/gcc/testsuite/gcc.c-torture/execute/960321-1.x
branches/gupc/gcc/testsuite/gnat.dg/boolean_subtype.adb
branches/gupc/libgcc/config/sparc/t-crtfm
branches/gupc/libgo/go/crypto/tls/ca_set.go
branches/gupc/libjava/sysdep/x86-64/locks.h
Modified:
branches/gupc/ (props changed)
branches/gupc/ChangeLog
branches/gupc/MAINTAINERS
branches/gupc/contrib/ChangeLog
branches/gupc/contrib/gcc_update
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog-2009
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/DATESTAMP
branches/gupc/gcc/Makefile.in
branches/gupc/gcc/ada/ChangeLog
branches/gupc/gcc/ada/adaint.c
branches/gupc/gcc/ada/gcc-interface/Make-lang.in
branches/gupc/gcc/ada/gcc-interface/Makefile.in
branches/gupc/gcc/ada/gcc-interface/decl.c
branches/gupc/gcc/ada/gcc-interface/trans.c
branches/gupc/gcc/ada/gcc-interface/utils.c
branches/gupc/gcc/alias.c
branches/gupc/gcc/basic-block.h
branches/gupc/gcc/builtins.c
branches/gupc/gcc/c-decl.c
branches/gupc/gcc/c-family/ChangeLog
branches/gupc/gcc/c-family/c-common.c
branches/gupc/gcc/c-family/c-common.h
branches/gupc/gcc/c-family/c-semantics.c
branches/gupc/gcc/c-parser.c
branches/gupc/gcc/c-typeck.c
branches/gupc/gcc/calls.c
branches/gupc/gcc/cfgcleanup.c
branches/gupc/gcc/cfgexpand.c
branches/gupc/gcc/cgraph.h
branches/gupc/gcc/collect2.c
branches/gupc/gcc/collect2.h
branches/gupc/gcc/common.opt
branches/gupc/gcc/config.gcc
branches/gupc/gcc/config.in
branches/gupc/gcc/config/alpha/alpha.c
branches/gupc/gcc/config/arm/arm-cores.def
branches/gupc/gcc/config/arm/arm-opts.h
branches/gupc/gcc/config/arm/arm-tables.opt
branches/gupc/gcc/config/arm/arm-tune.md
branches/gupc/gcc/config/arm/arm.c
branches/gupc/gcc/config/arm/arm.h
branches/gupc/gcc/config/arm/arm.md
branches/gupc/gcc/config/arm/arm.opt
branches/gupc/gcc/config/arm/genopt.sh
branches/gupc/gcc/config/arm/neon.md
branches/gupc/gcc/config/arm/t-arm
branches/gupc/gcc/config/arm/thumb2.md
branches/gupc/gcc/config/avr/avr.c
branches/gupc/gcc/config/bfin/bfin-opts.h
branches/gupc/gcc/config/bfin/bfin.c
branches/gupc/gcc/config/bfin/bfin.h
branches/gupc/gcc/config/bfin/elf.h
branches/gupc/gcc/config/bfin/t-bfin-elf
branches/gupc/gcc/config/bfin/t-bfin-linux
branches/gupc/gcc/config/bfin/t-bfin-uclinux
branches/gupc/gcc/config/fixed-bit.h
branches/gupc/gcc/config/frv/t-linux
branches/gupc/gcc/config/i386/athlon.md
branches/gupc/gcc/config/i386/constraints.md
branches/gupc/gcc/config/i386/cpuid.h
branches/gupc/gcc/config/i386/crtfastmath.c
branches/gupc/gcc/config/i386/driver-i386.c
branches/gupc/gcc/config/i386/i386.c
branches/gupc/gcc/config/i386/i386.md
branches/gupc/gcc/config/i386/ia32intrin.h
branches/gupc/gcc/config/i386/mingw32.h
branches/gupc/gcc/config/i386/predicates.md
branches/gupc/gcc/config/i386/sol2-10.h
branches/gupc/gcc/config/i386/sol2.h
branches/gupc/gcc/config/i386/sse.md
branches/gupc/gcc/config/i386/t-cygming
branches/gupc/gcc/config/i386/t-linux
branches/gupc/gcc/config/i386/t-nwld
branches/gupc/gcc/config/i386/t-sol2-10
branches/gupc/gcc/config/ia64/ia64.c
branches/gupc/gcc/config/ia64/t-vms
branches/gupc/gcc/config/m68k/m68k.c
branches/gupc/gcc/config/mips/mips.c
branches/gupc/gcc/config/mips/mips.h
branches/gupc/gcc/config/mips/t-slibgcc-irix
branches/gupc/gcc/config/pa/pa.c
branches/gupc/gcc/config/picochip/picochip.c
branches/gupc/gcc/config/picochip/picochip.md
branches/gupc/gcc/config/rs6000/rs6000.c
branches/gupc/gcc/config/rs6000/rs6000.h
branches/gupc/gcc/config/rs6000/t-aix43
branches/gupc/gcc/config/rs6000/t-aix52
branches/gupc/gcc/config/rx/rx.c
branches/gupc/gcc/config/s390/s390.c
branches/gupc/gcc/config/sh/sh.c
branches/gupc/gcc/config/sol2-protos.h
branches/gupc/gcc/config/sol2.c
branches/gupc/gcc/config/sol2.h
branches/gupc/gcc/config/sparc/sol2.h
branches/gupc/gcc/config/sparc/sp64-elf.h
branches/gupc/gcc/config/sparc/sparc.c
branches/gupc/gcc/config/sparc/sparc.md
branches/gupc/gcc/config/sparc/t-linux
branches/gupc/gcc/config/sparc/t-linux64
branches/gupc/gcc/config/sparc/t-sol2-64
branches/gupc/gcc/config/spu/spu.c
branches/gupc/gcc/config/stormy16/stormy16.c
branches/gupc/gcc/config/t-freebsd
branches/gupc/gcc/config/t-linux
branches/gupc/gcc/config/t-slibgcc-elf-ver
branches/gupc/gcc/config/t-sol2
branches/gupc/gcc/configure
branches/gupc/gcc/configure.ac
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/Make-lang.in
branches/gupc/gcc/cp/call.c
branches/gupc/gcc/cp/class.c
branches/gupc/gcc/cp/cp-gimplify.c
branches/gupc/gcc/cp/cp-objcp-common.c
branches/gupc/gcc/cp/cp-tree.h
branches/gupc/gcc/cp/cvt.c
branches/gupc/gcc/cp/decl.c
branches/gupc/gcc/cp/decl2.c
branches/gupc/gcc/cp/error.c
branches/gupc/gcc/cp/friend.c
branches/gupc/gcc/cp/init.c
branches/gupc/gcc/cp/mangle.c
branches/gupc/gcc/cp/method.c
branches/gupc/gcc/cp/name-lookup.c
branches/gupc/gcc/cp/name-lookup.h
branches/gupc/gcc/cp/parser.c
branches/gupc/gcc/cp/pt.c
branches/gupc/gcc/cp/ptree.c
branches/gupc/gcc/cp/semantics.c
branches/gupc/gcc/cp/tree.c
branches/gupc/gcc/cp/typeck.c
branches/gupc/gcc/cp/typeck2.c
branches/gupc/gcc/cselib.c
branches/gupc/gcc/dbxout.c
branches/gupc/gcc/dce.c
branches/gupc/gcc/doc/contrib.texi
branches/gupc/gcc/doc/extend.texi
branches/gupc/gcc/doc/gty.texi
branches/gupc/gcc/doc/install.texi
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/doc/options.texi
branches/gupc/gcc/doc/tm.texi
branches/gupc/gcc/doc/tm.texi.in
branches/gupc/gcc/dwarf2out.c
branches/gupc/gcc/emit-rtl.c
branches/gupc/gcc/except.c
branches/gupc/gcc/explow.c
branches/gupc/gcc/expmed.c
branches/gupc/gcc/expr.c
branches/gupc/gcc/final.c
branches/gupc/gcc/fold-const.c
branches/gupc/gcc/fortran/ChangeLog
branches/gupc/gcc/fortran/Make-lang.in
branches/gupc/gcc/fortran/check.c
branches/gupc/gcc/fortran/decl.c
branches/gupc/gcc/fortran/dependency.c
branches/gupc/gcc/fortran/frontend-passes.c
branches/gupc/gcc/fortran/gfortran.h
branches/gupc/gcc/fortran/gfortran.texi
branches/gupc/gcc/fortran/interface.c
branches/gupc/gcc/fortran/intrinsic.c
branches/gupc/gcc/fortran/intrinsic.h
branches/gupc/gcc/fortran/intrinsic.texi
branches/gupc/gcc/fortran/invoke.texi
branches/gupc/gcc/fortran/iresolve.c
branches/gupc/gcc/fortran/iso-fortran-env.def
branches/gupc/gcc/fortran/libgfortran.h
branches/gupc/gcc/fortran/match.c
branches/gupc/gcc/fortran/module.c
branches/gupc/gcc/fortran/options.c
branches/gupc/gcc/fortran/resolve.c
branches/gupc/gcc/fortran/simplify.c
branches/gupc/gcc/fortran/symbol.c
branches/gupc/gcc/fortran/trans-array.c
branches/gupc/gcc/fortran/trans-array.h
branches/gupc/gcc/fortran/trans-decl.c
branches/gupc/gcc/fortran/trans-expr.c
branches/gupc/gcc/fortran/trans-intrinsic.c
branches/gupc/gcc/fortran/trans-types.c
branches/gupc/gcc/fortran/trans.c
branches/gupc/gcc/fortran/trans.h
branches/gupc/gcc/function.c
branches/gupc/gcc/gcc.c
branches/gupc/gcc/gcov-dump.c
branches/gupc/gcc/gcov.c
branches/gupc/gcc/gengtype-state.c
branches/gupc/gcc/gengtype.c
branches/gupc/gcc/genrecog.c
branches/gupc/gcc/gimple-fold.c
branches/gupc/gcc/gimple.c
branches/gupc/gcc/gimplify.c
branches/gupc/gcc/go/ChangeLog
branches/gupc/gcc/go/Make-lang.in
branches/gupc/gcc/go/go-backend.c
branches/gupc/gcc/go/go-c.h
branches/gupc/gcc/go/gofrontend/export.cc
branches/gupc/gcc/go/gofrontend/export.h
branches/gupc/gcc/go/gofrontend/types.cc
branches/gupc/gcc/go/gofrontend/types.h
branches/gupc/gcc/godump.c
branches/gupc/gcc/haifa-sched.c
branches/gupc/gcc/ipa-pure-const.c
branches/gupc/gcc/ipa-split.c
branches/gupc/gcc/ipa-utils.c
branches/gupc/gcc/ipa-utils.h
branches/gupc/gcc/ipa.c
branches/gupc/gcc/ira-build.c
branches/gupc/gcc/ira.c
branches/gupc/gcc/java/ChangeLog
branches/gupc/gcc/java/Make-lang.in
branches/gupc/gcc/java/decl.c
branches/gupc/gcc/java/expr.c
branches/gupc/gcc/java/jcf-dump.c
branches/gupc/gcc/java/jvgenmain.c
branches/gupc/gcc/libgcc2.h
branches/gupc/gcc/lto-cgraph.c
branches/gupc/gcc/lto-section-in.c
branches/gupc/gcc/lto-section-out.c
branches/gupc/gcc/lto-streamer-in.c
branches/gupc/gcc/lto-streamer-out.c
branches/gupc/gcc/lto-streamer.c
branches/gupc/gcc/lto-streamer.h
branches/gupc/gcc/lto-symtab.c
branches/gupc/gcc/lto-wrapper.c
branches/gupc/gcc/lto/ChangeLog
branches/gupc/gcc/lto/lto-lang.c
branches/gupc/gcc/lto/lto.c
branches/gupc/gcc/mips-tdump.c
branches/gupc/gcc/mips-tfile.c
branches/gupc/gcc/objc/ChangeLog
branches/gupc/gcc/objc/config-lang.in
branches/gupc/gcc/objc/objc-act.c
branches/gupc/gcc/optabs.c
branches/gupc/gcc/optabs.h
branches/gupc/gcc/optc-gen.awk
branches/gupc/gcc/opth-gen.awk
branches/gupc/gcc/opts-global.c
branches/gupc/gcc/opts.c
branches/gupc/gcc/params.def
branches/gupc/gcc/passes.c
branches/gupc/gcc/po/ChangeLog
branches/gupc/gcc/po/EXCLUDES
branches/gupc/gcc/po/zh_CN.po
branches/gupc/gcc/predict.c
branches/gupc/gcc/print-tree.c
branches/gupc/gcc/reload.c
branches/gupc/gcc/reload1.c
branches/gupc/gcc/rtlanal.c
branches/gupc/gcc/sched-deps.c
branches/gupc/gcc/sched-int.h
branches/gupc/gcc/sel-sched-ir.c
branches/gupc/gcc/sel-sched-ir.h
branches/gupc/gcc/sel-sched.c
branches/gupc/gcc/system.h
branches/gupc/gcc/target.def
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/g++.dg/abi/packed1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto7.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto9.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete2.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-memfn1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept02.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept03.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept08.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/range-for5.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic41.C
branches/gupc/gcc/testsuite/g++.dg/opt/pr47615.C
branches/gupc/gcc/testsuite/g++.dg/other/packed1.C
branches/gupc/gcc/testsuite/g++.dg/overload/defarg1.C
branches/gupc/gcc/testsuite/g++.dg/parse/error15.C
branches/gupc/gcc/testsuite/g++.dg/tc1/dr213.C
branches/gupc/gcc/testsuite/g++.dg/template/crash50.C
branches/gupc/gcc/testsuite/g++.dg/template/sfinae8.C
branches/gupc/gcc/testsuite/g++.dg/template/static9.C
branches/gupc/gcc/testsuite/g++.dg/template/stdarg1.C
branches/gupc/gcc/testsuite/g++.dg/torture/pr34850.C
branches/gupc/gcc/testsuite/g++.dg/torture/pr39362.C
branches/gupc/gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C
branches/gupc/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr43411.C
branches/gupc/gcc/testsuite/g++.dg/warn/Wunused-parm-3.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash56.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.ext/memconst.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/cond.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/memtemp47.C
branches/gupc/gcc/testsuite/gcc.dg/march.c
branches/gupc/gcc/testsuite/gcc.dg/matrix/matrix.exp
branches/gupc/gcc/testsuite/gcc.dg/pr47793.c
branches/gupc/gcc/testsuite/gcc.dg/profile-dir-1.c
branches/gupc/gcc/testsuite/gcc.dg/profile-dir-2.c
branches/gupc/gcc/testsuite/gcc.dg/profile-dir-3.c
branches/gupc/gcc/testsuite/gcc.dg/stack-usage-1.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/dump-1.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loop-25.c
branches/gupc/gcc/testsuite/gcc.dg/vect/pr48172.c
branches/gupc/gcc/testsuite/gcc.dg/vect/vect.exp
branches/gupc/gcc/testsuite/gcc.target/arm/fp16-compile-none-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/g2.c
branches/gupc/gcc/testsuite/gcc.target/arm/mmx-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/scd42-2.c
branches/gupc/gcc/testsuite/gfortran.dg/coarray_4.f90
branches/gupc/gcc/testsuite/go.test/test/convert.go
branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug177.go
branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go
branches/gupc/gcc/testsuite/go.test/test/interface/fake.go
branches/gupc/gcc/testsuite/go.test/test/ken/cplx3.go
branches/gupc/gcc/testsuite/lib/profopt.exp
branches/gupc/gcc/testsuite/lib/prune.exp
branches/gupc/gcc/testsuite/lib/scanasm.exp
branches/gupc/gcc/testsuite/lib/target-supports-dg.exp
branches/gupc/gcc/testsuite/lib/target-supports.exp
branches/gupc/gcc/tlink.c
branches/gupc/gcc/toplev.c
branches/gupc/gcc/tree-cfg.c
branches/gupc/gcc/tree-dfa.c
branches/gupc/gcc/tree-iterator.c
branches/gupc/gcc/tree-object-size.c
branches/gupc/gcc/tree-pass.h
branches/gupc/gcc/tree-pretty-print.c
branches/gupc/gcc/tree-pretty-print.h
branches/gupc/gcc/tree-profile.c
branches/gupc/gcc/tree-ssa-address.c
branches/gupc/gcc/tree-ssa-alias.c
branches/gupc/gcc/tree-ssa-dce.c
branches/gupc/gcc/tree-ssa-forwprop.c
branches/gupc/gcc/tree-ssa-ifcombine.c
branches/gupc/gcc/tree-ssa-loop-ivopts.c
branches/gupc/gcc/tree-ssa-loop-niter.c
branches/gupc/gcc/tree-ssa-math-opts.c
branches/gupc/gcc/tree-ssa-uninit.c
branches/gupc/gcc/tree-ssa.c
branches/gupc/gcc/tree-vect-data-refs.c
branches/gupc/gcc/tree-vect-loop-manip.c
branches/gupc/gcc/tree-vect-loop.c
branches/gupc/gcc/tree-vect-slp.c
branches/gupc/gcc/tree-vect-stmts.c
branches/gupc/gcc/tree-vectorizer.h
branches/gupc/gcc/tree-vrp.c
branches/gupc/gcc/tree.c
branches/gupc/gcc/tree.h
branches/gupc/gcc/upc/ChangeLog
branches/gupc/gcc/upc/upc-act.c
branches/gupc/gcc/var-tracking.c
branches/gupc/gcc/vec.c
branches/gupc/gcc/vec.h
branches/gupc/libcpp/ChangeLog
branches/gupc/libcpp/lex.c
branches/gupc/libgcc/ChangeLog
branches/gupc/libgcc/Makefile.in
branches/gupc/libgcc/config.host
branches/gupc/libgcc/config/i386/t-crtfm
branches/gupc/libgcc/config/i386/t-sol2
branches/gupc/libgcc/config/s390/t-linux
branches/gupc/libgcc/config/s390/t-tpf
branches/gupc/libgcc/config/sh/t-linux
branches/gupc/libgcc/config/t-slibgcc-darwin
branches/gupc/libgcc/configure
branches/gupc/libgcc/configure.ac
branches/gupc/libgfortran/ChangeLog
branches/gupc/libgfortran/config.h.in
branches/gupc/libgfortran/config/fpu-387.h
branches/gupc/libgfortran/config/fpu-aix.h
branches/gupc/libgfortran/config/fpu-generic.h
branches/gupc/libgfortran/config/fpu-glibc.h
branches/gupc/libgfortran/config/fpu-sysv.h
branches/gupc/libgfortran/configure
branches/gupc/libgfortran/configure.ac
branches/gupc/libgfortran/configure.host
branches/gupc/libgfortran/io/read.c
branches/gupc/libgfortran/libgfortran.h
branches/gupc/libgfortran/runtime/backtrace.c
branches/gupc/libgfortran/runtime/compile_options.c
branches/gupc/libgfortran/runtime/main.c
branches/gupc/libgfortran/runtime/stop.c
branches/gupc/libgo/MERGE
branches/gupc/libgo/Makefile.am
branches/gupc/libgo/Makefile.in
branches/gupc/libgo/config.h.in
branches/gupc/libgo/configure
branches/gupc/libgo/configure.ac
branches/gupc/libgo/go/archive/tar/common.go
branches/gupc/libgo/go/archive/tar/reader.go
branches/gupc/libgo/go/archive/zip/reader.go
branches/gupc/libgo/go/archive/zip/reader_test.go
branches/gupc/libgo/go/asn1/asn1.go
branches/gupc/libgo/go/asn1/asn1_test.go
branches/gupc/libgo/go/asn1/common.go
branches/gupc/libgo/go/asn1/marshal.go
branches/gupc/libgo/go/asn1/marshal_test.go
branches/gupc/libgo/go/big/int.go
branches/gupc/libgo/go/big/nat.go
branches/gupc/libgo/go/bufio/bufio.go
branches/gupc/libgo/go/bufio/bufio_test.go
branches/gupc/libgo/go/bytes/bytes.go
branches/gupc/libgo/go/cmath/abs.go
branches/gupc/libgo/go/compress/flate/deflate.go
branches/gupc/libgo/go/compress/flate/deflate_test.go
branches/gupc/libgo/go/compress/flate/inflate.go
branches/gupc/libgo/go/compress/gzip/gunzip.go
branches/gupc/libgo/go/compress/lzw/reader.go
branches/gupc/libgo/go/compress/lzw/reader_test.go
branches/gupc/libgo/go/compress/lzw/writer_test.go
branches/gupc/libgo/go/compress/zlib/reader.go
branches/gupc/libgo/go/compress/zlib/reader_test.go
branches/gupc/libgo/go/compress/zlib/writer.go
branches/gupc/libgo/go/compress/zlib/writer_test.go
branches/gupc/libgo/go/container/heap/heap.go
branches/gupc/libgo/go/container/heap/heap_test.go
branches/gupc/libgo/go/container/list/list.go
branches/gupc/libgo/go/container/ring/ring.go
branches/gupc/libgo/go/container/vector/defs.go
branches/gupc/libgo/go/crypto/aes/const.go
branches/gupc/libgo/go/crypto/blowfish/cipher.go
branches/gupc/libgo/go/crypto/cast5/cast5.go
branches/gupc/libgo/go/crypto/cipher/cipher.go
branches/gupc/libgo/go/crypto/crypto.go
branches/gupc/libgo/go/crypto/elliptic/elliptic.go
branches/gupc/libgo/go/crypto/hmac/hmac.go
branches/gupc/libgo/go/crypto/md4/md4.go
branches/gupc/libgo/go/crypto/md5/md5.go
branches/gupc/libgo/go/crypto/ocsp/ocsp.go
branches/gupc/libgo/go/crypto/openpgp/armor/armor.go
branches/gupc/libgo/go/crypto/openpgp/armor/encode.go
branches/gupc/libgo/go/crypto/openpgp/error/error.go
branches/gupc/libgo/go/crypto/openpgp/keys.go
branches/gupc/libgo/go/crypto/openpgp/packet/packet.go
branches/gupc/libgo/go/crypto/openpgp/packet/private_key.go
branches/gupc/libgo/go/crypto/openpgp/packet/public_key.go
branches/gupc/libgo/go/crypto/openpgp/read.go
branches/gupc/libgo/go/crypto/openpgp/read_test.go
branches/gupc/libgo/go/crypto/openpgp/s2k/s2k.go
branches/gupc/libgo/go/crypto/rc4/rc4.go
branches/gupc/libgo/go/crypto/ripemd160/ripemd160.go
branches/gupc/libgo/go/crypto/rsa/pkcs1v15.go
branches/gupc/libgo/go/crypto/rsa/pkcs1v15_test.go
branches/gupc/libgo/go/crypto/rsa/rsa.go
branches/gupc/libgo/go/crypto/rsa/rsa_test.go
branches/gupc/libgo/go/crypto/sha1/sha1.go
branches/gupc/libgo/go/crypto/sha256/sha256.go
branches/gupc/libgo/go/crypto/sha512/sha512.go
branches/gupc/libgo/go/crypto/subtle/constant_time.go
branches/gupc/libgo/go/crypto/tls/common.go
branches/gupc/libgo/go/crypto/tls/conn.go
branches/gupc/libgo/go/crypto/tls/handshake_client.go
branches/gupc/libgo/go/crypto/tls/handshake_messages.go
branches/gupc/libgo/go/crypto/tls/handshake_messages_test.go
branches/gupc/libgo/go/crypto/tls/handshake_server.go
branches/gupc/libgo/go/crypto/tls/handshake_server_test.go
branches/gupc/libgo/go/crypto/tls/tls.go
branches/gupc/libgo/go/crypto/twofish/twofish.go
branches/gupc/libgo/go/crypto/x509/x509.go
branches/gupc/libgo/go/crypto/x509/x509_test.go
branches/gupc/libgo/go/crypto/xtea/cipher.go
branches/gupc/libgo/go/debug/dwarf/open.go
branches/gupc/libgo/go/debug/elf/elf.go
branches/gupc/libgo/go/debug/elf/file.go
branches/gupc/libgo/go/ebnf/ebnf.go
branches/gupc/libgo/go/encoding/binary/binary.go
branches/gupc/libgo/go/encoding/binary/binary_test.go
branches/gupc/libgo/go/encoding/hex/hex.go
branches/gupc/libgo/go/encoding/line/line.go
branches/gupc/libgo/go/encoding/pem/pem.go
branches/gupc/libgo/go/exec/exec.go
branches/gupc/libgo/go/exec/exec_test.go
branches/gupc/libgo/go/exp/datafmt/datafmt.go
branches/gupc/libgo/go/exp/draw/draw.go
branches/gupc/libgo/go/exp/draw/draw_test.go
branches/gupc/libgo/go/exp/draw/x11/conn.go
branches/gupc/libgo/go/exp/eval/bridge.go
branches/gupc/libgo/go/exp/eval/type.go
branches/gupc/libgo/go/exp/eval/world.go
branches/gupc/libgo/go/exp/ogle/cmd.go
branches/gupc/libgo/go/exp/ogle/process.go
branches/gupc/libgo/go/exp/ogle/rruntime.go
branches/gupc/libgo/go/exp/wingui/zwinapi.go
branches/gupc/libgo/go/expvar/expvar.go
branches/gupc/libgo/go/expvar/expvar_test.go
branches/gupc/libgo/go/flag/flag.go
branches/gupc/libgo/go/fmt/doc.go
branches/gupc/libgo/go/fmt/fmt_test.go
branches/gupc/libgo/go/fmt/print.go
branches/gupc/libgo/go/fmt/scan.go
branches/gupc/libgo/go/fmt/scan_test.go
branches/gupc/libgo/go/go/ast/ast.go
branches/gupc/libgo/go/go/ast/print.go
branches/gupc/libgo/go/go/doc/doc.go
branches/gupc/libgo/go/go/parser/parser.go
branches/gupc/libgo/go/go/parser/parser_test.go
branches/gupc/libgo/go/go/printer/nodes.go
branches/gupc/libgo/go/go/printer/printer.go
branches/gupc/libgo/go/go/printer/testdata/declarations.golden
branches/gupc/libgo/go/go/printer/testdata/declarations.input
branches/gupc/libgo/go/go/printer/testdata/expressions.golden
branches/gupc/libgo/go/go/printer/testdata/expressions.input
branches/gupc/libgo/go/go/printer/testdata/expressions.raw
branches/gupc/libgo/go/go/scanner/scanner.go
branches/gupc/libgo/go/go/token/position.go
branches/gupc/libgo/go/go/token/token.go
branches/gupc/libgo/go/go/typechecker/typechecker.go
branches/gupc/libgo/go/gob/codec_test.go
branches/gupc/libgo/go/gob/decode.go
branches/gupc/libgo/go/gob/decoder.go
branches/gupc/libgo/go/gob/doc.go
branches/gupc/libgo/go/gob/encode.go
branches/gupc/libgo/go/gob/encoder.go
branches/gupc/libgo/go/gob/encoder_test.go
branches/gupc/libgo/go/gob/error.go
branches/gupc/libgo/go/gob/gobencdec_test.go
branches/gupc/libgo/go/gob/type.go
branches/gupc/libgo/go/gob/type_test.go
branches/gupc/libgo/go/hash/adler32/adler32.go
branches/gupc/libgo/go/hash/adler32/adler32_test.go
branches/gupc/libgo/go/hash/crc32/crc32.go
branches/gupc/libgo/go/hash/crc64/crc64.go
branches/gupc/libgo/go/hash/fnv/fnv.go
branches/gupc/libgo/go/hash/fnv/fnv_test.go
branches/gupc/libgo/go/hash/hash.go
branches/gupc/libgo/go/html/doc.go
branches/gupc/libgo/go/html/parse_test.go
branches/gupc/libgo/go/http/cgi/child.go
branches/gupc/libgo/go/http/cgi/child_test.go
branches/gupc/libgo/go/http/cgi/host.go
branches/gupc/libgo/go/http/cgi/host_test.go
branches/gupc/libgo/go/http/client.go
branches/gupc/libgo/go/http/client_test.go
branches/gupc/libgo/go/http/cookie.go
branches/gupc/libgo/go/http/cookie_test.go
branches/gupc/libgo/go/http/dump.go
branches/gupc/libgo/go/http/export_test.go
branches/gupc/libgo/go/http/fs.go
branches/gupc/libgo/go/http/fs_test.go
branches/gupc/libgo/go/http/header.go
branches/gupc/libgo/go/http/httptest/recorder.go
branches/gupc/libgo/go/http/persist.go
branches/gupc/libgo/go/http/pprof/pprof.go
branches/gupc/libgo/go/http/proxy_test.go
branches/gupc/libgo/go/http/request.go
branches/gupc/libgo/go/http/request_test.go
branches/gupc/libgo/go/http/requestwrite_test.go
branches/gupc/libgo/go/http/response.go
branches/gupc/libgo/go/http/response_test.go
branches/gupc/libgo/go/http/serve_test.go
branches/gupc/libgo/go/http/server.go
branches/gupc/libgo/go/http/transfer.go
branches/gupc/libgo/go/http/transport.go
branches/gupc/libgo/go/http/transport_test.go
branches/gupc/libgo/go/http/url.go
branches/gupc/libgo/go/image/decode_test.go
branches/gupc/libgo/go/image/format.go
branches/gupc/libgo/go/image/image.go
branches/gupc/libgo/go/image/jpeg/idct.go
branches/gupc/libgo/go/image/jpeg/reader.go
branches/gupc/libgo/go/image/png/reader.go
branches/gupc/libgo/go/image/png/reader_test.go
branches/gupc/libgo/go/image/png/testdata/pngsuite/README
branches/gupc/libgo/go/image/png/writer.go
branches/gupc/libgo/go/image/png/writer_test.go
branches/gupc/libgo/go/index/suffixarray/suffixarray.go
branches/gupc/libgo/go/io/io.go
branches/gupc/libgo/go/io/io_test.go
branches/gupc/libgo/go/io/ioutil/ioutil.go
branches/gupc/libgo/go/io/multi.go
branches/gupc/libgo/go/json/decode.go
branches/gupc/libgo/go/json/decode_test.go
branches/gupc/libgo/go/json/encode.go
branches/gupc/libgo/go/json/scanner.go
branches/gupc/libgo/go/json/stream.go
branches/gupc/libgo/go/log/log.go
branches/gupc/libgo/go/math/const.go
branches/gupc/libgo/go/mime/mediatype.go
branches/gupc/libgo/go/mime/mediatype_test.go
branches/gupc/libgo/go/mime/multipart/multipart.go
branches/gupc/libgo/go/mime/multipart/multipart_test.go
branches/gupc/libgo/go/mime/type.go
branches/gupc/libgo/go/net/cgo_stub.go
branches/gupc/libgo/go/net/dial.go
branches/gupc/libgo/go/net/dialgoogle_test.go
branches/gupc/libgo/go/net/dnsclient.go
branches/gupc/libgo/go/net/dnsmsg.go
branches/gupc/libgo/go/net/hosts_test.go
branches/gupc/libgo/go/net/ip.go
branches/gupc/libgo/go/net/ip_test.go
branches/gupc/libgo/go/net/ipraw_test.go
branches/gupc/libgo/go/net/iprawsock.go
branches/gupc/libgo/go/net/ipsock.go
branches/gupc/libgo/go/net/lookup.go
branches/gupc/libgo/go/net/multicast_test.go
branches/gupc/libgo/go/net/net.go
branches/gupc/libgo/go/net/resolv_windows.go
branches/gupc/libgo/go/net/server_test.go
branches/gupc/libgo/go/net/sock.go
branches/gupc/libgo/go/net/srv_test.go
branches/gupc/libgo/go/net/tcpsock.go
branches/gupc/libgo/go/net/textproto/textproto.go
branches/gupc/libgo/go/net/udpsock.go
branches/gupc/libgo/go/netchan/common.go
branches/gupc/libgo/go/netchan/export.go
branches/gupc/libgo/go/netchan/import.go
branches/gupc/libgo/go/os/dir_plan9.go
branches/gupc/libgo/go/os/env.go
branches/gupc/libgo/go/os/env_unix.go
branches/gupc/libgo/go/os/error_plan9.go
branches/gupc/libgo/go/os/file.go
branches/gupc/libgo/go/os/file_plan9.go
branches/gupc/libgo/go/os/file_posix.go
branches/gupc/libgo/go/os/file_unix.go
branches/gupc/libgo/go/os/inotify/inotify_linux.go
branches/gupc/libgo/go/os/inotify/inotify_linux_test.go
branches/gupc/libgo/go/os/os_test.go
branches/gupc/libgo/go/os/stat.go
branches/gupc/libgo/go/path/filepath/path.go
branches/gupc/libgo/go/path/path.go
branches/gupc/libgo/go/reflect/all_test.go
branches/gupc/libgo/go/reflect/deepequal.go
branches/gupc/libgo/go/reflect/tostring_test.go
branches/gupc/libgo/go/reflect/type.go
branches/gupc/libgo/go/reflect/value.go
branches/gupc/libgo/go/rpc/server.go
branches/gupc/libgo/go/rpc/server_test.go
branches/gupc/libgo/go/runtime/debug/stack.go
branches/gupc/libgo/go/runtime/extern.go
branches/gupc/libgo/go/runtime/type.go
branches/gupc/libgo/go/scanner/scanner.go
branches/gupc/libgo/go/sort/sort.go
branches/gupc/libgo/go/strconv/atof.go
branches/gupc/libgo/go/strings/strings.go
branches/gupc/libgo/go/sync/mutex.go
branches/gupc/libgo/go/syslog/syslog.go
branches/gupc/libgo/go/syslog/syslog_test.go
branches/gupc/libgo/go/tabwriter/tabwriter.go
branches/gupc/libgo/go/template/template.go
branches/gupc/libgo/go/testing/iotest/reader.go
branches/gupc/libgo/go/testing/quick/quick.go
branches/gupc/libgo/go/testing/quick/quick_test.go
branches/gupc/libgo/go/testing/script/script.go
branches/gupc/libgo/go/testing/testing.go
branches/gupc/libgo/go/time/time.go
branches/gupc/libgo/go/try/try.go
branches/gupc/libgo/go/unicode/letter.go
branches/gupc/libgo/go/utf8/utf8.go
branches/gupc/libgo/go/websocket/server.go
branches/gupc/libgo/go/websocket/websocket.go
branches/gupc/libgo/go/websocket/websocket_test.go
branches/gupc/libgo/go/xml/read.go
branches/gupc/libgo/go/xml/read_test.go
branches/gupc/libgo/go/xml/xml.go
branches/gupc/libgo/go/xml/xml_test.go
branches/gupc/libgo/mksysinfo.sh
branches/gupc/libgo/runtime/chan.goc
branches/gupc/libgo/runtime/channel.h
branches/gupc/libgo/runtime/go-eface-compare.c
branches/gupc/libgo/runtime/go-eface-val-compare.c
branches/gupc/libgo/runtime/go-interface-eface-compare.c
branches/gupc/libgo/runtime/go-new-channel.c
branches/gupc/libgo/runtime/go-rec-big.c
branches/gupc/libgo/runtime/go-rec-nb-big.c
branches/gupc/libgo/runtime/go-rec-nb-small.c
branches/gupc/libgo/runtime/go-rec-small.c
branches/gupc/libgo/runtime/go-reflect-call.c
branches/gupc/libgo/runtime/go-reflect-chan.c
branches/gupc/libgo/runtime/go-reflect-map.c
branches/gupc/libgo/runtime/go-reflect.c
branches/gupc/libgo/runtime/go-send-big.c
branches/gupc/libgo/runtime/go-send-nb-big.c
branches/gupc/libgo/runtime/go-send-nb-small.c
branches/gupc/libgo/runtime/go-send-small.c
branches/gupc/libgo/runtime/go-signal.c
branches/gupc/libgo/runtime/go-type-eface.c
branches/gupc/libgo/runtime/go-type.h
branches/gupc/libgo/runtime/go-unreflect.c
branches/gupc/libgo/runtime/go-unsafe-new.c
branches/gupc/libgo/runtime/go-unsafe-newarray.c
branches/gupc/libgo/runtime/iface.goc
branches/gupc/libgo/runtime/malloc.goc
branches/gupc/libgo/runtime/mcache.c
branches/gupc/libgo/runtime/mgc0.c
branches/gupc/libgo/runtime/mheap.c
branches/gupc/libgo/runtime/reflect.goc
branches/gupc/libgo/runtime/runtime.h
branches/gupc/libgo/syscalls/socket_irix.go
branches/gupc/libgo/syscalls/stringbyte.go
branches/gupc/libgo/syscalls/syscall_linux_alpha.go
branches/gupc/libgo/syscalls/syscall_unix.go
branches/gupc/libgomp/ChangeLog
branches/gupc/libjava/ChangeLog
branches/gupc/libjava/classpath/ (props changed)
branches/gupc/libjava/configure.host
branches/gupc/libjava/sysdep/i386/locks.h
branches/gupc/libobjc/ChangeLog
branches/gupc/libobjc/selector.c
branches/gupc/libobjc/sendmsg.c
branches/gupc/maintainer-scripts/ChangeLog
branches/gupc/maintainer-scripts/gcc_release