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


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

r175660 [1/2] - in /branches/gupc: ./ ChangeLog...


Author: gfunck
Date: Wed Jun 29 17:48:10 2011
New Revision: 175660

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175660
Log:
2011-06-29  Gary Funck  <gary@intrepid.com>

	Merge trunk version 175584 into gupc branch.

gcc/upc/
	* upc-act.c (upc_handle_option): Change reference to
	have_named_sections so that it refers to the
	targetm_common structure.

Added:
    branches/gupc/libstdc++-v3/include/bits/alloc_traits.h
      - copied unchanged from r175587, trunk/libstdc++-v3/include/bits/alloc_traits.h
    branches/gupc/libstdc++-v3/include/ext/alloc_traits.h
      - copied unchanged from r175587, trunk/libstdc++-v3/include/ext/alloc_traits.h
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc
    branches/gupc/libstdc++-v3/testsuite/21_strings/debug/
      - copied from r175587, trunk/libstdc++-v3/testsuite/21_strings/debug/
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/debug/bool/
      - copied from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/bool/
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc
      - copied unchanged from r175587, trunk/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc
Removed:
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    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/deque.tcc
    branches/gupc/libstdc++-v3/include/bits/move.h
    branches/gupc/libstdc++-v3/include/bits/ptr_traits.h
    branches/gupc/libstdc++-v3/include/bits/stl_bvector.h
    branches/gupc/libstdc++-v3/include/bits/stl_construct.h
    branches/gupc/libstdc++-v3/include/bits/stl_deque.h
    branches/gupc/libstdc++-v3/include/bits/stl_iterator.h
    branches/gupc/libstdc++-v3/include/bits/stl_tempbuf.h
    branches/gupc/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/gupc/libstdc++-v3/include/bits/stl_vector.h
    branches/gupc/libstdc++-v3/include/bits/unique_ptr.h
    branches/gupc/libstdc++-v3/include/bits/vector.tcc
    branches/gupc/libstdc++-v3/include/debug/deque
    branches/gupc/libstdc++-v3/include/debug/string
    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_/node_iterators.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_/point_const_iterator.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.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/eq_fn/hash_eq_fn.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/hash_fn/mask_based_range_hashing.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.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/left_child_next_sibling_heap_/const_iterator.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_/point_const_iterator.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_/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_/traits.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.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_/pat_trie_base.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.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_/rb_tree_.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_/rc_binomial_heap_.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.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_/splay_tree_.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_/thin_heap_.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/sample_tree_node_update.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/sample_trie_access_traits.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/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_const_iterator.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/exception.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/pointer.h
    branches/gupc/libstdc++-v3/include/ext/pool_allocator.h
    branches/gupc/libstdc++-v3/include/ext/throw_allocator.h
    branches/gupc/libstdc++-v3/include/ext/vstring.h
    branches/gupc/libstdc++-v3/include/std/chrono
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/include/std/memory
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/include/std/valarray
    branches/gupc/libstdc++-v3/scripts/extract_symvers.in
    branches/gupc/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/explicit_instantiation.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/socket.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/forward/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/function/cmp/cmp_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/pointer_traits/pointer_to.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.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/map/operators/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/set/operators/1_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/sort/35588.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc
    branches/gupc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc
    branches/gupc/libstdc++-v3/testsuite/Makefile.am
    branches/gupc/libstdc++-v3/testsuite/Makefile.in
    branches/gupc/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc
    branches/gupc/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc
    branches/gupc/libstdc++-v3/testsuite/decimal/operator_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
    branches/gupc/libstdc++-v3/testsuite/lib/prune.exp
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_random.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_rvalref.h

Changes in other areas also in this revision:
Added:
    branches/gupc/contrib/repro_fail
      - copied unchanged from r175587, trunk/contrib/repro_fail
    branches/gupc/fixincludes/tests/base/net/if_arp.h
      - copied unchanged from r175587, trunk/fixincludes/tests/base/net/if_arp.h
    branches/gupc/gcc/common/
      - copied from r175587, trunk/gcc/common/
    branches/gupc/gcc/config/avr/avr-mcus.def
      - copied unchanged from r175587, trunk/gcc/config/avr/avr-mcus.def
    branches/gupc/gcc/config/avr/avr-tables.opt
      - copied unchanged from r175587, trunk/gcc/config/avr/avr-tables.opt
    branches/gupc/gcc/config/avr/elf.h
      - copied unchanged from r175587, trunk/gcc/config/avr/elf.h
    branches/gupc/gcc/config/avr/genopt.sh
      - copied unchanged from r175587, trunk/gcc/config/avr/genopt.sh
    branches/gupc/gcc/config/i386/kfreebsd-gnu64.h
      - copied unchanged from r175587, trunk/gcc/config/i386/kfreebsd-gnu64.h
    branches/gupc/gcc/config/i386/sol2-bi.h
      - copied unchanged from r175587, trunk/gcc/config/i386/sol2-bi.h
    branches/gupc/gcc/config/i386/t-sol2-64
      - copied unchanged from r175587, trunk/gcc/config/i386/t-sol2-64
    branches/gupc/gcc/config/mips/t-irix6
      - copied unchanged from r175587, trunk/gcc/config/mips/t-irix6
    branches/gupc/gcc/config/sol2-bi.h
      - copied unchanged from r175587, trunk/gcc/config/sol2-bi.h
    branches/gupc/gcc/config/usegld.h
      - copied unchanged from r175587, trunk/gcc/config/usegld.h
    branches/gupc/gcc/config/vms/make-crtlmap.awk
      - copied unchanged from r175587, trunk/gcc/config/vms/make-crtlmap.awk
    branches/gupc/gcc/config/vms/vms-crtlmap.map
      - copied unchanged from r175587, trunk/gcc/config/vms/vms-crtlmap.map
    branches/gupc/gcc/config/vms/vms-protos.h
      - copied unchanged from r175587, trunk/gcc/config/vms/vms-protos.h
    branches/gupc/gcc/config/vms/vms.c
      - copied unchanged from r175587, trunk/gcc/config/vms/vms.c
    branches/gupc/gcc/genattr-common.c
      - copied unchanged from r175587, trunk/gcc/genattr-common.c
    branches/gupc/gcc/testsuite/c-c++-common/raw-string-12.c
      - copied unchanged from r175587, trunk/gcc/testsuite/c-c++-common/raw-string-12.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto26.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/auto26.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-cleanup.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-cleanup.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ref1.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ref1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ref2.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ref2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype30.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/decltype30.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted30.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted30.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum19.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/enum19.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum20.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/enum20.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/explicit6.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/explicit6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist52.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/initlist52.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist53.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/initlist53.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-capture-redundancy.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-capture-redundancy.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn3.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept13.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept13.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-func2.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/rv-func2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae26.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae26.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic-default.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-default.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic112.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/variadic112.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic113.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/cpp0x/variadic113.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/lambda1.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/debug/dwarf2/lambda1.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
    branches/gupc/gcc/testsuite/g++.dg/ext/attr-aligned01.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/ext/attr-aligned01.C
    branches/gupc/gcc/testsuite/g++.dg/init/ref18.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/init/ref18.C
    branches/gupc/gcc/testsuite/g++.dg/init/ref19.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/init/ref19.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr49264.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/opt/pr49264.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error38.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/parse/error38.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error39.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/parse/error39.C
    branches/gupc/gcc/testsuite/g++.dg/rtti/anon-ns1.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/rtti/anon-ns1.C
    branches/gupc/gcc/testsuite/g++.dg/template/arrow1.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/arrow1.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash107.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/crash107.C
    branches/gupc/gcc/testsuite/g++.dg/template/param3.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/param3.C
    branches/gupc/gcc/testsuite/g++.dg/template/partial10.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/partial10.C
    branches/gupc/gcc/testsuite/g++.dg/template/partial11.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/partial11.C
    branches/gupc/gcc/testsuite/g++.dg/template/partial9.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/template/partial9.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr48954.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/torture/pr48954.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr49394.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/torture/pr49394.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr49516.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/tree-ssa/pr49516.C
    branches/gupc/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog-2005
      - copied unchanged from r175587, trunk/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog-2005
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr48929.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/compile/pr48929.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49145.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/compile/pr49145.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49163.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/compile/pr49163.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr45262.x
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/execute/pr45262.x
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49281.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/execute/pr49281.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49390.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/execute/pr49390.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr49419.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.c-torture/execute/pr49419.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand1.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand2.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand3.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand4.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand4.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand5.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand5.c
    branches/gupc/gcc/testsuite/gcc.dg/binop-notand6.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/binop-notand6.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-assume-aligned-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/builtin-assume-aligned-1.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-assume-aligned-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/builtin-assume-aligned-2.c
    branches/gupc/gcc/testsuite/gcc.dg/cpp/pragma-3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/cpp/pragma-3.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/pr49294.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/debug/pr49294.c
    branches/gupc/gcc/testsuite/gcc.dg/dump-pass.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/dump-pass.c
    branches/gupc/gcc/testsuite/gcc.dg/fail_always_inline.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/fail_always_inline.c
    branches/gupc/gcc/testsuite/gcc.dg/fail_always_inline2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/fail_always_inline2.c
    branches/gupc/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c
    branches/gupc/gcc/testsuite/gcc.dg/inline_1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/inline_1.c
    branches/gupc/gcc/testsuite/gcc.dg/inline_2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/inline_2.c
    branches/gupc/gcc/testsuite/gcc.dg/inline_3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/inline_3.c
    branches/gupc/gcc/testsuite/gcc.dg/inline_4.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/inline_4.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c
    branches/gupc/gcc/testsuite/gcc.dg/optimize-bswapdi-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/optimize-bswapdi-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr44194-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr44194-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr44194-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr48770.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr48770.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49243.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr49243.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49307.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr49307.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49496.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr49496.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49544.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/pr49544.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-9.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/sms-9.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr48542.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/torture/pr48542.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr49169.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/torture/pr49169.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
    branches/gupc/gcc/testsuite/gcc.dg/unroll_1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/unroll_1.c
    branches/gupc/gcc/testsuite/gcc.dg/unroll_2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/unroll_2.c
    branches/gupc/gcc/testsuite/gcc.dg/unroll_3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/unroll_3.c
    branches/gupc/gcc/testsuite/gcc.dg/unroll_4.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/unroll_4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr49318.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/pr49318.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr49352.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/pr49352.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr49478.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/pr49478.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-120.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/vect-120.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half-u8.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half-u8.c
    branches/gupc/gcc/testsuite/gcc.target/arm/ivopts-3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/ivopts-3.c
    branches/gupc/gcc/testsuite/gcc.target/arm/ivopts-4.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/ivopts-4.c
    branches/gupc/gcc/testsuite/gcc.target/arm/ivopts-5.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/ivopts-5.c
    branches/gupc/gcc/testsuite/gcc.target/arm/mla-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/mla-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon-reload-class.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/neon-reload-class.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon-vlshr-imm-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/neon-vlshr-imm-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon-vshl-imm-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/neon-vshl-imm-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon-vshr-imm-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/neon-vshr-imm-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr46975.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/pr46975.c
    branches/gupc/gcc/testsuite/gcc.target/arm/smlaltb-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/smlaltb-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/smlaltt-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/smlaltt-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/smlatb-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/smlatb-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/smlatt-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/smlatt-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/tlscall.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/arm/tlscall.c
    branches/gupc/gcc/testsuite/gcc.target/i386/builtin-assume-aligned-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/builtin-assume-aligned-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-1.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-2.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-3.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-4.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-5.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-6.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-6.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-7.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-7.c
    branches/gupc/gcc/testsuite/gcc.target/i386/testimm-8.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/testimm-8.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xop-rotate1-int.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/xop-rotate1-int.c
    branches/gupc/gcc/testsuite/gcc.target/i386/xop-rotate2-int.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/i386/xop-rotate2-int.c
    branches/gupc/gcc/testsuite/gcc.target/ia64/pr49303.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/ia64/pr49303.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/outofline_rnreg.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/powerpc/outofline_rnreg.c
    branches/gupc/gcc/testsuite/gcc.target/sparc/ultrasp13.c
      - copied unchanged from r175587, trunk/gcc/testsuite/gcc.target/sparc/ultrasp13.c
    branches/gupc/gcc/testsuite/gfortran.dg/PR37039.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/PR37039.f90
    branches/gupc/gcc/testsuite/gfortran.dg/PR49268.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/PR49268.f90
    branches/gupc/gcc/testsuite/gfortran.dg/alloc_comp_assign_11.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_11.f90
    branches/gupc/gcc/testsuite/gfortran.dg/class_43.f03
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/class_43.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_44.f03
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/class_44.f03
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/lock_1.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/coarray/lock_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/sync_1.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/coarray/sync_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lock_1.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/coarray_lock_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lock_2.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/coarray_lock_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/extends_14.f03
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/extends_14.f03
    branches/gupc/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_5.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/move_alloc_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_check_10.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/pointer_check_10.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_check_9.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/pointer_check_9.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr49103.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/pr49103.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr49179.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/pr49179.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr49308.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/pr49308.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_31.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/proc_ptr_31.f90
    branches/gupc/gcc/testsuite/gfortran.dg/read_list_eof_1.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/read_list_eof_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/trim_optimize_7.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/trim_optimize_7.f90
    branches/gupc/gcc/testsuite/gfortran.dg/trim_optimize_8.f90
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/trim_optimize_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_assignment_3.f03
      - copied unchanged from r175587, trunk/gcc/testsuite/gfortran.dg/typebound_assignment_3.f03
    branches/gupc/gcc/testsuite/gnat.dg/constant3.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/constant3.adb
    branches/gupc/gcc/testsuite/gnat.dg/deferred_const4.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/deferred_const4.adb
    branches/gupc/gcc/testsuite/gnat.dg/deferred_const4.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/deferred_const4.ads
    branches/gupc/gcc/testsuite/gnat.dg/deferred_const4_pkg.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/deferred_const4_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/discr31.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/discr31.adb
    branches/gupc/gcc/testsuite/gnat.dg/discr31.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/discr31.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/cond_expr1.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/specs/cond_expr1.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type1.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type1.adb
    branches/gupc/gcc/testsuite/gnat.dg/taft_type1_pkg1.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type1_pkg1.adb
    branches/gupc/gcc/testsuite/gnat.dg/taft_type1_pkg1.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type1_pkg1.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type1_pkg2.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type1_pkg2.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type2.adb
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type2.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type3.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type3.adb
    branches/gupc/gcc/testsuite/gnat.dg/taft_type3_pkg.ads
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/taft_type3_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/volatile6.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/volatile6.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile7.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/volatile7.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile8.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/volatile8.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile9.adb
      - copied unchanged from r175587, trunk/gcc/testsuite/gnat.dg/volatile9.adb
    branches/gupc/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
      - copied unchanged from r175587, trunk/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
      - copied unchanged from r175587, trunk/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
      - copied unchanged from r175587, trunk/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.h
      - copied unchanged from r175587, trunk/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m
      - copied unchanged from r175587, trunk/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/runtime.h
      - copied unchanged from r175587, trunk/gcc/testsuite/objc-obj-c++-shared/runtime.h
    branches/gupc/gcc/testsuite/objc.dg/method-lookup-1.m
      - copied unchanged from r175587, trunk/gcc/testsuite/objc.dg/method-lookup-1.m
    branches/gupc/libgcc/config/alpha/libgcc-osf5.ver
      - copied unchanged from r175587, trunk/libgcc/config/alpha/libgcc-osf5.ver
    branches/gupc/libgcc/config/alpha/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/alpha/linux-unwind.h
    branches/gupc/libgcc/config/alpha/osf5-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/alpha/osf5-unwind.h
    branches/gupc/libgcc/config/alpha/t-alpha
      - copied unchanged from r175587, trunk/libgcc/config/alpha/t-alpha
    branches/gupc/libgcc/config/alpha/t-ieee
      - copied unchanged from r175587, trunk/libgcc/config/alpha/t-ieee
    branches/gupc/libgcc/config/alpha/t-osf-pthread
      - copied unchanged from r175587, trunk/libgcc/config/alpha/t-osf-pthread
    branches/gupc/libgcc/config/alpha/t-slibgcc-osf
      - copied unchanged from r175587, trunk/libgcc/config/alpha/t-slibgcc-osf
    branches/gupc/libgcc/config/alpha/vms-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/alpha/vms-unwind.h
    branches/gupc/libgcc/config/bfin/
      - copied from r175587, trunk/libgcc/config/bfin/
    branches/gupc/libgcc/config/i386/enable-execute-stack-mingw32.c
      - copied unchanged from r175587, trunk/libgcc/config/i386/enable-execute-stack-mingw32.c
    branches/gupc/libgcc/config/i386/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/i386/linux-unwind.h
    branches/gupc/libgcc/config/i386/sol2-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/i386/sol2-unwind.h
    branches/gupc/libgcc/config/i386/w32-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/i386/w32-unwind.h
    branches/gupc/libgcc/config/ia64/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/ia64/linux-unwind.h
    branches/gupc/libgcc/config/ia64/vms-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/ia64/vms-unwind.h
    branches/gupc/libgcc/config/m68k/
      - copied from r175587, trunk/libgcc/config/m68k/
    branches/gupc/libgcc/config/mips/irix-crti.S
      - copied unchanged from r175587, trunk/libgcc/config/mips/irix-crti.S
    branches/gupc/libgcc/config/mips/irix-crtn.S
      - copied unchanged from r175587, trunk/libgcc/config/mips/irix-crtn.S
    branches/gupc/libgcc/config/mips/irix6-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/mips/irix6-unwind.h
    branches/gupc/libgcc/config/mips/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/mips/linux-unwind.h
    branches/gupc/libgcc/config/mips/t-irix6
      - copied unchanged from r175587, trunk/libgcc/config/mips/t-irix6
    branches/gupc/libgcc/config/mips/t-slibgcc-irix
      - copied unchanged from r175587, trunk/libgcc/config/mips/t-slibgcc-irix
    branches/gupc/libgcc/config/no-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/no-unwind.h
    branches/gupc/libgcc/config/pa/
      - copied from r175587, trunk/libgcc/config/pa/
    branches/gupc/libgcc/config/rs6000/darwin-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/rs6000/darwin-unwind.h
    branches/gupc/libgcc/config/rs6000/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/rs6000/linux-unwind.h
    branches/gupc/libgcc/config/s390/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/s390/linux-unwind.h
    branches/gupc/libgcc/config/s390/tpf-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/s390/tpf-unwind.h
    branches/gupc/libgcc/config/sh/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/sh/linux-unwind.h
    branches/gupc/libgcc/config/sparc/linux-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/sparc/linux-unwind.h
    branches/gupc/libgcc/config/sparc/sol2-unwind.h
      - copied unchanged from r175587, trunk/libgcc/config/sparc/sol2-unwind.h
    branches/gupc/libgcc/config/xtensa/
      - copied from r175587, trunk/libgcc/config/xtensa/
    branches/gupc/libgcc/enable-execute-stack-empty.c
      - copied unchanged from r175587, trunk/libgcc/enable-execute-stack-empty.c
    branches/gupc/libgcc/enable-execute-stack-mprotect.c
      - copied unchanged from r175587, trunk/libgcc/enable-execute-stack-mprotect.c
    branches/gupc/libgo/runtime/go-make-slice.c
      - copied unchanged from r175587, trunk/libgo/runtime/go-make-slice.c
    branches/gupc/libjava/include/posix-signal.h
      - copied unchanged from r175587, trunk/libjava/include/posix-signal.h
Removed:
    branches/gupc/gcc/config/alpha/linux-unwind.h
    branches/gupc/gcc/config/alpha/osf5-unwind.h
    branches/gupc/gcc/config/alpha/t-osf-pthread
    branches/gupc/gcc/config/alpha/t-osf5
    branches/gupc/gcc/config/alpha/vms-unwind.h
    branches/gupc/gcc/config/bfin/linux-unwind.h
    branches/gupc/gcc/config/i386/linux-unwind.h
    branches/gupc/gcc/config/i386/sol2-10.h
    branches/gupc/gcc/config/i386/sol2-gas.h
    branches/gupc/gcc/config/i386/sol2-unwind.h
    branches/gupc/gcc/config/i386/t-sol2-10
    branches/gupc/gcc/config/i386/w32-unwind.h
    branches/gupc/gcc/config/ia64/linux-unwind.h
    branches/gupc/gcc/config/ia64/vms-unwind.h
    branches/gupc/gcc/config/m68k/linux-unwind.h
    branches/gupc/gcc/config/mips/irix-crti.asm
    branches/gupc/gcc/config/mips/irix-crtn.asm
    branches/gupc/gcc/config/mips/linux-unwind.h
    branches/gupc/gcc/config/mips/t-iris
    branches/gupc/gcc/config/mips/t-iris6
    branches/gupc/gcc/config/mips/t-slibgcc-irix
    branches/gupc/gcc/config/pa/hpux-unwind.h
    branches/gupc/gcc/config/pa/linux-unwind.h
    branches/gupc/gcc/config/rs6000/darwin-unwind.h
    branches/gupc/gcc/config/rs6000/linux-unwind.h
    branches/gupc/gcc/config/s390/linux-unwind.h
    branches/gupc/gcc/config/s390/tpf-unwind.h
    branches/gupc/gcc/config/sh/linux-unwind.h
    branches/gupc/gcc/config/sol2-gld.h
    branches/gupc/gcc/config/sparc/linux-unwind.h
    branches/gupc/gcc/config/sparc/sol2-bi.h
    branches/gupc/gcc/config/sparc/sol2-gas-bi.h
    branches/gupc/gcc/config/sparc/sol2-gas.h
    branches/gupc/gcc/config/sparc/sol2-gld-bi.h
    branches/gupc/gcc/config/sparc/sol2-unwind.h
    branches/gupc/gcc/config/v850/t-v850e
    branches/gupc/gcc/config/vms/vms-crtl-64.h
    branches/gupc/gcc/config/vms/vms-crtl.h
    branches/gupc/gcc/config/xtensa/linux-unwind.h
    branches/gupc/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-16.c
    branches/gupc/gcc/testsuite/gnat.dg/tamdt.adb
    branches/gupc/gcc/testsuite/gnat.dg/tamdt.ads
    branches/gupc/gcc/testsuite/gnat.dg/tamdt_aux.ads
    branches/gupc/gcc/testsuite/gnat.dg/test_tamdt.adb
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/Object1-implementation.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/Object1.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/Object1.m
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/Object1.mm
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/Protocol1.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/next-mapping.h
    branches/gupc/gcc/testsuite/objc.dg/type-stream-1.m
    branches/gupc/gcc/testsuite/objc/execute/next_mapping.h
    branches/gupc/libgcc/config/mips/t-crtfm
    branches/gupc/libjava/include/solaris-signal.h
    branches/gupc/libobjc/archive.c
    branches/gupc/libobjc/objc/deprecated/
    branches/gupc/libobjc/objc/encoding.h
    branches/gupc/libobjc/objc/hash.h
    branches/gupc/libobjc/objc/objc-api.h
    branches/gupc/libobjc/objc/objc-list.h
    branches/gupc/libobjc/objc/sarray.h
    branches/gupc/libobjc/objc/typedstream.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/Makefile.def
    branches/gupc/Makefile.in
    branches/gupc/config.guess
    branches/gupc/config.sub
    branches/gupc/config/ChangeLog
    branches/gupc/config/mh-darwin
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/gcc_update
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/config.h.in
    branches/gupc/fixincludes/configure
    branches/gupc/fixincludes/configure.ac
    branches/gupc/fixincludes/fixincl.x
    branches/gupc/fixincludes/inclhack.def
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/acinclude.m4
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/einfo.ads
    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/misc.c
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/attribs.c
    branches/gupc/gcc/auto-inc-dec.c
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/bt-load.c
    branches/gupc/gcc/builtin-types.def
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/builtins.def
    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-cppbuiltin.c
    branches/gupc/gcc/c-family/c-format.c
    branches/gupc/gcc/c-family/c-omp.c
    branches/gupc/gcc/c-family/c-opts.c
    branches/gupc/gcc/c-family/c-pragma.c
    branches/gupc/gcc/c-family/c-pragma.h
    branches/gupc/gcc/c-family/c-pretty-print.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgcleanup.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfglayout.c
    branches/gupc/gcc/cfgloop.h
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine-stack-adj.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/compare-elim.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/alpha/linux.h
    branches/gupc/gcc/config/alpha/netbsd.h
    branches/gupc/gcc/config/alpha/osf5.h
    branches/gupc/gcc/config/alpha/vms.h
    branches/gupc/gcc/config/alpha/vms64.h
    branches/gupc/gcc/config/arm/arm-cores.def
    branches/gupc/gcc/config/arm/arm-opts.h
    branches/gupc/gcc/config/arm/arm-protos.h
    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/neon.md
    branches/gupc/gcc/config/arm/predicates.md
    branches/gupc/gcc/config/arm/t-bpabi
    branches/gupc/gcc/config/arm/t-symbian
    branches/gupc/gcc/config/arm/thumb2.md
    branches/gupc/gcc/config/arm/vfp.md
    branches/gupc/gcc/config/avr/avr-devices.c
    branches/gupc/gcc/config/avr/avr-protos.h
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/avr/avr.h
    branches/gupc/gcc/config/avr/avr.md
    branches/gupc/gcc/config/avr/avr.opt
    branches/gupc/gcc/config/avr/constraints.md
    branches/gupc/gcc/config/avr/libgcc.S
    branches/gupc/gcc/config/avr/predicates.md
    branches/gupc/gcc/config/avr/t-avr
    branches/gupc/gcc/config/bfin/bfin.c
    branches/gupc/gcc/config/bfin/bfin.h
    branches/gupc/gcc/config/bfin/bfin.md
    branches/gupc/gcc/config/bfin/linux.h
    branches/gupc/gcc/config/bfin/uclinux.h
    branches/gupc/gcc/config/cris/cris.c
    branches/gupc/gcc/config/cris/cris.h
    branches/gupc/gcc/config/darwin-protos.h
    branches/gupc/gcc/config/darwin.c
    branches/gupc/gcc/config/darwin.h
    branches/gupc/gcc/config/darwin9.h
    branches/gupc/gcc/config/fr30/fr30.c
    branches/gupc/gcc/config/frv/frv.c
    branches/gupc/gcc/config/h8300/h8300.c
    branches/gupc/gcc/config/h8300/h8300.md
    branches/gupc/gcc/config/i386/constraints.md
    branches/gupc/gcc/config/i386/crtfastmath.c
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/gnu-user64.h
    branches/gupc/gcc/config/i386/i386-protos.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/kfreebsd-gnu.h
    branches/gupc/gcc/config/i386/linux.h
    branches/gupc/gcc/config/i386/linux64.h
    branches/gupc/gcc/config/i386/mingw32.h
    branches/gupc/gcc/config/i386/mmx.md
    branches/gupc/gcc/config/i386/netbsd-elf.h
    branches/gupc/gcc/config/i386/netbsd64.h
    branches/gupc/gcc/config/i386/predicates.md
    branches/gupc/gcc/config/i386/sol2.h
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/i386/t-i386
    branches/gupc/gcc/config/ia64/ia64-protos.h
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/ia64/linux.h
    branches/gupc/gcc/config/ia64/unwind-ia64.c
    branches/gupc/gcc/config/ia64/vms.h
    branches/gupc/gcc/config/ia64/vms64.h
    branches/gupc/gcc/config/iq2000/iq2000.c
    branches/gupc/gcc/config/kfreebsd-gnu.h
    branches/gupc/gcc/config/lm32/lm32.c
    branches/gupc/gcc/config/m32c/m32c.c
    branches/gupc/gcc/config/m32r/m32r.c
    branches/gupc/gcc/config/m68k/linux.h
    branches/gupc/gcc/config/m68k/m68k.c
    branches/gupc/gcc/config/mcore/mcore.c
    branches/gupc/gcc/config/mep/mep.c
    branches/gupc/gcc/config/microblaze/microblaze.c
    branches/gupc/gcc/config/mips/iris6.h
    branches/gupc/gcc/config/mips/linux.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mmix/mmix.c
    branches/gupc/gcc/config/mmix/mmix.md
    branches/gupc/gcc/config/mn10300/mn10300.c
    branches/gupc/gcc/config/mn10300/mn10300.h
    branches/gupc/gcc/config/mn10300/mn10300.md
    branches/gupc/gcc/config/moxie/moxie.c
    branches/gupc/gcc/config/moxie/moxie.md
    branches/gupc/gcc/config/netbsd.h
    branches/gupc/gcc/config/openbsd.h
    branches/gupc/gcc/config/pa/pa-hpux.h
    branches/gupc/gcc/config/pa/pa.c
    branches/gupc/gcc/config/pa/pa32-linux.h
    branches/gupc/gcc/config/pa/som.h
    branches/gupc/gcc/config/pdp11/pdp11.c
    branches/gupc/gcc/config/picochip/picochip.c
    branches/gupc/gcc/config/picochip/t-picochip
    branches/gupc/gcc/config/rs6000/darwin.h
    branches/gupc/gcc/config/rs6000/linux.h
    branches/gupc/gcc/config/rs6000/linux64.h
    branches/gupc/gcc/config/rs6000/rs6000-protos.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rs6000/t-rs6000
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/s390/linux.h
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.h
    branches/gupc/gcc/config/s390/tpf.h
    branches/gupc/gcc/config/score/score-protos.h
    branches/gupc/gcc/config/score/score.c
    branches/gupc/gcc/config/sh/linux.h
    branches/gupc/gcc/config/sh/predicates.md
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sol2-10.h
    branches/gupc/gcc/config/sol2.h
    branches/gupc/gcc/config/sol2.opt
    branches/gupc/gcc/config/sparc/freebsd.h
    branches/gupc/gcc/config/sparc/linux.h
    branches/gupc/gcc/config/sparc/linux64.h
    branches/gupc/gcc/config/sparc/netbsd-elf.h
    branches/gupc/gcc/config/sparc/sol2.h
    branches/gupc/gcc/config/sparc/sparc-protos.h
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/sparc/sparc.h
    branches/gupc/gcc/config/sparc/sparc.md
    branches/gupc/gcc/config/sparc/sparc.opt
    branches/gupc/gcc/config/sparc/t-elf
    branches/gupc/gcc/config/sparc/t-leon
    branches/gupc/gcc/config/spu/spu-protos.h
    branches/gupc/gcc/config/spu/spu.c
    branches/gupc/gcc/config/stormy16/stormy16.c
    branches/gupc/gcc/config/t-darwin
    branches/gupc/gcc/config/t-freebsd
    branches/gupc/gcc/config/t-linux
    branches/gupc/gcc/config/t-sol2
    branches/gupc/gcc/config/v850/v850.c
    branches/gupc/gcc/config/v850/v850.h
    branches/gupc/gcc/config/v850/v850.md
    branches/gupc/gcc/config/vax/vax.c
    branches/gupc/gcc/config/vms/t-vms
    branches/gupc/gcc/config/xtensa/linux.h
    branches/gupc/gcc/config/xtensa/unwind-dw2-xtensa.c
    branches/gupc/gcc/config/xtensa/xtensa.c
    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-objcp-common.c
    branches/gupc/gcc/cp/cp-tree.def
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/cvt.c
    branches/gupc/gcc/cp/cxx-pretty-print.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/except.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/optimize.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/ptree.c
    branches/gupc/gcc/cp/search.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/cprop.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/dbxout.c
    branches/gupc/gcc/dce.c
    branches/gupc/gcc/ddg.c
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/df-problems.c
    branches/gupc/gcc/df-scan.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/md.texi
    branches/gupc/gcc/doc/objc.texi
    branches/gupc/gcc/doc/rtl.texi
    branches/gupc/gcc/doc/sourcebuild.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/dojump.c
    branches/gupc/gcc/dse.c
    branches/gupc/gcc/dwarf2asm.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/except.c
    branches/gupc/gcc/explow.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/class.c
    branches/gupc/gcc/fortran/decl.c
    branches/gupc/gcc/fortran/dump-parse-tree.c
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/f95-lang.c
    branches/gupc/gcc/fortran/frontend-passes.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/interface.c
    branches/gupc/gcc/fortran/intrinsic.c
    branches/gupc/gcc/fortran/intrinsic.texi
    branches/gupc/gcc/fortran/io.c
    branches/gupc/gcc/fortran/iso-fortran-env.def
    branches/gupc/gcc/fortran/match.c
    branches/gupc/gcc/fortran/match.h
    branches/gupc/gcc/fortran/module.c
    branches/gupc/gcc/fortran/parse.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/st.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-openmp.c
    branches/gupc/gcc/fortran/trans-stmt.c
    branches/gupc/gcc/fortran/trans-stmt.h
    branches/gupc/gcc/fortran/trans.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/function.h
    branches/gupc/gcc/fwprop.c
    branches/gupc/gcc/gcse.c
    branches/gupc/gcc/genattr.c
    branches/gupc/gcc/genhooks.c
    branches/gupc/gcc/genopinit.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-low.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    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-gcc.cc
    branches/gupc/gcc/go/go-lang.c
    branches/gupc/gcc/go/gofrontend/backend.h
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/gogo-tree.cc
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/gogo.h
    branches/gupc/gcc/go/gofrontend/runtime.cc
    branches/gupc/gcc/go/gofrontend/runtime.def
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/go/gofrontend/types.h
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/implicit-zee.c
    branches/gupc/gcc/init-regs.c
    branches/gupc/gcc/integrate.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-pure-const.c
    branches/gupc/gcc/ipa-ref.c
    branches/gupc/gcc/ipa-ref.h
    branches/gupc/gcc/ipa-reference.c
    branches/gupc/gcc/ipa-split.c
    branches/gupc/gcc/ipa-utils.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/builtins.c
    branches/gupc/gcc/java/decl.c
    branches/gupc/gcc/java/expr.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/libgcc2.c
    branches/gupc/gcc/libgcc2.h
    branches/gupc/gcc/longlong.h
    branches/gupc/gcc/loop-init.c
    branches/gupc/gcc/lower-subreg.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-opts.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/ChangeLog
    branches/gupc/gcc/lto/lto-lang.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/matrix-reorg.c
    branches/gupc/gcc/mkmap-flat.awk
    branches/gupc/gcc/mode-switching.c
    branches/gupc/gcc/modulo-sched.c
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/optabs.h
    branches/gupc/gcc/opts.c
    branches/gupc/gcc/params.c
    branches/gupc/gcc/params.def
    branches/gupc/gcc/params.h
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/de.po
    branches/gupc/gcc/po/exgettext
    branches/gupc/gcc/po/gcc.pot
    branches/gupc/gcc/postreload-gcse.c
    branches/gupc/gcc/postreload.c
    branches/gupc/gcc/predict.c
    branches/gupc/gcc/prefix.c
    branches/gupc/gcc/pretty-print.h
    branches/gupc/gcc/print-rtl.c
    branches/gupc/gcc/recog.c
    branches/gupc/gcc/reg-notes.def
    branches/gupc/gcc/reg-stack.c
    branches/gupc/gcc/regcprop.c
    branches/gupc/gcc/reginfo.c
    branches/gupc/gcc/regmove.c
    branches/gupc/gcc/regrename.c
    branches/gupc/gcc/reload.c
    branches/gupc/gcc/reload.h
    branches/gupc/gcc/reload1.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/rtl.c
    branches/gupc/gcc/rtl.def
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/sched-rgn.c
    branches/gupc/gcc/sel-sched.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/store-motion.c
    branches/gupc/gcc/sync-builtins.def
    branches/gupc/gcc/system.h
    branches/gupc/gcc/target-def.h
    branches/gupc/gcc/target.def
    branches/gupc/gcc/target.h
    branches/gupc/gcc/targhooks.c
    branches/gupc/gcc/targhooks.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle11.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle12.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle17.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle20-2.C
    branches/gupc/gcc/testsuite/g++.dg/abi/pragma-pack1.C
    branches/gupc/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ice2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-union.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype26.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype28.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype29.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum11.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/forw_enum8.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-errloc2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr47416.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/method1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-5.C
    branches/gupc/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-6.C
    branches/gupc/gcc/testsuite/g++.dg/ext/case-range2.C
    branches/gupc/gcc/testsuite/g++.dg/ext/case-range3.C
    branches/gupc/gcc/testsuite/g++.dg/ext/complex7.C
    branches/gupc/gcc/testsuite/g++.dg/ext/injected-ttp.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/for-19.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr37533.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr38639.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/tpl-parallel-2.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/base3.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/using6.C
    branches/gupc/gcc/testsuite/g++.dg/init/placement4.C
    branches/gupc/gcc/testsuite/g++.dg/init/pr29571.C
    branches/gupc/gcc/testsuite/g++.dg/init/reference3.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/devirt-7.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/scoped6.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using7.C
    branches/gupc/gcc/testsuite/g++.dg/opt/devirt2.C
    branches/gupc/gcc/testsuite/g++.dg/other/abstract1.C
    branches/gupc/gcc/testsuite/g++.dg/other/error10.C
    branches/gupc/gcc/testsuite/g++.dg/other/error23.C
    branches/gupc/gcc/testsuite/g++.dg/other/error32.C
    branches/gupc/gcc/testsuite/g++.dg/other/error5.C
    branches/gupc/gcc/testsuite/g++.dg/other/field1.C
    branches/gupc/gcc/testsuite/g++.dg/other/offsetof5.C
    branches/gupc/gcc/testsuite/g++.dg/other/warning1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/bitfield2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/constant4.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash20.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash33.C
    branches/gupc/gcc/testsuite/g++.dg/parse/invalid-op1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/non-dependent2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/parameter-declaration-2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/template18.C
    branches/gupc/gcc/testsuite/g++.dg/parse/template7.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr152.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr166.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr176.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr213.C
    branches/gupc/gcc/testsuite/g++.dg/template/access11.C
    branches/gupc/gcc/testsuite/g++.dg/template/access2.C
    branches/gupc/gcc/testsuite/g++.dg/template/access3.C
    branches/gupc/gcc/testsuite/g++.dg/template/access7.C
    branches/gupc/gcc/testsuite/g++.dg/template/arg7.C
    branches/gupc/gcc/testsuite/g++.dg/template/cond2.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash13.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash40.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash7.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash84.C
    branches/gupc/gcc/testsuite/g++.dg/template/ctor5.C
    branches/gupc/gcc/testsuite/g++.dg/template/defarg13.C
    branches/gupc/gcc/testsuite/g++.dg/template/defarg14.C
    branches/gupc/gcc/testsuite/g++.dg/template/dependent-expr3.C
    branches/gupc/gcc/testsuite/g++.dg/template/dtor7.C
    branches/gupc/gcc/testsuite/g++.dg/template/eh2.C
    branches/gupc/gcc/testsuite/g++.dg/template/error17.C
    branches/gupc/gcc/testsuite/g++.dg/template/error2.C
    branches/gupc/gcc/testsuite/g++.dg/template/error43.C
    branches/gupc/gcc/testsuite/g++.dg/template/friend32.C
    branches/gupc/gcc/testsuite/g++.dg/template/injected1.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate1.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate3.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate5.C
    branches/gupc/gcc/testsuite/g++.dg/template/instantiate7.C
    branches/gupc/gcc/testsuite/g++.dg/template/local6.C
    branches/gupc/gcc/testsuite/g++.dg/template/lookup2.C
    branches/gupc/gcc/testsuite/g++.dg/template/member5.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend15.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend16.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend17.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend7.C
    branches/gupc/gcc/testsuite/g++.dg/template/meminit1.C
    branches/gupc/gcc/testsuite/g++.dg/template/nested3.C
    branches/gupc/gcc/testsuite/g++.dg/template/non-type-template-argument-1.C
    branches/gupc/gcc/testsuite/g++.dg/template/nontype12.C
    branches/gupc/gcc/testsuite/g++.dg/template/nontype13.C
    branches/gupc/gcc/testsuite/g++.dg/template/nontype6.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr23510.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr35240.C
    branches/gupc/gcc/testsuite/g++.dg/template/ptrmem15.C
    branches/gupc/gcc/testsuite/g++.dg/template/ptrmem6.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualified-id1.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp20.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp3.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp4.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp5.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp6.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp7.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp8.C
    branches/gupc/gcc/testsuite/g++.dg/template/recurse.C
    branches/gupc/gcc/testsuite/g++.dg/template/recurse2.C
    branches/gupc/gcc/testsuite/g++.dg/template/ref5.C
    branches/gupc/gcc/testsuite/g++.dg/template/scope2.C
    branches/gupc/gcc/testsuite/g++.dg/template/sfinae10.C
    branches/gupc/gcc/testsuite/g++.dg/template/sfinae3.C
    branches/gupc/gcc/testsuite/g++.dg/template/sizeof3.C
    branches/gupc/gcc/testsuite/g++.dg/template/static9.C
    branches/gupc/gcc/testsuite/g++.dg/template/template-id-2.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef13.C
    branches/gupc/gcc/testsuite/g++.dg/template/typename4.C
    branches/gupc/gcc/testsuite/g++.dg/template/using14.C
    branches/gupc/gcc/testsuite/g++.dg/template/using2.C
    branches/gupc/gcc/testsuite/g++.dg/template/warn1.C
    branches/gupc/gcc/testsuite/g++.dg/uninit-pred-3_b.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-13.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-15.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-16.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-17.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-18.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-19.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-20.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-23.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wshadow-6.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-3.C
    branches/gupc/gcc/testsuite/g++.dg/warn/noeffect2.C
    branches/gupc/gcc/testsuite/g++.dg/warn/noeffect4.C
    branches/gupc/gcc/testsuite/g++.dg/warn/overflow-warn-1.C
    branches/gupc/gcc/testsuite/g++.dg/warn/overflow-warn-3.C
    branches/gupc/gcc/testsuite/g++.dg/warn/overflow-warn-4.C
    branches/gupc/gcc/testsuite/g++.dg/warn/pr8570.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/init2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900119_01.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.oliva/template1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/friend8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/init4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/crash10.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/crash32.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/crash36.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/derived3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/error2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/explicit70.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/friend38.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/infinite1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/overload7.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr46534.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49029.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr45262.c
    branches/gupc/gcc/testsuite/gcc.dg/20020503-1.c
    branches/gupc/gcc/testsuite/gcc.dg/20051201-1.c
    branches/gupc/gcc/testsuite/gcc.dg/always_inline.c
    branches/gupc/gcc/testsuite/gcc.dg/always_inline2.c
    branches/gupc/gcc/testsuite/gcc.dg/always_inline3.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-object-size-1.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-object-size-2.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-protos-1.c
    branches/gupc/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/pr41264-1.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/pr49032.c
    branches/gupc/gcc/testsuite/gcc.dg/guality/rotatetest.c
    branches/gupc/gcc/testsuite/gcc.dg/inline-22.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20090218-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20090218-1_1.c
    branches/gupc/gcc/testsuite/gcc.dg/memcpy-3.c
    branches/gupc/gcc/testsuite/gcc.dg/pie-link.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-5.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-6.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/builtin-attr-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/tls/tls.exp
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/asm-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
    branches/gupc/gcc/testsuite/gcc.dg/uninit-pred-5_a.c
    branches/gupc/gcc/testsuite/gcc.dg/uninit-pred-5_b.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr48377.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-peel-3.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-peel-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/gupc/gcc/testsuite/gcc.target/arm/20031108-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/20090811-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/combine-cmp-shift.c
    branches/gupc/gcc/testsuite/gcc.target/arm/ctz.c
    branches/gupc/gcc/testsuite/gcc.target/arm/fp16-compile-vcvt.c
    branches/gupc/gcc/testsuite/gcc.target/arm/mla-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr39839.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr40482.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr40657-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr40956.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr41679.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr42235.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr42495.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr42505.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr42574.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr42879.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr45094.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr45701-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr45701-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr45701-3.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr46883.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr46934.c
    branches/gupc/gcc/testsuite/gcc.target/arm/scd42-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/scd42-3.c
    branches/gupc/gcc/testsuite/gcc.target/arm/stack-corruption.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb-branch1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb-ltu.c
    branches/gupc/gcc/testsuite/gcc.target/arm/xor-and.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c
    branches/gupc/gcc/testsuite/gcc.target/sparc/sparc-ret.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocatable_scalar_9.f90
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/vect-pr40979.f90
    branches/gupc/gcc/testsuite/lib/gcc-defs.exp
    branches/gupc/gcc/testsuite/lib/prune.exp
    branches/gupc/gcc/testsuite/lib/scanasm.exp
    branches/gupc/gcc/testsuite/lib/scandump.exp
    branches/gupc/gcc/testsuite/lib/target-supports-dg.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/testsuite/lib/timeout.exp
    branches/gupc/gcc/testsuite/obj-c++.dg/attributes/categ-attribute-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/attributes/categ-attribute-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/attributes/method-attribute-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/attributes/method-attribute-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/attributes/method-attribute-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/basic.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/bitfield-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/bitfield-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/bitfield-4.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/class-protocol-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/comp-types-11.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/comp-types-12.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/comp-types-13.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/comp-types-9.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/cxx-ivars-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/cxx-ivars-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/cxx-scope-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/cxx-scope-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/defs.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/encode-4.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/encode-5.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/encode-6.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/encode-7.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/except-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/exceptions-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/fix-and-continue-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/fsf-package-0.m
    branches/gupc/gcc/testsuite/obj-c++.dg/gnu-api-2-class.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/gnu-api-2-objc.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/gnu-runtime-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/gnu-runtime-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/invalid-type-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/isa-field-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/ivar-list-semi.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/layout-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/local-decl-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/lookup-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-10.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-11.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-12.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-13.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-15.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-17.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-19.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-21.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-22.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-23.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-6.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/method-7.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/no-extra-load.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/objc-gc-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/property/property-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/proto-lossage-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/proto-lossage-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/proto-qual-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/qual-types-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/selector-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/selector-5.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/selector-6.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/set-not-used-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/strings/const-str-12.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/strings/strings-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/super-class-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/sync-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/template-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/template-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/template-4.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/threedotthree-abi-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/const-str-10.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/const-str-11.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/const-str-7.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/const-str-8.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/const-str-9.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/strings/string1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/tls/thr-init-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/torture/trivial.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-11.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-7.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-8.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/try-catch-9.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/typedef-alias-1.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/va-meth-1.mm
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist.h
    branches/gupc/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-types.h
    branches/gupc/gcc/testsuite/objc.dg/attributes/categ-attribute-1.m
    branches/gupc/gcc/testsuite/objc.dg/attributes/categ-attribute-2.m
    branches/gupc/gcc/testsuite/objc.dg/attributes/method-attribute-1.m
    branches/gupc/gcc/testsuite/objc.dg/attributes/method-attribute-2.m
    branches/gupc/gcc/testsuite/objc.dg/attributes/method-attribute-3.m
    branches/gupc/gcc/testsuite/objc.dg/bitfield-1.m
    branches/gupc/gcc/testsuite/objc.dg/bitfield-3.m
    branches/gupc/gcc/testsuite/objc.dg/bitfield-5.m
    branches/gupc/gcc/testsuite/objc.dg/call-super-1.m
    branches/gupc/gcc/testsuite/objc.dg/call-super-2.m
    branches/gupc/gcc/testsuite/objc.dg/call-super-3.m
    branches/gupc/gcc/testsuite/objc.dg/category-1.m
    branches/gupc/gcc/testsuite/objc.dg/class-protocol-1.m
    branches/gupc/gcc/testsuite/objc.dg/comp-types-10.m
    branches/gupc/gcc/testsuite/objc.dg/comp-types-11.m
    branches/gupc/gcc/testsuite/objc.dg/comp-types-12.m
    branches/gupc/gcc/testsuite/objc.dg/comp-types-8.m
    branches/gupc/gcc/testsuite/objc.dg/defs.m
    branches/gupc/gcc/testsuite/objc.dg/desig-init-1.m
    branches/gupc/gcc/testsuite/objc.dg/encode-2.m
    branches/gupc/gcc/testsuite/objc.dg/encode-3.m
    branches/gupc/gcc/testsuite/objc.dg/encode-4.m
    branches/gupc/gcc/testsuite/objc.dg/encode-5.m
    branches/gupc/gcc/testsuite/objc.dg/encode-7-next-64bit.m
    branches/gupc/gcc/testsuite/objc.dg/encode-7-next.m
    branches/gupc/gcc/testsuite/objc.dg/encode-7.m
    branches/gupc/gcc/testsuite/objc.dg/encode-8.m
    branches/gupc/gcc/testsuite/objc.dg/exceptions-2.m
    branches/gupc/gcc/testsuite/objc.dg/fix-and-continue-1.m
    branches/gupc/gcc/testsuite/objc.dg/fix-and-continue-2.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-1.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-2.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-3.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-4.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-5.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-6.m
    branches/gupc/gcc/testsuite/objc.dg/foreach-7.m
    branches/gupc/gcc/testsuite/objc.dg/fsf-package-0.m
    branches/gupc/gcc/testsuite/objc.dg/func-ptr-1.m
    branches/gupc/gcc/testsuite/objc.dg/func-ptr-2.m
    branches/gupc/gcc/testsuite/objc.dg/gnu-api-2-class.m
    branches/gupc/gcc/testsuite/objc.dg/gnu-api-2-objc.m
    branches/gupc/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
    branches/gupc/gcc/testsuite/objc.dg/gnu-runtime-1.m
    branches/gupc/gcc/testsuite/objc.dg/gnu-runtime-3.m
    branches/gupc/gcc/testsuite/objc.dg/headers.m
    branches/gupc/gcc/testsuite/objc.dg/isa-field-1.m
    branches/gupc/gcc/testsuite/objc.dg/layout-1.m
    branches/gupc/gcc/testsuite/objc.dg/layout-2.m
    branches/gupc/gcc/testsuite/objc.dg/local-decl-2.m
    branches/gupc/gcc/testsuite/objc.dg/lookup-1.m
    branches/gupc/gcc/testsuite/objc.dg/method-10.m
    branches/gupc/gcc/testsuite/objc.dg/method-13.m
    branches/gupc/gcc/testsuite/objc.dg/method-15.m
    branches/gupc/gcc/testsuite/objc.dg/method-17.m
    branches/gupc/gcc/testsuite/objc.dg/method-19.m
    branches/gupc/gcc/testsuite/objc.dg/method-20b.m
    branches/gupc/gcc/testsuite/objc.dg/method-3.m
    branches/gupc/gcc/testsuite/objc.dg/method-4.m
    branches/gupc/gcc/testsuite/objc.dg/method-5.m
    branches/gupc/gcc/testsuite/objc.dg/method-6.m
    branches/gupc/gcc/testsuite/objc.dg/method-7.m
    branches/gupc/gcc/testsuite/objc.dg/method-9.m
    branches/gupc/gcc/testsuite/objc.dg/objc-fast-4.m
    branches/gupc/gcc/testsuite/objc.dg/objc-gc-4.m
    branches/gupc/gcc/testsuite/objc.dg/pr18255.m
    branches/gupc/gcc/testsuite/objc.dg/pr23214.m
    branches/gupc/gcc/testsuite/objc.dg/pr45878.m
    branches/gupc/gcc/testsuite/objc.dg/property/property-1.m
    branches/gupc/gcc/testsuite/objc.dg/proto-lossage-2.m
    branches/gupc/gcc/testsuite/objc.dg/proto-lossage-3.m
    branches/gupc/gcc/testsuite/objc.dg/proto-qual-1.m
    branches/gupc/gcc/testsuite/objc.dg/selector-2.m
    branches/gupc/gcc/testsuite/objc.dg/set-not-used-1.m
    branches/gupc/gcc/testsuite/objc.dg/sizeof-1.m
    branches/gupc/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
    branches/gupc/gcc/testsuite/objc.dg/special/unclaimed-category-1.m
    branches/gupc/gcc/testsuite/objc.dg/stret-1.m
    branches/gupc/gcc/testsuite/objc.dg/stret-2.m
    branches/gupc/gcc/testsuite/objc.dg/strings/strings-1.m
    branches/gupc/gcc/testsuite/objc.dg/super-class-3.m
    branches/gupc/gcc/testsuite/objc.dg/super-class-4.m
    branches/gupc/gcc/testsuite/objc.dg/sync-1.m
    branches/gupc/gcc/testsuite/objc.dg/sync-2.m
    branches/gupc/gcc/testsuite/objc.dg/threedotthree-abi-1.m
    branches/gupc/gcc/testsuite/objc.dg/torture/forward-1.m
    branches/gupc/gcc/testsuite/objc.dg/torture/strings/const-str-10.m
    branches/gupc/gcc/testsuite/objc.dg/torture/strings/const-str-11.m
    branches/gupc/gcc/testsuite/objc.dg/torture/strings/const-str-7.m
    branches/gupc/gcc/testsuite/objc.dg/torture/strings/const-str-8.m
    branches/gupc/gcc/testsuite/objc.dg/torture/strings/const-str-9.m
    branches/gupc/gcc/testsuite/objc.dg/torture/tls/thr-init-3.m
    branches/gupc/gcc/testsuite/objc.dg/torture/trivial.m
    branches/gupc/gcc/testsuite/objc.dg/try-catch-1.m
    branches/gupc/gcc/testsuite/objc.dg/try-catch-10.m
    branches/gupc/gcc/testsuite/objc.dg/try-catch-3.m
    branches/gupc/gcc/testsuite/objc.dg/try-catch-6.m
    branches/gupc/gcc/testsuite/objc.dg/try-catch-7.m
    branches/gupc/gcc/testsuite/objc.dg/type-size-2.m
    branches/gupc/gcc/testsuite/objc.dg/typedef-alias-1.m
    branches/gupc/gcc/testsuite/objc.dg/va-meth-1.m
    branches/gupc/gcc/testsuite/objc.dg/zero-link-1.m
    branches/gupc/gcc/testsuite/objc.dg/zero-link-3.m
    branches/gupc/gcc/testsuite/objc/compile/trivial.m
    branches/gupc/gcc/testsuite/objc/execute/IMP.m
    branches/gupc/gcc/testsuite/objc/execute/_cmd.m
    branches/gupc/gcc/testsuite/objc/execute/accessing_ivars.m
    branches/gupc/gcc/testsuite/objc/execute/bf-common.h
    branches/gupc/gcc/testsuite/objc/execute/bycopy-1.m
    branches/gupc/gcc/testsuite/objc/execute/bycopy-2.m
    branches/gupc/gcc/testsuite/objc/execute/bycopy-3.m
    branches/gupc/gcc/testsuite/objc/execute/cascading-1.m
    branches/gupc/gcc/testsuite/objc/execute/class-1.m
    branches/gupc/gcc/testsuite/objc/execute/class-10.m
    branches/gupc/gcc/testsuite/objc/execute/class-11.m
    branches/gupc/gcc/testsuite/objc/execute/class-12.m
    branches/gupc/gcc/testsuite/objc/execute/class-13.m
    branches/gupc/gcc/testsuite/objc/execute/class-14.m
    branches/gupc/gcc/testsuite/objc/execute/class-2.m
    branches/gupc/gcc/testsuite/objc/execute/class-3.m
    branches/gupc/gcc/testsuite/objc/execute/class-4.m
    branches/gupc/gcc/testsuite/objc/execute/class-5.m
    branches/gupc/gcc/testsuite/objc/execute/class-6.m
    branches/gupc/gcc/testsuite/objc/execute/class-7.m
    branches/gupc/gcc/testsuite/objc/execute/class-8.m
    branches/gupc/gcc/testsuite/objc/execute/class-9.m
    branches/gupc/gcc/testsuite/objc/execute/class-tests-1.h
    branches/gupc/gcc/testsuite/objc/execute/class-tests-2.h
    branches/gupc/gcc/testsuite/objc/execute/class_self-1.m
    branches/gupc/gcc/testsuite/objc/execute/class_self-2.m
    branches/gupc/gcc/testsuite/objc/execute/compatibility_alias.m
    branches/gupc/gcc/testsuite/objc/execute/encode-1.m
    branches/gupc/gcc/testsuite/objc/execute/enumeration-1.m
    branches/gupc/gcc/testsuite/objc/execute/enumeration-2.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/catchall-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/finally-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/foward-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/handler-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/matcher-1.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/throw-nil.m
    branches/gupc/gcc/testsuite/objc/execute/exceptions/trivial.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-1.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-2.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-3.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-4.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-5.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-6.m
    branches/gupc/gcc/testsuite/objc/execute/formal_protocol-7.m
    branches/gupc/gcc/testsuite/objc/execute/function-message-1.m
    branches/gupc/gcc/testsuite/objc/execute/informal_protocol.m
    branches/gupc/gcc/testsuite/objc/execute/load-3.m
    branches/gupc/gcc/testsuite/objc/execute/many_args_method.m
    branches/gupc/gcc/testsuite/objc/execute/nested-3.m
    branches/gupc/gcc/testsuite/objc/execute/nested-func-1.m
    branches/gupc/gcc/testsuite/objc/execute/nil_method-1.m
    branches/gupc/gcc/testsuite/objc/execute/no_clash.m
    branches/gupc/gcc/testsuite/objc/execute/np-1.m
    branches/gupc/gcc/testsuite/objc/execute/np-2.m
    branches/gupc/gcc/testsuite/objc/execute/object_is_class.m
    branches/gupc/gcc/testsuite/objc/execute/object_is_meta_class.m
    branches/gupc/gcc/testsuite/objc/execute/private.m
    branches/gupc/gcc/testsuite/objc/execute/protocol-isEqual-1.m
    branches/gupc/gcc/testsuite/objc/execute/protocol-isEqual-2.m
    branches/gupc/gcc/testsuite/objc/execute/protocol-isEqual-3.m
    branches/gupc/gcc/testsuite/objc/execute/protocol-isEqual-4.m
    branches/gupc/gcc/testsuite/objc/execute/redefining_self.m
    branches/gupc/gcc/testsuite/objc/execute/root_methods.m
    branches/gupc/gcc/testsuite/objc/execute/selector-1.m
    branches/gupc/gcc/testsuite/objc/execute/static-1.m
    branches/gupc/gcc/testsuite/objc/execute/static-2.m
    branches/gupc/gcc/testsuite/objc/execute/trivial.m
    branches/gupc/gcc/testsuite/objc/execute/va_method.m
    branches/gupc/gcc/timevar.c
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/tracer.c
    branches/gupc/gcc/tree-call-cdce.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfgcleanup.c
    branches/gupc/gcc/tree-complex.c
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-dfa.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-emutls.c
    branches/gupc/gcc/tree-flow-inline.h
    branches/gupc/gcc/tree-flow.h
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-loop-distribution.c
    branches/gupc/gcc/tree-mudflap.c
    branches/gupc/gcc/tree-nrv.c
    branches/gupc/gcc/tree-object-size.c
    branches/gupc/gcc/tree-optimize.c
    branches/gupc/gcc/tree-parloops.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-sra.c
    branches/gupc/gcc/tree-ssa-alias.c
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa-copy.c
    branches/gupc/gcc/tree-ssa-copyrename.c
    branches/gupc/gcc/tree-ssa-dce.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-dse.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-ifcombine.c
    branches/gupc/gcc/tree-ssa-loop-ch.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    branches/gupc/gcc/tree-ssa-loop-niter.c
    branches/gupc/gcc/tree-ssa-loop-prefetch.c
    branches/gupc/gcc/tree-ssa-loop.c
    branches/gupc/gcc/tree-ssa-math-opts.c
    branches/gupc/gcc/tree-ssa-phiopt.c
    branches/gupc/gcc/tree-ssa-phiprop.c
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-reassoc.c
    branches/gupc/gcc/tree-ssa-sink.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa-uncprop.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-stdarg.c
    branches/gupc/gcc/tree-switch-conversion.c
    branches/gupc/gcc/tree-tailcall.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-generic.c
    branches/gupc/gcc/tree-vect-loop-manip.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.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/treestruct.def
    branches/gupc/gcc/unwind-dw2.c
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-act.c
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/gcc/web.c
    branches/gupc/include/ChangeLog
    branches/gupc/include/demangle.h
    branches/gupc/include/dwarf2.h
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/directives.c
    branches/gupc/libcpp/files.c
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/cpplib.pot
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/testsuite/libffi.call/ffitest.h
    branches/gupc/libffi/testsuite/libffi.call/huge_struct.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/Makefile.in
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/alpha/t-crtfm
    branches/gupc/libgcc/config/avr/t-avr
    branches/gupc/libgcc/config/s390/t-tpf
    branches/gupc/libgcc/config/sparc/sol2-ci.S
    branches/gupc/libgcc/config/sparc/sol2-cn.S
    branches/gupc/libgcc/config/t-sol2
    branches/gupc/libgcc/configure
    branches/gupc/libgcc/configure.ac
    branches/gupc/libgcc/libgcc-std.ver.in
    branches/gupc/libgcc/shared-object.mk
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/caf/libcaf.h
    branches/gupc/libgfortran/caf/mpi.c
    branches/gupc/libgfortran/caf/single.c
    branches/gupc/libgfortran/config/fpu-387.h
    branches/gupc/libgfortran/io/list_read.c
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/runtime/go-map-delete.c
    branches/gupc/libgo/runtime/go-map-index.c
    branches/gupc/libgo/runtime/go-new-channel.c
    branches/gupc/libgo/runtime/go-new-map.c
    branches/gupc/libgo/runtime/go-reflect-call.c
    branches/gupc/libgo/runtime/go-reflect-chan.c
    branches/gupc/libgo/runtime/go-reflect.c
    branches/gupc/libgo/runtime/go-type.h
    branches/gupc/libgo/runtime/map.h
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/env.c
    branches/gupc/libgomp/iter.c
    branches/gupc/libgomp/iter_ull.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/cp-demangle.c
    branches/gupc/libiberty/testsuite/demangle-expected
    branches/gupc/libiberty/testsuite/test-demangle.c
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/classpath/   (props changed)
    branches/gupc/libjava/configure
    branches/gupc/libjava/configure.ac
    branches/gupc/libjava/configure.host
    branches/gupc/libjava/gnu/gcj/convert/natIconv.cc
    branches/gupc/libjava/include/aix-signal.h
    branches/gupc/libmudflap/ChangeLog
    branches/gupc/libmudflap/config.h.in
    branches/gupc/libmudflap/configure
    branches/gupc/libmudflap/configure.ac
    branches/gupc/libmudflap/mf-hooks2.c
    branches/gupc/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c
    branches/gupc/libobjc/ChangeLog
    branches/gupc/libobjc/Makefile.in
    branches/gupc/libobjc/Object.m
    branches/gupc/libobjc/Protocol.m
    branches/gupc/libobjc/class.c
    branches/gupc/libobjc/configure
    branches/gupc/libobjc/configure.ac
    branches/gupc/libobjc/encoding.c
    branches/gupc/libobjc/error.c
    branches/gupc/libobjc/exception.c
    branches/gupc/libobjc/gc.c
    branches/gupc/libobjc/libobjc.def
    branches/gupc/libobjc/linking.m
    branches/gupc/libobjc/memory.c
    branches/gupc/libobjc/objc-private/common.h
    branches/gupc/libobjc/objc-private/module-abi-8.h
    branches/gupc/libobjc/objc-private/protocols.h
    branches/gupc/libobjc/objc-private/runtime.h
    branches/gupc/libobjc/objc-private/selector.h
    branches/gupc/libobjc/objc/Object.h
    branches/gupc/libobjc/objc/Protocol.h
    branches/gupc/libobjc/objc/README
    branches/gupc/libobjc/objc/message.h
    branches/gupc/libobjc/objc/objc.h
    branches/gupc/libobjc/objc/runtime.h
    branches/gupc/libobjc/objects.c
    branches/gupc/libobjc/protocols.c
    branches/gupc/libobjc/sarray.c
    branches/gupc/libobjc/selector.c
    branches/gupc/libobjc/sendmsg.c
    branches/gupc/libobjc/thr.c
    branches/gupc/maintainer-scripts/ChangeLog
    branches/gupc/maintainer-scripts/update_version_svn


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