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]

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


Author: gfunck
Date: Tue Jan 10 21:56:09 2012
New Revision: 183075

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183075
Log:

        Merge trunk version 183072 into gupc branch.
        Incorporates libcpp __BASE_FILE__ fix.

gcc/upc/
	* upc-genericize.c (upc_expand_put): Use is_gimple_reg instead of
	is_gimple_non_addressable.

libgupc/
	* smp/upc_pgm_info.c (__upc_validate_pgm_info):  Ignore intervening
	null bytes in the UPC program information section, to ensure that
	all configuration information strings are processed.  Allow
	static THREADS compilations to be mixed with dynamic THREADS
	compilations as long as the static THREADS values all match.

Added:
    branches/gupc/libstdc++-v3/ChangeLog
      - copied unchanged from r183072, trunk/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/ChangeLog-2011
      - copied unchanged from r183072, trunk/libstdc++-v3/ChangeLog-2011
    branches/gupc/libstdc++-v3/libsupc++/atomic_lockfree_defines.h
      - copied unchanged from r183072, trunk/libstdc++-v3/libsupc++/atomic_lockfree_defines.h
    branches/gupc/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/cv_quals_3.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/20_util/bind/cv_quals_3.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/is_constructible/51185.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/20_util/is_constructible/51185.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/51365.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/20_util/tuple/51365.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/map/element_access/39901.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/map/element_access/39901.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/final_hash.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/final_hash.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/
      - copied from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/observers.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/observers.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/2.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/final_hash.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/final_hash.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/
      - copied from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/observers.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/observers.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/copy.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/2.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/2.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/final_hash.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/final_hash.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
      - copied from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/observers.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/observers.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/final_hash.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/final_hash.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/rehash.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/rehash.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/
      - copied from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/observers.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/observers.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty2_neg.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty_neg.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty_neg.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/
      - copied from r183072, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/
    branches/gupc/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc
    branches/gupc/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
    branches/gupc/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/performance/23_containers/copy_construct/unordered_set.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/cv_quals.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/tr1/3_function_objects/bind/cv_quals.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/mixed.cc
      - copied unchanged from r183072, trunk/libstdc++-v3/testsuite/tr1/3_function_objects/bind/mixed.cc
Modified:
    branches/gupc/libstdc++-v3/Makefile.in
    branches/gupc/libstdc++-v3/acinclude.m4
    branches/gupc/libstdc++-v3/config.h.in
    branches/gupc/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/gupc/libstdc++-v3/config/os/mingw32-w64/os_defines.h
    branches/gupc/libstdc++-v3/config/os/mingw32/os_defines.h
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/doc/Makefile.in
    branches/gupc/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/gupc/libstdc++-v3/doc/html/api.html
    branches/gupc/libstdc++-v3/doc/html/faq.html
    branches/gupc/libstdc++-v3/doc/html/index.html
    branches/gupc/libstdc++-v3/doc/html/manual/abi.html
    branches/gupc/libstdc++-v3/doc/html/manual/algorithms.html
    branches/gupc/libstdc++-v3/doc/html/manual/api.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/gupc/libstdc++-v3/doc/html/manual/atomics.html
    branches/gupc/libstdc++-v3/doc/html/manual/backwards.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt02.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch21s02.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03ch30s02.html
    branches/gupc/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
    branches/gupc/libstdc++-v3/doc/html/manual/concurrency.html
    branches/gupc/libstdc++-v3/doc/html/manual/configure.html
    branches/gupc/libstdc++-v3/doc/html/manual/containers.html
    branches/gupc/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/gupc/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/gupc/libstdc++-v3/doc/html/manual/extensions.html
    branches/gupc/libstdc++-v3/doc/html/manual/facets.html
    branches/gupc/libstdc++-v3/doc/html/manual/index.html
    branches/gupc/libstdc++-v3/doc/html/manual/intro.html
    branches/gupc/libstdc++-v3/doc/html/manual/io.html
    branches/gupc/libstdc++-v3/doc/html/manual/iterators.html
    branches/gupc/libstdc++-v3/doc/html/manual/localization.html
    branches/gupc/libstdc++-v3/doc/html/manual/memory.html
    branches/gupc/libstdc++-v3/doc/html/manual/numerics.html
    branches/gupc/libstdc++-v3/doc/html/manual/pairs.html
    branches/gupc/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/gupc/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/gupc/libstdc++-v3/doc/html/manual/policy_data_structures_design.html
    branches/gupc/libstdc++-v3/doc/html/manual/policy_data_structures_using.html
    branches/gupc/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/gupc/libstdc++-v3/doc/html/manual/source_organization.html
    branches/gupc/libstdc++-v3/doc/html/manual/status.html
    branches/gupc/libstdc++-v3/doc/html/manual/strings.html
    branches/gupc/libstdc++-v3/doc/html/manual/support.html
    branches/gupc/libstdc++-v3/doc/html/manual/test.html
    branches/gupc/libstdc++-v3/doc/html/manual/using.html
    branches/gupc/libstdc++-v3/doc/html/manual/using_concurrency.html
    branches/gupc/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html
    branches/gupc/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/gupc/libstdc++-v3/doc/html/manual/using_headers.html
    branches/gupc/libstdc++-v3/doc/html/manual/utilities.html
    branches/gupc/libstdc++-v3/doc/xml/manual/abi.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/algorithms.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/concurrency_extensions.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/debug.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/extensions.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/iterators.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/using.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/utilities.xml
    branches/gupc/libstdc++-v3/fragment.am
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    branches/gupc/libstdc++-v3/include/bits/atomic_base.h
    branches/gupc/libstdc++-v3/include/bits/functional_hash.h
    branches/gupc/libstdc++-v3/include/bits/hashtable.h
    branches/gupc/libstdc++-v3/include/bits/hashtable_policy.h
    branches/gupc/libstdc++-v3/include/bits/locale_classes.h
    branches/gupc/libstdc++-v3/include/bits/locale_classes.tcc
    branches/gupc/libstdc++-v3/include/bits/move.h
    branches/gupc/libstdc++-v3/include/bits/regex.h
    branches/gupc/libstdc++-v3/include/bits/shared_ptr.h
    branches/gupc/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/gupc/libstdc++-v3/include/bits/stl_algo.h
    branches/gupc/libstdc++-v3/include/bits/stl_heap.h
    branches/gupc/libstdc++-v3/include/bits/stl_list.h
    branches/gupc/libstdc++-v3/include/bits/stl_numeric.h
    branches/gupc/libstdc++-v3/include/bits/stl_pair.h
    branches/gupc/libstdc++-v3/include/bits/unordered_map.h
    branches/gupc/libstdc++-v3/include/bits/unordered_set.h
    branches/gupc/libstdc++-v3/include/c_global/cinttypes
    branches/gupc/libstdc++-v3/include/debug/debug.h
    branches/gupc/libstdc++-v3/include/debug/formatter.h
    branches/gupc/libstdc++-v3/include/debug/macros.h
    branches/gupc/libstdc++-v3/include/debug/safe_base.h
    branches/gupc/libstdc++-v3/include/debug/unordered_map
    branches/gupc/libstdc++-v3/include/debug/unordered_set
    branches/gupc/libstdc++-v3/include/ext/atomicity.h
    branches/gupc/libstdc++-v3/include/parallel/equally_split.h
    branches/gupc/libstdc++-v3/include/profile/unordered_map
    branches/gupc/libstdc++-v3/include/profile/unordered_set
    branches/gupc/libstdc++-v3/include/std/atomic
    branches/gupc/libstdc++-v3/include/std/bitset
    branches/gupc/libstdc++-v3/include/std/chrono
    branches/gupc/libstdc++-v3/include/std/complex
    branches/gupc/libstdc++-v3/include/std/fstream
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/include/std/future
    branches/gupc/libstdc++-v3/include/std/iomanip
    branches/gupc/libstdc++-v3/include/std/istream
    branches/gupc/libstdc++-v3/include/std/ostream
    branches/gupc/libstdc++-v3/include/std/stdexcept
    branches/gupc/libstdc++-v3/include/std/system_error
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/include/tr1/functional
    branches/gupc/libstdc++-v3/include/tr1/type_traits
    branches/gupc/libstdc++-v3/include/tr2/dynamic_bitset
    branches/gupc/libstdc++-v3/include/tr2/type_traits
    branches/gupc/libstdc++-v3/libsupc++/Makefile.am
    branches/gupc/libstdc++-v3/libsupc++/Makefile.in
    branches/gupc/libstdc++-v3/libsupc++/bad_alloc.cc
    branches/gupc/libstdc++-v3/libsupc++/bad_cast.cc
    branches/gupc/libstdc++-v3/libsupc++/bad_typeid.cc
    branches/gupc/libstdc++-v3/libsupc++/cxxabi.h
    branches/gupc/libstdc++-v3/libsupc++/eh_exception.cc
    branches/gupc/libstdc++-v3/libsupc++/eh_ptr.cc
    branches/gupc/libstdc++-v3/libsupc++/eh_throw.cc
    branches/gupc/libstdc++-v3/libsupc++/eh_tm.cc
    branches/gupc/libstdc++-v3/libsupc++/exception
    branches/gupc/libstdc++-v3/libsupc++/exception_ptr.h
    branches/gupc/libstdc++-v3/libsupc++/guard.cc
    branches/gupc/libstdc++-v3/libsupc++/initializer_list
    branches/gupc/libstdc++-v3/libsupc++/nested_exception.cc
    branches/gupc/libstdc++-v3/libsupc++/nested_exception.h
    branches/gupc/libstdc++-v3/libsupc++/typeinfo
    branches/gupc/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/gupc/libstdc++-v3/po/Makefile.in
    branches/gupc/libstdc++-v3/python/Makefile.in
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gupc/libstdc++-v3/scripts/run_doxygen
    branches/gupc/libstdc++-v3/src/Makefile.in
    branches/gupc/libstdc++-v3/src/chrono.cc
    branches/gupc/libstdc++-v3/src/compatibility-c++0x.cc
    branches/gupc/libstdc++-v3/src/debug.cc
    branches/gupc/libstdc++-v3/src/future.cc
    branches/gupc/libstdc++-v3/src/shared_ptr.cc
    branches/gupc/libstdc++-v3/src/stdexcept.cc
    branches/gupc/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc
    branches/gupc/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc
    branches/gupc/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/forward/c_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/forward/f_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/is_constructible/value-2.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/uses_allocator/cons_neg.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/num_put/put/char/9780-2.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/unordered_map/erase/1.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/1.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/1.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/24061-multiset.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_range.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single_move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/erase/1.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc
    branches/gupc/libstdc++-v3/testsuite/29_atomics/headers/atomic/macros.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc
    branches/gupc/libstdc++-v3/testsuite/Makefile.in
    branches/gupc/libstdc++-v3/testsuite/abi/demangle/regression/cw-16.cc
    branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/gupc/libstdc++-v3/testsuite/performance/25_algorithms/search_n.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr_expired.cc
    branches/gupc/libstdc++-v3/testsuite/util/exception/safety.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_container_traits.h

Changes in other areas also in this revision:
Added:
    branches/gupc/config/weakref.m4
      - copied unchanged from r183072, trunk/config/weakref.m4
    branches/gupc/gcc/ChangeLog-2011
      - copied unchanged from r183072, trunk/gcc/ChangeLog-2011
    branches/gupc/gcc/ada/ChangeLog-2011
      - copied unchanged from r183072, trunk/gcc/ada/ChangeLog-2011
    branches/gupc/gcc/ada/a-numaux-vms.ads
      - copied unchanged from r183072, trunk/gcc/ada/a-numaux-vms.ads
    branches/gupc/gcc/ada/g-exptty.adb
      - copied unchanged from r183072, trunk/gcc/ada/g-exptty.adb
    branches/gupc/gcc/ada/g-exptty.ads
      - copied unchanged from r183072, trunk/gcc/ada/g-exptty.ads
    branches/gupc/gcc/ada/g-tty.adb
      - copied unchanged from r183072, trunk/gcc/ada/g-tty.adb
    branches/gupc/gcc/ada/g-tty.ads
      - copied unchanged from r183072, trunk/gcc/ada/g-tty.ads
    branches/gupc/gcc/ada/s-asthan-vms-ia64.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-asthan-vms-ia64.adb
    branches/gupc/gcc/ada/s-auxdec-vms-ia64.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-auxdec-vms-ia64.adb
    branches/gupc/gcc/ada/s-diflio.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-diflio.adb
    branches/gupc/gcc/ada/s-diflio.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-diflio.ads
    branches/gupc/gcc/ada/s-diinio.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-diinio.adb
    branches/gupc/gcc/ada/s-diinio.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-diinio.ads
    branches/gupc/gcc/ada/s-dimkio.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-dimkio.ads
    branches/gupc/gcc/ada/s-dimmks.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-dimmks.ads
    branches/gupc/gcc/ada/s-dmotpr.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-dmotpr.ads
    branches/gupc/gcc/ada/s-llflex.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-llflex.ads
    branches/gupc/gcc/ada/s-memory-vms_64.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-memory-vms_64.adb
    branches/gupc/gcc/ada/s-memory-vms_64.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-memory-vms_64.ads
    branches/gupc/gcc/ada/s-osinte-vms-ia64.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-osinte-vms-ia64.adb
    branches/gupc/gcc/ada/s-osinte-vms-ia64.ads
      - copied unchanged from r183072, trunk/gcc/ada/s-osinte-vms-ia64.ads
    branches/gupc/gcc/ada/s-tasdeb-vms.adb
      - copied unchanged from r183072, trunk/gcc/ada/s-tasdeb-vms.adb
    branches/gupc/gcc/ada/sem_dim.adb
      - copied unchanged from r183072, trunk/gcc/ada/sem_dim.adb
    branches/gupc/gcc/ada/sem_dim.ads
      - copied unchanged from r183072, trunk/gcc/ada/sem_dim.ads
    branches/gupc/gcc/ada/terminals.c
      - copied unchanged from r183072, trunk/gcc/ada/terminals.c
    branches/gupc/gcc/ada/thread.c
      - copied unchanged from r183072, trunk/gcc/ada/thread.c
    branches/gupc/gcc/config/arm/cortex-a15.md
      - copied unchanged from r183072, trunk/gcc/config/arm/cortex-a15.md
    branches/gupc/gcc/config/avr/avr-dimode.md
      - copied unchanged from r183072, trunk/gcc/config/avr/avr-dimode.md
    branches/gupc/gcc/config/avr/genmultilib.awk
      - copied unchanged from r183072, trunk/gcc/config/avr/genmultilib.awk
    branches/gupc/gcc/config/avr/multilib.h
      - copied unchanged from r183072, trunk/gcc/config/avr/multilib.h
    branches/gupc/gcc/config/avr/t-multilib
      - copied unchanged from r183072, trunk/gcc/config/avr/t-multilib
    branches/gupc/gcc/config/m68k/sync.md
      - copied unchanged from r183072, trunk/gcc/config/m68k/sync.md
    branches/gupc/gcc/config/rl78/
      - copied from r183072, trunk/gcc/config/rl78/
    branches/gupc/gcc/config/sh/sync.md
      - copied unchanged from r183072, trunk/gcc/config/sh/sync.md
    branches/gupc/gcc/config/sparc/tso.h
      - copied unchanged from r183072, trunk/gcc/config/sparc/tso.h
    branches/gupc/gcc/cp/ChangeLog-2011
      - copied unchanged from r183072, trunk/gcc/cp/ChangeLog-2011
    branches/gupc/gcc/fortran/ChangeLog-2011
      - copied unchanged from r183072, trunk/gcc/fortran/ChangeLog-2011
    branches/gupc/gcc/go/go-linemap.cc
      - copied unchanged from r183072, trunk/gcc/go/go-linemap.cc
    branches/gupc/gcc/go/go-location.h
      - copied unchanged from r183072, trunk/gcc/go/go-location.h
    branches/gupc/gcc/go/gofrontend/go-linemap.h
      - copied unchanged from r183072, trunk/gcc/go/gofrontend/go-linemap.h
    branches/gupc/gcc/ree.c
      - copied unchanged from r183072, trunk/gcc/ree.c
    branches/gupc/gcc/testsuite/ChangeLog-2011
      - copied unchanged from r183072, trunk/gcc/testsuite/ChangeLog-2011
    branches/gupc/gcc/testsuite/c-c++-common/abi-bf.c
      - copied unchanged from r183072, trunk/gcc/testsuite/c-c++-common/abi-bf.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr51360.c
      - copied unchanged from r183072, trunk/gcc/testsuite/c-c++-common/gomp/pr51360.c
    branches/gupc/gcc/testsuite/c-c++-common/pr51768.c
      - copied unchanged from r183072, trunk/gcc/testsuite/c-c++-common/pr51768.c
    branches/gupc/gcc/testsuite/c-c++-common/tm/20111206.c
      - copied unchanged from r183072, trunk/gcc/testsuite/c-c++-common/tm/20111206.c
    branches/gupc/gcc/testsuite/c-c++-common/transparent-union-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/c-c++-common/transparent-union-1.c
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle51.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle51.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle52.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle52.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle53.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle53.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle54.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle54.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle55.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle55.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle56.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle56.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle57.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle57.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle58.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle58.C
    branches/gupc/gcc/testsuite/g++.dg/abi/mangle59.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/abi/mangle59.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/reinterpret4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/conversion/reinterpret4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-14.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-14.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-17.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-17.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-18.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-18.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alignof4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/alignof4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto28.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/auto28.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto29.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/auto29.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto30.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/auto30.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto31.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/auto31.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-51369.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-51369.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-99.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-99.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-cache1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-cache1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ice4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ice4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ice5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ice5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrsub.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrsub.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-union2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-union2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/dc6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/dc6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype36.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/decltype36.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/error7.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/error7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist-postfix-open-square.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-postfix-open-square.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist61.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/initlist61.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist62.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/initlist62.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist63.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/initlist63.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist64.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/initlist64.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-virtual1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-virtual1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nullptr26.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr26.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51313.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/pr51313.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51420.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/pr51420.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51463.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/pr51463.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51547.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/pr51547.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51619.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/pr51619.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/ptrmem-cst-arg1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/ptrmem-cst-arg1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-cast3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/rv-cast3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/rv-cast4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/rv-cast4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/static_assert6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/static_assert6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-raw-length.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-raw-length.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-resolve.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-resolve.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic121.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/cpp0x/variadic121.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/wrong-tag-1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/diagnostic/wrong-tag-1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/desig3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/ext/desig3.C
    branches/gupc/gcc/testsuite/g++.dg/ext/desig4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/ext/desig4.C
    branches/gupc/gcc/testsuite/g++.dg/ext/is_final.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/ext/is_final.C
    branches/gupc/gcc/testsuite/g++.dg/ext/underlying_type11.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/ext/underlying_type11.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-12.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gcov/gcov-12.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-13.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gcov/gcov-13.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-14.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gcov/gcov-14.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcovpart-12b.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gcov/gcovpart-12b.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr51360.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gomp/pr51360.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr51669.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/gomp/pr51669.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/crash3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/inherit/crash3.C
    branches/gupc/gcc/testsuite/g++.dg/init/aggr8.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/init/aggr8.C
    branches/gupc/gcc/testsuite/g++.dg/init/constant1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/init/constant1.C
    branches/gupc/gcc/testsuite/g++.dg/init/static4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/init/static4.C
    branches/gupc/gcc/testsuite/g++.dg/init/value10.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/init/value10.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/pr51759.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/ipa/pr51759.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/nested2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lookup/nested2.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using50.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lookup/using50.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using51.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lookup/using51.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr48042_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr48042_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr48354-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr48354-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr48508-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr48508-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr48508-1_1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr48508-1_1.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51564-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51564-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51567-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51567-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51572-2_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51572-2_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51573-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51573-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51650-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51650-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51650-2_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51650-2_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr51650-3_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/lto/pr51650-3_0.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr50682.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr50682.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr50747-1_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr50747-1_0.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr50747-2_0.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr50747-2_0.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51014.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51014.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51117.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51117.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51262.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51262.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51396.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51396.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51575.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51575.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr51596.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/opt/pr51596.C
    branches/gupc/gcc/testsuite/g++.dg/other/abstract3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/other/abstract3.C
    branches/gupc/gcc/testsuite/g++.dg/other/enum2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/other/enum2.C
    branches/gupc/gcc/testsuite/g++.dg/other/pr49912.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/other/pr49912.C
    branches/gupc/gcc/testsuite/g++.dg/parse/enum6.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/parse/enum6.C
    branches/gupc/gcc/testsuite/g++.dg/parse/enum7.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/parse/enum7.C
    branches/gupc/gcc/testsuite/g++.dg/parse/enum8.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/parse/enum8.C
    branches/gupc/gcc/testsuite/g++.dg/parse/error45.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/parse/error45.C
    branches/gupc/gcc/testsuite/g++.dg/parse/new5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/parse/new5.C
    branches/gupc/gcc/testsuite/g++.dg/rtti/dyncast5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/rtti/dyncast5.C
    branches/gupc/gcc/testsuite/g++.dg/template/cond8.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/cond8.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash109.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/crash109.C
    branches/gupc/gcc/testsuite/g++.dg/template/error47.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/error47.C
    branches/gupc/gcc/testsuite/g++.dg/template/init9.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/init9.C
    branches/gupc/gcc/testsuite/g++.dg/template/static32.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/static32.C
    branches/gupc/gcc/testsuite/g++.dg/template/using16.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/using16.C
    branches/gupc/gcc/testsuite/g++.dg/template/using17.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/using17.C
    branches/gupc/gcc/testsuite/g++.dg/template/using18.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/using18.C
    branches/gupc/gcc/testsuite/g++.dg/template/using19.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/template/using19.C
    branches/gupc/gcc/testsuite/g++.dg/tm/asm-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/asm-1.c
    branches/gupc/gcc/testsuite/g++.dg/tm/cgraph_edge.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/cgraph_edge.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-1.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/noexcept-1.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/noexcept-2.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/noexcept-3.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/noexcept-4.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-5.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/noexcept-5.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr47747.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/pr47747.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr51212.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/pr51212.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr51411-2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/pr51411-2.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr51411.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/pr51411.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr51516.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/pr51516.C
    branches/gupc/gcc/testsuite/g++.dg/tm/template-2.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tm/template-2.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr51198.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/torture/pr51198.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr51436.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/torture/pr51436.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr51482.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/torture/pr51482.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr51600.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/torture/pr51600.C
    branches/gupc/gcc/testsuite/g++.dg/tree-prof/pr51719.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tree-prof/pr51719.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
    branches/gupc/gcc/testsuite/g++.dg/vect/pr51485.cc
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/vect/pr51485.cc
    branches/gupc/gcc/testsuite/g++.dg/warn/Woverflow-4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Woverflow-4.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wparentheses-26.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Wparentheses-26.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wredundant-decls-spec.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Wredundant-decls-spec.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wreturn-4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Wreturn-4.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-3.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-3.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-4.C
      - copied unchanged from r183072, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-4.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/20111209-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/20111209-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr48641.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr48641.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr49710.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr49710.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr50380.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr50380.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51069.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51069.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51246.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51246.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51247.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51247.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51354.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51354.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51495.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51495.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51694.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51694.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51761.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51761.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr51767.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/compile/pr51767.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20111212-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/20111212-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20111227-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/20111227-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20120105-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/20120105-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk-lib.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk-lib.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr51323.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/pr51323.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr51466.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.c-torture/execute/pr51466.c
    branches/gupc/gcc/testsuite/gcc.dg/20111216-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/20111216-1.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-op-optimize.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/atomic-op-optimize.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-pr51256.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/atomic-pr51256.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-version-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/c11-version-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-version-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/c11-version-2.c
    branches/gupc/gcc/testsuite/gcc.dg/c94-version-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/c94-version-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c99-version-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/c99-version-1.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
    branches/gupc/gcc/testsuite/gcc.dg/fold-compare-6.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/fold-compare-6.c
    branches/gupc/gcc/testsuite/gcc.dg/gnu11-version-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/gnu11-version-1.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/pr51339.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/gomp/pr51339.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/interchange-16.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/graphite/interchange-16.c
    branches/gupc/gcc/testsuite/gcc.dg/guality/pr48437.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/guality/pr48437.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/pr50744.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/ipa/pr50744.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/pr51362.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/ipa/pr51362.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111207-1_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111207-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111207-1_1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111207-1_1.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111207-1_2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111207-1_2.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111207-1_3.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111207-1_3.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111207-2_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111207-2_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20111213-1_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/20111213-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr51572-1_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/pr51572-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/trans-mem-1_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/trans-mem-1_1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-1_1.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/trans-mem-2_0.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-2_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/trans-mem-2_1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-2_1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr33919-0.h
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr33919-0.h
    branches/gupc/gcc/testsuite/gcc.dg/pr33919-1.h
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr33919-1.h
    branches/gupc/gcc/testsuite/gcc.dg/pr33919-2.h
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr33919-2.h
    branches/gupc/gcc/testsuite/gcc.dg/pr33919.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr33919.c
    branches/gupc/gcc/testsuite/gcc.dg/pr45416.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr45416.c
    branches/gupc/gcc/testsuite/gcc.dg/pr50078.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr50078.c
    branches/gupc/gcc/testsuite/gcc.dg/pr50290.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr50290.c
    branches/gupc/gcc/testsuite/gcc.dg/pr50764.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr50764.c
    branches/gupc/gcc/testsuite/gcc.dg/pr50765.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr50765.c
    branches/gupc/gcc/testsuite/gcc.dg/pr50827.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr50827.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51261.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51261.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51321.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51321.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51408.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51408.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51481.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51481.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51491-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51491-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51491.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51491.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51519.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51519.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51557.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51557.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51644.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51644.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51683.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51683.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51695.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51695.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51762.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/pr51762.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-11.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/sms-11.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/asm-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tm/asm-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/pr51472.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tm/pr51472.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/pr51696.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tm/pr51696.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr45830.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr45830.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr49997.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr49997.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr50396.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr50396.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr50823.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr50823.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr51070-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr51070-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr51245.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr51245.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr51692.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr51692.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr51760.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr51760.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr51801.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/torture/pr51801.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/pr50907.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tree-prof/pr50907.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr43491.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr43491.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr51583.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr51583.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr51074.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/pr51074.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr51301.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/pr51301.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr51590.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/pr51590.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-13-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-13-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-24-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-24-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-3-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-3-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-34-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-34-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-4-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-4-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-cond-2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-cond-2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-multitypes-11-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/slp-multitypes-11-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-1-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-1-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-10-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-10-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-105-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-105-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-112-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-112-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-122.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-122.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-15-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-15-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-31-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-31-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-32-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-32-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-33-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-33-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-34-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-34-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-35-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-35-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-36-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-36-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-6-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-6-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-73-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-73-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-74-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-74-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-75-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-75-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-76-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-76-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-80-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-80-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-85-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-85-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-89-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-89-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-97-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-97-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-98-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-98-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-all-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-all-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-double-reduc-6-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-double-reduc-6-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-iv-8-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-iv-8-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-iv-8a-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-iv-8a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-1-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1a-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-1a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1b-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-1b-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-2a-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-2a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-2c-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-2c-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-3-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-3-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-3a-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-3a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4a-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-4a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4b-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-4b-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4c-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-4c-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4d-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-4d-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4m-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-4m-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-fir-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-fir-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-fir-lb-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-fir-lb-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-1-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-over-widen-1-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-over-widen-2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-3-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-over-widen-3-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-4-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-over-widen-4-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-1char-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-1char-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-2char-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-2char-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1b-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1b-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1c-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1c-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2b-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2b-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-sdivmod-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-sdivmod-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-shift-2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap2-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap2-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/volatile-bitfields-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/volatile-bitfields-2.c
    branches/gupc/gcc/testsuite/gcc.dg/volatile3.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.dg/volatile3.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon/vect-vcvt.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/arm/neon/vect-vcvt.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon/vect-vcvtq.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/arm/neon/vect-vcvtq.c
    branches/gupc/gcc/testsuite/gcc.target/arm/sibcall-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/arm/sibcall-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/volatile-bitfields-4.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/arm/volatile-bitfields-4.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/int24-mul.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/avr/torture/int24-mul.c
    branches/gupc/gcc/testsuite/gcc.target/i386/movdi-rex64.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/i386/movdi-rex64.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr48721.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/i386/pr48721.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr50038.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/i386/pr50038.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr50725.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/i386/pr50725.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr51393.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/i386/pr51393.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-10.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-10.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-11.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-11.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-12.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-12.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-3.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-3.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-4.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-4.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-5.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-5.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-6.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-6.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-7.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-7.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-8.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-8.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-9.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/div-9.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips64-dsp-ldx.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mips64-dsp-ldx.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips64-dsp-ldx1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mips64-dsp-ldx1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-10.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-10.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-11.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-11.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-12.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-12.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-13.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-13.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-14.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-14.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-15.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-15.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-16.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-16.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-17.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-17.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-18.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-18.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-19.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-19.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-3.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-3.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-4.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-4.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-5.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-5.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-6.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-6.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-7.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-7.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-8.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-8.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-9.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/mult-9.c
    branches/gupc/gcc/testsuite/gcc.target/mips/no-dsp-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/no-dsp-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/octeon2-lx-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/octeon2-lx-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/octeon2-lx-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/octeon2-lx-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/octeon2-lx-3.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/octeon2-lx-3.c
    branches/gupc/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/soft-float-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/mips/soft-float-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/altivec-perm-1.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/powerpc/altivec-perm-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/altivec-perm-2.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/powerpc/altivec-perm-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/altivec-perm-4.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/powerpc/altivec-perm-4.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc-target-4.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/powerpc/ppc-target-4.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr51623.c
      - copied unchanged from r183072, trunk/gcc/testsuite/gcc.target/powerpc/pr51623.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_typespec_5.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/allocate_with_typespec_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/associate_10.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/associate_10.f90
    branches/gupc/gcc/testsuite/gfortran.dg/assumed_charlen_substring_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/assumed_charlen_substring_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/block_10.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/block_10.f90
    branches/gupc/gcc/testsuite/gfortran.dg/bounds_check_16.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/bounds_check_16.f90
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_1.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_1.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_2.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_2.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_3.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_3.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_4.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_4.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_5.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_5.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_6.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_6.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_7.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_7.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_8.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_8.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_array_9.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_array_9.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_to_type_1.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/class_to_type_1.f03
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/allocate_errgmsg.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray/allocate_errgmsg.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/image_index_3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray/image_index_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/poly_run_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray/poly_run_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/poly_run_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray/poly_run_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/poly_run_3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray/poly_run_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lib_alloc_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray_lib_alloc_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lib_alloc_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray_lib_alloc_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_poly_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray_poly_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_poly_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray_poly_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_poly_3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/coarray_poly_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/common_17.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/common_17.f90
    branches/gupc/gcc/testsuite/gfortran.dg/deallocate_stat_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/deallocate_stat_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/default_initialization_5.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/default_initialization_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/elemental_optional_args_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/elemental_optional_args_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/function_optimize_9.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/function_optimize_9.f90
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/pr51089.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/gomp/pr51089.f90
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/workshare2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/gomp/workshare2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/workshare3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/gomp/workshare3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/implicit_pure_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/implicit_pure_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/inline_sum_3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/inline_sum_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/io_real_boz_3.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/io_real_boz_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/io_real_boz_4.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/io_real_boz_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/io_real_boz_5.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/io_real_boz_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/iso_c_binding_compiler_4.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/iso_c_binding_compiler_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/pr41576_0.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/lto/pr41576_0.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/pr41576_1.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/lto/pr41576_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_10.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/move_alloc_10.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_6.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/move_alloc_6.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_7.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/move_alloc_7.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_8.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/move_alloc_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/move_alloc_9.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/move_alloc_9.f90
    branches/gupc/gcc/testsuite/gfortran.dg/optional_absent_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/optional_absent_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/private_type_14.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/private_type_14.f90
    branches/gupc/gcc/testsuite/gfortran.dg/realloc_on_assign_8.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/select_type_24.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/select_type_24.f90
    branches/gupc/gcc/testsuite/gfortran.dg/select_type_25.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/select_type_25.f90
    branches/gupc/gcc/testsuite/gfortran.dg/trans-mem-skel.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/trans-mem-skel.f90
    branches/gupc/gcc/testsuite/gfortran.dg/type_to_class_1.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/type_to_class_1.f03
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_operator_10.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/typebound_operator_10.f03
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_operator_11.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/typebound_operator_11.f90
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_operator_7.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/typebound_operator_7.f03
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_operator_8.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/typebound_operator_8.f03
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_operator_9.f03
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/typebound_operator_9.f03
    branches/gupc/gcc/testsuite/gfortran.dg/use_17.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/use_17.f90
    branches/gupc/gcc/testsuite/gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90
    branches/gupc/gcc/testsuite/gfortran.dg/vect/pr51285.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/vect/pr51285.f90
    branches/gupc/gcc/testsuite/gfortran.dg/volatile13.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/volatile13.f90
    branches/gupc/gcc/testsuite/gfortran.dg/warn_function_without_result_2.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/warn_function_without_result_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/whole_file_35.f90
      - copied unchanged from r183072, trunk/gcc/testsuite/gfortran.dg/whole_file_35.f90
    branches/gupc/gcc/testsuite/gnat.dg/array18.adb
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/array18.adb
    branches/gupc/gcc/testsuite/gnat.dg/array18_pkg.ads
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/array18_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/elab3.ads
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/specs/elab3.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/loop_optimization1.ads
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/specs/loop_optimization1.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/loop_optimization1_pkg.adb
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/specs/loop_optimization1_pkg.adb
    branches/gupc/gcc/testsuite/gnat.dg/specs/loop_optimization1_pkg.ads
      - copied unchanged from r183072, trunk/gcc/testsuite/gnat.dg/specs/loop_optimization1_pkg.ads
    branches/gupc/libgcc/config/darwin-crt-tm.c
      - copied unchanged from r183072, trunk/libgcc/config/darwin-crt-tm.c
    branches/gupc/libgcc/config/ia64/t-ia64-elf
      - copied unchanged from r183072, trunk/libgcc/config/ia64/t-ia64-elf
    branches/gupc/libgcc/config/m68k/linux-atomic.c
      - copied unchanged from r183072, trunk/libgcc/config/m68k/linux-atomic.c
    branches/gupc/libgcc/config/m68k/t-linux
      - copied unchanged from r183072, trunk/libgcc/config/m68k/t-linux
    branches/gupc/libgcc/config/rl78/
      - copied from r183072, trunk/libgcc/config/rl78/
    branches/gupc/libgcc/config/rs6000/t-savresfgpr
      - copied unchanged from r183072, trunk/libgcc/config/rs6000/t-savresfgpr
    branches/gupc/libgfortran/ChangeLog-2011
      - copied unchanged from r183072, trunk/libgfortran/ChangeLog-2011
    branches/gupc/libgo/go/crypto/x509/pkcs8.go
      - copied unchanged from r183072, trunk/libgo/go/crypto/x509/pkcs8.go
    branches/gupc/libgo/go/crypto/x509/pkcs8_test.go
      - copied unchanged from r183072, trunk/libgo/go/crypto/x509/pkcs8_test.go
    branches/gupc/libgo/go/encoding/asn1/
      - copied from r183072, trunk/libgo/go/encoding/asn1/
    branches/gupc/libgo/go/encoding/csv/
      - copied from r183072, trunk/libgo/go/encoding/csv/
    branches/gupc/libgo/go/encoding/gob/
      - copied from r183072, trunk/libgo/go/encoding/gob/
    branches/gupc/libgo/go/encoding/json/
      - copied from r183072, trunk/libgo/go/encoding/json/
    branches/gupc/libgo/go/encoding/xml/
      - copied from r183072, trunk/libgo/go/encoding/xml/
    branches/gupc/libgo/go/errors/
      - copied from r183072, trunk/libgo/go/errors/
    branches/gupc/libgo/go/exp/inotify/
      - copied from r183072, trunk/libgo/go/exp/inotify/
    branches/gupc/libgo/go/exp/sql/driver/types_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/sql/driver/types_test.go
    branches/gupc/libgo/go/exp/ssh/cipher.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/cipher.go
    branches/gupc/libgo/go/exp/ssh/cipher_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/cipher_test.go
    branches/gupc/libgo/go/exp/ssh/client.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/client.go
    branches/gupc/libgo/go/exp/ssh/client_auth.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/client_auth.go
    branches/gupc/libgo/go/exp/ssh/client_auth_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/client_auth_test.go
    branches/gupc/libgo/go/exp/ssh/client_func_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/client_func_test.go
    branches/gupc/libgo/go/exp/ssh/common_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/common_test.go
    branches/gupc/libgo/go/exp/ssh/session.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/session.go
    branches/gupc/libgo/go/exp/ssh/session_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/session_test.go
    branches/gupc/libgo/go/exp/ssh/tcpip.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/tcpip.go
    branches/gupc/libgo/go/exp/ssh/tcpip_func_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/ssh/tcpip_func_test.go
    branches/gupc/libgo/go/exp/terminal/terminal_test.go
      - copied unchanged from r183072, trunk/libgo/go/exp/terminal/terminal_test.go
    branches/gupc/libgo/go/exp/terminal/util.go
      - copied unchanged from r183072, trunk/libgo/go/exp/terminal/util.go
    branches/gupc/libgo/go/exp/types/testdata/test0.src
      - copied unchanged from r183072, trunk/libgo/go/exp/types/testdata/test0.src
    branches/gupc/libgo/go/go/ast/import.go
      - copied unchanged from r183072, trunk/libgo/go/go/ast/import.go
    branches/gupc/libgo/go/go/doc/comment_test.go
      - copied unchanged from r183072, trunk/libgo/go/go/doc/comment_test.go
    branches/gupc/libgo/go/go/doc/headscan.go
      - copied unchanged from r183072, trunk/libgo/go/go/doc/headscan.go
    branches/gupc/libgo/go/html/doctype.go
      - copied unchanged from r183072, trunk/libgo/go/html/doctype.go
    branches/gupc/libgo/go/html/template/
      - copied from r183072, trunk/libgo/go/html/template/
    branches/gupc/libgo/go/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
      - copied unchanged from r183072, trunk/libgo/go/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
    branches/gupc/libgo/go/log/syslog/
      - copied from r183072, trunk/libgo/go/log/syslog/
    branches/gupc/libgo/go/math/big/
      - copied from r183072, trunk/libgo/go/math/big/
    branches/gupc/libgo/go/math/cmplx/
      - copied from r183072, trunk/libgo/go/math/cmplx/
    branches/gupc/libgo/go/math/rand/
      - copied from r183072, trunk/libgo/go/math/rand/
    branches/gupc/libgo/go/mime/type_unix.go
      - copied unchanged from r183072, trunk/libgo/go/mime/type_unix.go
    branches/gupc/libgo/go/mime/type_windows.go
      - copied unchanged from r183072, trunk/libgo/go/mime/type_windows.go
    branches/gupc/libgo/go/net/http/
      - copied from r183072, trunk/libgo/go/net/http/
    branches/gupc/libgo/go/net/mail/
      - copied from r183072, trunk/libgo/go/net/mail/
    branches/gupc/libgo/go/net/rpc/
      - copied from r183072, trunk/libgo/go/net/rpc/
    branches/gupc/libgo/go/net/smtp/
      - copied from r183072, trunk/libgo/go/net/smtp/
    branches/gupc/libgo/go/net/url/
      - copied from r183072, trunk/libgo/go/net/url/
    branches/gupc/libgo/go/os/exec/
      - copied from r183072, trunk/libgo/go/os/exec/
    branches/gupc/libgo/go/os/export_test.go
      - copied unchanged from r183072, trunk/libgo/go/os/export_test.go
    branches/gupc/libgo/go/os/os_unix_test.go
      - copied unchanged from r183072, trunk/libgo/go/os/os_unix_test.go
    branches/gupc/libgo/go/os/stat_solaris.go
      - copied unchanged from r183072, trunk/libgo/go/os/stat_solaris.go
    branches/gupc/libgo/go/regexp/testdata/re2-exhaustive.txt.bz2
      - copied unchanged from r183072, trunk/libgo/go/regexp/testdata/re2-exhaustive.txt.bz2
    branches/gupc/libgo/go/syscall/env_plan9.go
      - copied unchanged from r183072, trunk/libgo/go/syscall/env_plan9.go
    branches/gupc/libgo/go/syscall/env_unix.go
      - copied unchanged from r183072, trunk/libgo/go/syscall/env_unix.go
    branches/gupc/libgo/go/syscall/env_windows.go
      - copied unchanged from r183072, trunk/libgo/go/syscall/env_windows.go
    branches/gupc/libgo/go/syscall/syscall_errno.go
      - copied unchanged from r183072, trunk/libgo/go/syscall/syscall_errno.go
    branches/gupc/libgo/go/text/
      - copied from r183072, trunk/libgo/go/text/
    branches/gupc/libgo/go/time/example_test.go
      - copied unchanged from r183072, trunk/libgo/go/time/example_test.go
    branches/gupc/libgo/go/time/zoneinfo.go
      - copied unchanged from r183072, trunk/libgo/go/time/zoneinfo.go
    branches/gupc/libgo/go/unicode/utf16/
      - copied from r183072, trunk/libgo/go/unicode/utf16/
    branches/gupc/libgo/go/unicode/utf8/
      - copied from r183072, trunk/libgo/go/unicode/utf8/
    branches/gupc/libgo/godeps.sh
      - copied unchanged from r183072, trunk/libgo/godeps.sh
    branches/gupc/libgo/runtime/chan.c
      - copied unchanged from r183072, trunk/libgo/runtime/chan.c
    branches/gupc/libgo/runtime/go-now.c
      - copied unchanged from r183072, trunk/libgo/runtime/go-now.c
    branches/gupc/libgo/runtime/go-type-complex.c
      - copied unchanged from r183072, trunk/libgo/runtime/go-type-complex.c
    branches/gupc/libgo/runtime/go-type-float.c
      - copied unchanged from r183072, trunk/libgo/runtime/go-type-float.c
    branches/gupc/libgo/runtime/lock_futex.c
      - copied unchanged from r183072, trunk/libgo/runtime/lock_futex.c
    branches/gupc/libgo/runtime/lock_sema.c
      - copied unchanged from r183072, trunk/libgo/runtime/lock_sema.c
    branches/gupc/libgo/runtime/runtime1.goc
      - copied unchanged from r183072, trunk/libgo/runtime/runtime1.goc
    branches/gupc/libgo/runtime/sema.goc
      - copied unchanged from r183072, trunk/libgo/runtime/sema.goc
    branches/gupc/libgo/runtime/thread-linux.c
      - copied unchanged from r183072, trunk/libgo/runtime/thread-linux.c
    branches/gupc/libgo/runtime/thread-sema.c
      - copied unchanged from r183072, trunk/libgo/runtime/thread-sema.c
    branches/gupc/libgo/runtime/time.goc
      - copied unchanged from r183072, trunk/libgo/runtime/time.goc
    branches/gupc/libitm/config/arm/
      - copied from r183072, trunk/libitm/config/arm/
    branches/gupc/libitm/config/linux/futex_bits.h
      - copied unchanged from r183072, trunk/libitm/config/linux/futex_bits.h
    branches/gupc/libitm/config/linux/powerpc/
      - copied from r183072, trunk/libitm/config/linux/powerpc/
    branches/gupc/libitm/config/linux/sh/
      - copied from r183072, trunk/libitm/config/linux/sh/
    branches/gupc/libitm/config/powerpc/
      - copied from r183072, trunk/libitm/config/powerpc/
    branches/gupc/libitm/config/sh/
      - copied from r183072, trunk/libitm/config/sh/
    branches/gupc/libitm/local_atomic
      - copied unchanged from r183072, trunk/libitm/local_atomic
    branches/gupc/libjava/ChangeLog-2011
      - copied unchanged from r183072, trunk/libjava/ChangeLog-2011
Removed:
    branches/gupc/gcc/config/vms/xm-vms64.h
    branches/gupc/gcc/implicit-zee.c
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-8.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-9.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr45830.c
    branches/gupc/gcc/testsuite/gcc.misc-tests/gcov-16.c
    branches/gupc/gcc/testsuite/gcc.misc-tests/gcov-17.c
    branches/gupc/gcc/testsuite/go.test/test/cmp1.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug226.dir/
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug226.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug310.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug359.go
    branches/gupc/libgcc/config/i386/t-darwin64
    branches/gupc/libgcc/config/rs6000/t-ppccomm-ldbl
    branches/gupc/libgo/go/asn1/
    branches/gupc/libgo/go/big/
    branches/gupc/libgo/go/cmath/
    branches/gupc/libgo/go/compress/zlib/testdata/
    branches/gupc/libgo/go/csv/
    branches/gupc/libgo/go/debug/proc/
    branches/gupc/libgo/go/exec/
    branches/gupc/libgo/go/exp/gui/
    branches/gupc/libgo/go/exp/template/html/
    branches/gupc/libgo/go/exp/terminal/shell.go
    branches/gupc/libgo/go/exp/terminal/shell_test.go
    branches/gupc/libgo/go/gob/
    branches/gupc/libgo/go/http/
    branches/gupc/libgo/go/json/
    branches/gupc/libgo/go/mail/
    branches/gupc/libgo/go/os/env_plan9.go
    branches/gupc/libgo/go/os/env_unix.go
    branches/gupc/libgo/go/os/env_windows.go
    branches/gupc/libgo/go/os/inotify/
    branches/gupc/libgo/go/rand/
    branches/gupc/libgo/go/rpc/
    branches/gupc/libgo/go/scanner/
    branches/gupc/libgo/go/smtp/
    branches/gupc/libgo/go/syslog/
    branches/gupc/libgo/go/tabwriter/
    branches/gupc/libgo/go/template/
    branches/gupc/libgo/go/time/zoneinfo_posix.go
    branches/gupc/libgo/go/url/
    branches/gupc/libgo/go/utf16/
    branches/gupc/libgo/go/utf8/
    branches/gupc/libgo/go/xml/
    branches/gupc/libgo/runtime/chan.goc
    branches/gupc/libgo/runtime/channel.h
    branches/gupc/libgo/runtime/go-chan-cap.c
    branches/gupc/libgo/runtime/go-chan-len.c
    branches/gupc/libgo/runtime/go-close.c
    branches/gupc/libgo/runtime/go-go.c
    branches/gupc/libgo/runtime/go-gomaxprocs.c
    branches/gupc/libgo/runtime/go-lock-os-thread.c
    branches/gupc/libgo/runtime/go-new-channel.c
    branches/gupc/libgo/runtime/go-note.c
    branches/gupc/libgo/runtime/go-rec-big.c
    branches/gupc/libgo/runtime/go-rec-nb-big.c
    branches/gupc/libgo/runtime/go-rec-nb-small.c
    branches/gupc/libgo/runtime/go-rec-small.c
    branches/gupc/libgo/runtime/go-reflect-chan.c
    branches/gupc/libgo/runtime/go-sched.c
    branches/gupc/libgo/runtime/go-select.c
    branches/gupc/libgo/runtime/go-semacquire.c
    branches/gupc/libgo/runtime/go-send-big.c
    branches/gupc/libgo/runtime/go-send-nb-big.c
    branches/gupc/libgo/runtime/go-send-nb-small.c
    branches/gupc/libgo/runtime/go-send-small.c
    branches/gupc/libgo/runtime/go-signal.h
    branches/gupc/libgomp/config/linux/arm/mutex.h
    branches/gupc/libgomp/config/linux/ia64/mutex.h
    branches/gupc/libgomp/config/linux/mips/mutex.h
    branches/gupc/libgomp/config/linux/powerpc/mutex.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/Makefile.def
    branches/gupc/Makefile.in
    branches/gupc/boehm-gc/ChangeLog
    branches/gupc/boehm-gc/configure
    branches/gupc/config/ChangeLog
    branches/gupc/config/acx.m4
    branches/gupc/config/picflag.m4
    branches/gupc/config/warnings.m4
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/config-list.mk
    branches/gupc/contrib/gcc_update
    branches/gupc/contrib/make_sunver.pl
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/configure
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/Make-generated.in
    branches/gupc/gcc/ada/Makefile.rtl
    branches/gupc/gcc/ada/a-cbdlli.adb
    branches/gupc/gcc/ada/a-cbdlli.ads
    branches/gupc/gcc/ada/a-cbhama.adb
    branches/gupc/gcc/ada/a-cbhama.ads
    branches/gupc/gcc/ada/a-cbhase.adb
    branches/gupc/gcc/ada/a-cbhase.ads
    branches/gupc/gcc/ada/a-cbmutr.adb
    branches/gupc/gcc/ada/a-cbmutr.ads
    branches/gupc/gcc/ada/a-cborma.adb
    branches/gupc/gcc/ada/a-cborma.ads
    branches/gupc/gcc/ada/a-cborse.adb
    branches/gupc/gcc/ada/a-cborse.ads
    branches/gupc/gcc/ada/a-cdlili.adb
    branches/gupc/gcc/ada/a-cdlili.ads
    branches/gupc/gcc/ada/a-cfdlli.adb
    branches/gupc/gcc/ada/a-cfdlli.ads
    branches/gupc/gcc/ada/a-cfhase.adb
    branches/gupc/gcc/ada/a-cforma.adb
    branches/gupc/gcc/ada/a-cforse.adb
    branches/gupc/gcc/ada/a-cidlli.adb
    branches/gupc/gcc/ada/a-cidlli.ads
    branches/gupc/gcc/ada/a-cihama.adb
    branches/gupc/gcc/ada/a-cihama.ads
    branches/gupc/gcc/ada/a-cihase.adb
    branches/gupc/gcc/ada/a-cihase.ads
    branches/gupc/gcc/ada/a-cimutr.adb
    branches/gupc/gcc/ada/a-cimutr.ads
    branches/gupc/gcc/ada/a-ciorma.adb
    branches/gupc/gcc/ada/a-ciorma.ads
    branches/gupc/gcc/ada/a-ciormu.adb
    branches/gupc/gcc/ada/a-ciormu.ads
    branches/gupc/gcc/ada/a-ciorse.adb
    branches/gupc/gcc/ada/a-ciorse.ads
    branches/gupc/gcc/ada/a-cobove.adb
    branches/gupc/gcc/ada/a-cobove.ads
    branches/gupc/gcc/ada/a-cofove.adb
    branches/gupc/gcc/ada/a-cohama.adb
    branches/gupc/gcc/ada/a-cohama.ads
    branches/gupc/gcc/ada/a-cohase.adb
    branches/gupc/gcc/ada/a-cohase.ads
    branches/gupc/gcc/ada/a-coinve.adb
    branches/gupc/gcc/ada/a-coinve.ads
    branches/gupc/gcc/ada/a-comutr.adb
    branches/gupc/gcc/ada/a-comutr.ads
    branches/gupc/gcc/ada/a-convec.adb
    branches/gupc/gcc/ada/a-convec.ads
    branches/gupc/gcc/ada/a-coorma.adb
    branches/gupc/gcc/ada/a-coorma.ads
    branches/gupc/gcc/ada/a-coormu.adb
    branches/gupc/gcc/ada/a-coormu.ads
    branches/gupc/gcc/ada/a-coorse.adb
    branches/gupc/gcc/ada/a-coorse.ads
    branches/gupc/gcc/ada/a-crbtgk.adb
    branches/gupc/gcc/ada/a-exetim-posix.adb
    branches/gupc/gcc/ada/a-finali.ads
    branches/gupc/gcc/ada/a-rbtgbk.adb
    branches/gupc/gcc/ada/a-ststio.ads
    branches/gupc/gcc/ada/a-stwima.ads
    branches/gupc/gcc/ada/a-tags.ads
    branches/gupc/gcc/ada/a-tienio.adb
    branches/gupc/gcc/ada/a-wichha.ads
    branches/gupc/gcc/ada/a-wichun.ads
    branches/gupc/gcc/ada/a-zchhan.ads
    branches/gupc/gcc/ada/a-zchuni.ads
    branches/gupc/gcc/ada/adaint.c
    branches/gupc/gcc/ada/aspects.adb
    branches/gupc/gcc/ada/aspects.ads
    branches/gupc/gcc/ada/atree.h
    branches/gupc/gcc/ada/checks.adb
    branches/gupc/gcc/ada/clean.adb
    branches/gupc/gcc/ada/comperr.adb
    branches/gupc/gcc/ada/cstand.adb
    branches/gupc/gcc/ada/einfo.ads
    branches/gupc/gcc/ada/env.c
    branches/gupc/gcc/ada/err_vars.ads
    branches/gupc/gcc/ada/errout.adb
    branches/gupc/gcc/ada/errout.ads
    branches/gupc/gcc/ada/erroutc.adb
    branches/gupc/gcc/ada/erroutc.ads
    branches/gupc/gcc/ada/exp_atag.adb
    branches/gupc/gcc/ada/exp_atag.ads
    branches/gupc/gcc/ada/exp_attr.adb
    branches/gupc/gcc/ada/exp_ch11.adb
    branches/gupc/gcc/ada/exp_ch13.adb
    branches/gupc/gcc/ada/exp_ch3.adb
    branches/gupc/gcc/ada/exp_ch4.adb
    branches/gupc/gcc/ada/exp_ch5.adb
    branches/gupc/gcc/ada/exp_ch6.adb
    branches/gupc/gcc/ada/exp_ch7.adb
    branches/gupc/gcc/ada/exp_ch9.adb
    branches/gupc/gcc/ada/exp_dbug.adb
    branches/gupc/gcc/ada/exp_disp.adb
    branches/gupc/gcc/ada/exp_disp.ads
    branches/gupc/gcc/ada/exp_imgv.adb
    branches/gupc/gcc/ada/exp_intr.adb
    branches/gupc/gcc/ada/exp_prag.adb
    branches/gupc/gcc/ada/exp_util.adb
    branches/gupc/gcc/ada/freeze.adb
    branches/gupc/gcc/ada/frontend.adb
    branches/gupc/gcc/ada/g-bytswa.ads
    branches/gupc/gcc/ada/g-comlin.adb
    branches/gupc/gcc/ada/g-htable.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/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/ada/get_scos.adb
    branches/gupc/gcc/ada/gnat1drv.adb
    branches/gupc/gcc/ada/gnat_rm.texi
    branches/gupc/gcc/ada/gnat_ugn.texi
    branches/gupc/gcc/ada/gnatcmd.adb
    branches/gupc/gcc/ada/gnatls.adb
    branches/gupc/gcc/ada/gnatvsn.ads
    branches/gupc/gcc/ada/gsocket.h
    branches/gupc/gcc/ada/impunit.adb
    branches/gupc/gcc/ada/init.c
    branches/gupc/gcc/ada/layout.adb
    branches/gupc/gcc/ada/lib-load.adb
    branches/gupc/gcc/ada/lib-load.ads
    branches/gupc/gcc/ada/lib-writ.adb
    branches/gupc/gcc/ada/lib-xref.adb
    branches/gupc/gcc/ada/lib.ads
    branches/gupc/gcc/ada/live.adb
    branches/gupc/gcc/ada/make.adb
    branches/gupc/gcc/ada/makeutl.adb
    branches/gupc/gcc/ada/mlib-prj.adb
    branches/gupc/gcc/ada/mlib-tgt-specific-vxworks.adb
    branches/gupc/gcc/ada/mlib-tgt-specific-xi.adb
    branches/gupc/gcc/ada/opt.ads
    branches/gupc/gcc/ada/par-ch13.adb
    branches/gupc/gcc/ada/par-ch4.adb
    branches/gupc/gcc/ada/par-ch6.adb
    branches/gupc/gcc/ada/par-prag.adb
    branches/gupc/gcc/ada/par-util.adb
    branches/gupc/gcc/ada/par.adb
    branches/gupc/gcc/ada/par_sco.adb
    branches/gupc/gcc/ada/prj-attr.adb
    branches/gupc/gcc/ada/prj-conf.adb
    branches/gupc/gcc/ada/prj-env.adb
    branches/gupc/gcc/ada/prj-env.ads
    branches/gupc/gcc/ada/prj-nmsc.adb
    branches/gupc/gcc/ada/prj-part.adb
    branches/gupc/gcc/ada/prj-pp.adb
    branches/gupc/gcc/ada/prj-pp.ads
    branches/gupc/gcc/ada/prj.adb
    branches/gupc/gcc/ada/prj.ads
    branches/gupc/gcc/ada/projects.texi
    branches/gupc/gcc/ada/put_scos.adb
    branches/gupc/gcc/ada/restrict.adb
    branches/gupc/gcc/ada/restrict.ads
    branches/gupc/gcc/ada/rtsfind.adb
    branches/gupc/gcc/ada/rtsfind.ads
    branches/gupc/gcc/ada/s-atocou-builtin.adb
    branches/gupc/gcc/ada/s-finmas.adb
    branches/gupc/gcc/ada/s-gearop.adb
    branches/gupc/gcc/ada/s-os_lib.ads
    branches/gupc/gcc/ada/s-oscons-tmplt.c
    branches/gupc/gcc/ada/s-osinte-aix.ads
    branches/gupc/gcc/ada/s-osinte-darwin.ads
    branches/gupc/gcc/ada/s-osinte-freebsd.ads
    branches/gupc/gcc/ada/s-osinte-hpux-dce.ads
    branches/gupc/gcc/ada/s-osinte-hpux.ads
    branches/gupc/gcc/ada/s-osinte-irix.ads
    branches/gupc/gcc/ada/s-osinte-lynxos-3.ads
    branches/gupc/gcc/ada/s-osinte-lynxos.ads
    branches/gupc/gcc/ada/s-osinte-rtems.adb
    branches/gupc/gcc/ada/s-osinte-rtems.ads
    branches/gupc/gcc/ada/s-osinte-solaris-posix.ads
    branches/gupc/gcc/ada/s-osinte-solaris.ads
    branches/gupc/gcc/ada/s-osinte-tru64.ads
    branches/gupc/gcc/ada/s-osinte-vxworks.ads
    branches/gupc/gcc/ada/s-osprim-vxworks.adb
    branches/gupc/gcc/ada/s-rident.ads
    branches/gupc/gcc/ada/s-rpc.ads
    branches/gupc/gcc/ada/s-stposu.adb
    branches/gupc/gcc/ada/s-stposu.ads
    branches/gupc/gcc/ada/s-taprop-hpux-dce.adb
    branches/gupc/gcc/ada/s-taprop-irix.adb
    branches/gupc/gcc/ada/s-taprop-linux.adb
    branches/gupc/gcc/ada/s-taprop-mingw.adb
    branches/gupc/gcc/ada/s-taprop-posix.adb
    branches/gupc/gcc/ada/s-taprop-solaris.adb
    branches/gupc/gcc/ada/s-taprop-tru64.adb
    branches/gupc/gcc/ada/s-taprop-vms.adb
    branches/gupc/gcc/ada/s-taprop-vxworks.adb
    branches/gupc/gcc/ada/s-taprop.ads
    branches/gupc/gcc/ada/s-tasren.adb
    branches/gupc/gcc/ada/s-tpobop.adb
    branches/gupc/gcc/ada/s-tpopsp-rtems.adb
    branches/gupc/gcc/ada/s-tpopsp-vxworks.adb
    branches/gupc/gcc/ada/s-utf_32.adb
    branches/gupc/gcc/ada/s-utf_32.ads
    branches/gupc/gcc/ada/scos.ads
    branches/gupc/gcc/ada/sem.adb
    branches/gupc/gcc/ada/sem.ads
    branches/gupc/gcc/ada/sem_aggr.adb
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/ada/sem_aux.adb
    branches/gupc/gcc/ada/sem_aux.ads
    branches/gupc/gcc/ada/sem_cat.adb
    branches/gupc/gcc/ada/sem_ch10.adb
    branches/gupc/gcc/ada/sem_ch12.adb
    branches/gupc/gcc/ada/sem_ch13.adb
    branches/gupc/gcc/ada/sem_ch2.adb
    branches/gupc/gcc/ada/sem_ch3.adb
    branches/gupc/gcc/ada/sem_ch3.ads
    branches/gupc/gcc/ada/sem_ch4.adb
    branches/gupc/gcc/ada/sem_ch5.adb
    branches/gupc/gcc/ada/sem_ch6.adb
    branches/gupc/gcc/ada/sem_ch7.adb
    branches/gupc/gcc/ada/sem_ch8.adb
    branches/gupc/gcc/ada/sem_ch9.adb
    branches/gupc/gcc/ada/sem_elab.adb
    branches/gupc/gcc/ada/sem_intr.adb
    branches/gupc/gcc/ada/sem_prag.adb
    branches/gupc/gcc/ada/sem_res.adb
    branches/gupc/gcc/ada/sem_type.adb
    branches/gupc/gcc/ada/sem_type.ads
    branches/gupc/gcc/ada/sem_util.adb
    branches/gupc/gcc/ada/sem_util.ads
    branches/gupc/gcc/ada/sigtramp-ppcvxw.c
    branches/gupc/gcc/ada/sigtramp.h
    branches/gupc/gcc/ada/sinfo.adb
    branches/gupc/gcc/ada/sinfo.ads
    branches/gupc/gcc/ada/sinput.ads
    branches/gupc/gcc/ada/snames.ads-tmpl
    branches/gupc/gcc/ada/sysdep.c
    branches/gupc/gcc/ada/treepr.adb
    branches/gupc/gcc/ada/treepr.ads
    branches/gupc/gcc/ada/types.ads
    branches/gupc/gcc/ada/types.h
    branches/gupc/gcc/ada/usage.adb
    branches/gupc/gcc/ada/vms_data.ads
    branches/gupc/gcc/ada/warnsw.adb
    branches/gupc/gcc/alias.c
    branches/gupc/gcc/basic-block.h
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/builtin-attrs.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-opts.c
    branches/gupc/gcc/c-family/c-pch.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c-parser.c
    branches/gupc/gcc/c-typeck.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfgloop.c
    branches/gupc/gcc/cfgloopmanip.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/collect2.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/common/config/alpha/alpha-common.c
    branches/gupc/gcc/common/config/i386/i386-common.c
    branches/gupc/gcc/common/config/rs6000/rs6000-common.c
    branches/gupc/gcc/config.build
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/alpha/vms.h
    branches/gupc/gcc/config/arm/arm-cores.def
    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/constraints.md
    branches/gupc/gcc/config/arm/fpa.md
    branches/gupc/gcc/config/arm/iterators.md
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/arm/predicates.md
    branches/gupc/gcc/config/arm/sync.md
    branches/gupc/gcc/config/arm/t-arm
    branches/gupc/gcc/config/arm/vec-common.md
    branches/gupc/gcc/config/arm/vfp.md
    branches/gupc/gcc/config/avr/avr-c.c
    branches/gupc/gcc/config/avr/avr-log.c
    branches/gupc/gcc/config/avr/avr-mcus.def
    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/genopt.sh
    branches/gupc/gcc/config/avr/t-avr
    branches/gupc/gcc/config/bfin/bfin-protos.h
    branches/gupc/gcc/config/bfin/bfin.c
    branches/gupc/gcc/config/bfin/bfin.h
    branches/gupc/gcc/config/darwin-protos.h
    branches/gupc/gcc/config/darwin-sections.def
    branches/gupc/gcc/config/darwin.c
    branches/gupc/gcc/config/darwin.h
    branches/gupc/gcc/config/darwin10.h
    branches/gupc/gcc/config/epiphany/epiphany-protos.h
    branches/gupc/gcc/config/epiphany/epiphany.c
    branches/gupc/gcc/config/epiphany/epiphany.h
    branches/gupc/gcc/config/h8300/h8300.c
    branches/gupc/gcc/config/i386/avxintrin.h
    branches/gupc/gcc/config/i386/constraints.md
    branches/gupc/gcc/config/i386/darwin.h
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/freebsd.h
    branches/gupc/gcc/config/i386/i386-opts.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/i386.opt
    branches/gupc/gcc/config/i386/mmx.md
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/i386/sync.md
    branches/gupc/gcc/config/ia64/ia64-protos.h
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/ia64/ia64.h
    branches/gupc/gcc/config/ia64/ia64.md
    branches/gupc/gcc/config/ia64/sync.md
    branches/gupc/gcc/config/ia64/vect.md
    branches/gupc/gcc/config/ia64/vms.h
    branches/gupc/gcc/config/m32c/m32c.c
    branches/gupc/gcc/config/m68k/linux.h
    branches/gupc/gcc/config/m68k/m68k.c
    branches/gupc/gcc/config/m68k/m68k.h
    branches/gupc/gcc/config/m68k/m68k.md
    branches/gupc/gcc/config/microblaze/microblaze.md
    branches/gupc/gcc/config/mips/driver-native.c
    branches/gupc/gcc/config/mips/loongson.h
    branches/gupc/gcc/config/mips/loongson.md
    branches/gupc/gcc/config/mips/mips-cpus.def
    branches/gupc/gcc/config/mips/mips-dsp.md
    branches/gupc/gcc/config/mips/mips-ftypes.def
    branches/gupc/gcc/config/mips/mips-modes.def
    branches/gupc/gcc/config/mips/mips-protos.h
    branches/gupc/gcc/config/mips/mips-ps-3d.md
    branches/gupc/gcc/config/mips/mips-tables.opt
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.h
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/mips/octeon.md
    branches/gupc/gcc/config/mips/predicates.md
    branches/gupc/gcc/config/pa/pa-linux.h
    branches/gupc/gcc/config/pa/pa.c
    branches/gupc/gcc/config/pa/pa.md
    branches/gupc/gcc/config/pa/som.h
    branches/gupc/gcc/config/rs6000/altivec.md
    branches/gupc/gcc/config/rs6000/paired.md
    branches/gupc/gcc/config/rs6000/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000-builtin.def
    branches/gupc/gcc/config/rs6000/rs6000-c.c
    branches/gupc/gcc/config/rs6000/rs6000-modes.def
    branches/gupc/gcc/config/rs6000/rs6000-protos.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.h
    branches/gupc/gcc/config/rs6000/rs6000.opt
    branches/gupc/gcc/config/rs6000/rtems.h
    branches/gupc/gcc/config/rs6000/spe.md
    branches/gupc/gcc/config/rs6000/vector.md
    branches/gupc/gcc/config/rs6000/vsx.md
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.md
    branches/gupc/gcc/config/score/score-protos.h
    branches/gupc/gcc/config/score/score.c
    branches/gupc/gcc/config/score/score.h
    branches/gupc/gcc/config/sh/constraints.md
    branches/gupc/gcc/config/sh/linux.h
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.h
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sh/sh.opt
    branches/gupc/gcc/config/sparc/constraints.md
    branches/gupc/gcc/config/sparc/predicates.md
    branches/gupc/gcc/config/sparc/sparc-opts.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/sync.md
    branches/gupc/gcc/config/sparc/visintrin.h
    branches/gupc/gcc/config/vms/t-vms
    branches/gupc/gcc/config/vms/vms-crtlmap.map
    branches/gupc/gcc/config/vms/vms-protos.h
    branches/gupc/gcc/config/vms/vms.c
    branches/gupc/gcc/config/vms/vms.h
    branches/gupc/gcc/config/vms/xm-vms.h
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/coverage.c
    branches/gupc/gcc/coverage.h
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/cp-gimplify.c
    branches/gupc/gcc/cp/cp-tree.def
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/cxx-pretty-print.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/dump.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/operators.def
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/rtti.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/cppdefault.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/cselib.h
    branches/gupc/gcc/ddg.c
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/df.h
    branches/gupc/gcc/doc/contrib.texi
    branches/gupc/gcc/doc/cpp.texi
    branches/gupc/gcc/doc/cppopts.texi
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/gcov.texi
    branches/gupc/gcc/doc/generic.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/md.texi
    branches/gupc/gcc/doc/standards.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/dse.c
    branches/gupc/gcc/dwarf2cfi.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/expr.h
    branches/gupc/gcc/final.c
    branches/gupc/gcc/flag-types.h
    branches/gupc/gcc/flags.h
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/array.c
    branches/gupc/gcc/fortran/check.c
    branches/gupc/gcc/fortran/class.c
    branches/gupc/gcc/fortran/dependency.c
    branches/gupc/gcc/fortran/dump-parse-tree.c
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/frontend-passes.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/gfortran.texi
    branches/gupc/gcc/fortran/gfortranspec.c
    branches/gupc/gcc/fortran/interface.c
    branches/gupc/gcc/fortran/invoke.texi
    branches/gupc/gcc/fortran/libgfortran.h
    branches/gupc/gcc/fortran/match.c
    branches/gupc/gcc/fortran/match.h
    branches/gupc/gcc/fortran/misc.c
    branches/gupc/gcc/fortran/module.c
    branches/gupc/gcc/fortran/parse.c
    branches/gupc/gcc/fortran/primary.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/simplify.c
    branches/gupc/gcc/fortran/symbol.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-array.h
    branches/gupc/gcc/fortran/trans-common.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/fortran/trans-openmp.c
    branches/gupc/gcc/fortran/trans-stmt.c
    branches/gupc/gcc/fortran/trans-types.c
    branches/gupc/gcc/fortran/trans.c
    branches/gupc/gcc/fortran/trans.h
    branches/gupc/gcc/function.c
    branches/gupc/gcc/fwprop.c
    branches/gupc/gcc/gcc.c
    branches/gupc/gcc/gccspec.c
    branches/gupc/gcc/gcov-dump.c
    branches/gupc/gcc/gcov-io.h
    branches/gupc/gcc/gcov.c
    branches/gupc/gcc/genmodes.c
    branches/gupc/gcc/genopinit.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple-streamer-in.c
    branches/gupc/gcc/gimple-streamer-out.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/ginclude/float.h
    branches/gupc/gcc/ginclude/stddef.h
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/Make-lang.in
    branches/gupc/gcc/go/go-backend.c
    branches/gupc/gcc/go/go-c.h
    branches/gupc/gcc/go/go-gcc.cc
    branches/gupc/gcc/go/gofrontend/backend.h
    branches/gupc/gcc/go/gofrontend/dataflow.cc
    branches/gupc/gcc/go/gofrontend/export.cc
    branches/gupc/gcc/go/gofrontend/export.h
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/go.cc
    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/import-archive.cc
    branches/gupc/gcc/go/gofrontend/import.cc
    branches/gupc/gcc/go/gofrontend/import.h
    branches/gupc/gcc/go/gofrontend/lex.cc
    branches/gupc/gcc/go/gofrontend/lex.h
    branches/gupc/gcc/go/gofrontend/parse.cc
    branches/gupc/gcc/go/gofrontend/parse.h
    branches/gupc/gcc/go/gofrontend/runtime.cc
    branches/gupc/gcc/go/gofrontend/runtime.def
    branches/gupc/gcc/go/gofrontend/runtime.h
    branches/gupc/gcc/go/gofrontend/statements.cc
    branches/gupc/gcc/go/gofrontend/statements.h
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/go/gofrontend/types.h
    branches/gupc/gcc/go/gofrontend/unsafe.cc
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/gtm-builtins.def
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/hard-reg-set.h
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-build.c
    branches/gupc/gcc/ira-color.c
    branches/gupc/gcc/ira-conflicts.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira-int.h
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/expr.c
    branches/gupc/gcc/java/jcf-dump.c
    branches/gupc/gcc/java/lang.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/loop-doloop.c
    branches/gupc/gcc/loop-unroll.c
    branches/gupc/gcc/lower-subreg.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-section-in.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-streamer.h
    branches/gupc/gcc/lto-wrapper.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-lang.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/lto/lto.h
    branches/gupc/gcc/machmode.h
    branches/gupc/gcc/mips-tdump.c
    branches/gupc/gcc/mips-tfile.c
    branches/gupc/gcc/modulo-sched.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/output.h
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/postreload.c
    branches/gupc/gcc/predict.c
    branches/gupc/gcc/profile.c
    branches/gupc/gcc/recog.c
    branches/gupc/gcc/reg-stack.c
    branches/gupc/gcc/reginfo.c
    branches/gupc/gcc/regmove.c
    branches/gupc/gcc/reload.c
    branches/gupc/gcc/reload1.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/resource.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/sched-deps.c
    branches/gupc/gcc/sched-ebb.c
    branches/gupc/gcc/sched-int.h
    branches/gupc/gcc/sel-sched-ir.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stmt.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/streamer-hooks.h
    branches/gupc/gcc/system.h
    branches/gupc/gcc/target.def
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/ada/acats/overflow.lst
    branches/gupc/gcc/testsuite/c-c++-common/dfp/pr33466.c
    branches/gupc/gcc/testsuite/c-c++-common/tm/malloc.c
    branches/gupc/gcc/testsuite/c-c++-common/tm/memcpy-1.c
    branches/gupc/gcc/testsuite/g++.dg/abi/bitfield3.C
    branches/gupc/gcc/testsuite/g++.dg/cdce3.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/reinterpret1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-10.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/trailing3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-declare-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-member-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op-string-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic103.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic111.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic42.C
    branches/gupc/gcc/testsuite/g++.dg/debug/pr46338.C
    branches/gupc/gcc/testsuite/g++.dg/debug/using1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/attrib27.C
    branches/gupc/gcc/testsuite/g++.dg/gcov/gcov-2.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/access8.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/pr30297.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/struct1.C
    branches/gupc/gcc/testsuite/g++.dg/opt/devirt2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/elab1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/elab2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/int-as-enum1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/typedef1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/typedef3.C
    branches/gupc/gcc/testsuite/g++.dg/parse/typedef4.C
    branches/gupc/gcc/testsuite/g++.dg/parse/typedef5.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash13.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash26.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/nontype22.C
    branches/gupc/gcc/testsuite/g++.dg/template/nontype4.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr35240.C
    branches/gupc/gcc/testsuite/g++.dg/template/using10.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr39362.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr39732.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr40642.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr49309.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.abi/arraynew.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash25.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash56.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/line1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/new3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/new1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/new2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access14.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/unsorted1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility22.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility26.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.mike/p2746.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/access3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/access5.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/elab1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/syntax4.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr44686.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/builtins/chk.h
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/chk.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-subscript-1.c
    branches/gupc/gcc/testsuite/gcc.dg/20050309-1.c
    branches/gupc/gcc/testsuite/gcc.dg/20050330-2.c
    branches/gupc/gcc/testsuite/gcc.dg/20051201-1.c
    branches/gupc/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-ref-all-2.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-compare-exchange-5.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-exchange-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-exchange-5.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-load-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-load-5.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-op-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-op-5.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-store-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic-store-5.c
    branches/gupc/gcc/testsuite/gcc.dg/compat/compat-common.h
    branches/gupc/gcc/testsuite/gcc.dg/darwin-segaddr.c
    branches/gupc/gcc/testsuite/gcc.dg/di-longlong64-sync-1.c
    branches/gupc/gcc/testsuite/gcc.dg/di-sync-multithread.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/pr27573.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/scop-20.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/inline-5.c
    branches/gupc/gcc/testsuite/gcc.dg/memcpy-4.c
    branches/gupc/gcc/testsuite/gcc.dg/pr35442.c
    branches/gupc/gcc/testsuite/gcc.dg/pr45819.c
    branches/gupc/gcc/testsuite/gcc.dg/pr46255.c
    branches/gupc/gcc/testsuite/gcc.dg/pr46309.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49994-3.c
    branches/gupc/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/gupc/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/gupc/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/gupc/gcc/testsuite/gcc.dg/profile-generate-1.c
    branches/gupc/gcc/testsuite/gcc.dg/profile-generate-3.c
    branches/gupc/gcc/testsuite/gcc.dg/scal-to-vec1.c
    branches/gupc/gcc/testsuite/gcc.dg/scal-to-vec2.c
    branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-int128.c
    branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-longlong.c
    branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/atomic-other-int128.c
    branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/atomic-other-longlong.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-2.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-3.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-4.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-5.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-6.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-7.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-8.c
    branches/gupc/gcc/testsuite/gcc.dg/sms-9.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/20100615.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/alias-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/alias-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/memopt-6.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr23821.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr36891.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr39074-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr42898-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr42898.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr45704.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr50472.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-escape-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/vec-cvt-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/fast-math-pr35982.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-31.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-36.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-64.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-69.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/no-vfa-vect-dv-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr45752.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-perm-9.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-33.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-6.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-91.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-all.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-4c.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-3.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-peel-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-peel-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-peel-3.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1b.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1c.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2b.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-pattern-2c.c
    branches/gupc/gcc/testsuite/gcc.dg/vector-compare-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vector-compare-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vshift-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vshift-3.c
    branches/gupc/gcc/testsuite/gcc.misc-tests/gcov-13.c
    branches/gupc/gcc/testsuite/gcc.misc-tests/gcov-14.c
    branches/gupc/gcc/testsuite/gcc.target/arm/headmerge-2.c
    branches/gupc/gcc/testsuite/gcc.target/epiphany/interrupt.c
    branches/gupc/gcc/testsuite/gcc.target/i386/bmi2-mulx32-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/bmi2-mulx32-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sw-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/branch-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/dmult-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/dspr2-MULT.c
    branches/gupc/gcc/testsuite/gcc.target/mips/dspr2-MULTU.c
    branches/gupc/gcc/testsuite/gcc.target/mips/ext-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/extend-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-10.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-11.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-12.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-3.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-4.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-5.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-6.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-7.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-8.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fix-r4000-9.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gupc/gcc/testsuite/gcc.target/mips/mult-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/altivec-34.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ehreturn.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc-pow.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/recip-5.c
    branches/gupc/gcc/testsuite/gfortran.dg/auto_dealloc_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/class_19.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_39.f03
    branches/gupc/gcc/testsuite/gfortran.dg/class_45a.f03
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/subobject_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/deallocate_stat.f90
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/pr27573.f90
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/block-1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/block-2.f
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/interchange-1.f
    branches/gupc/gcc/testsuite/gfortran.dg/nested_modules_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/select_type_23.f03
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_assignment_3.f03
    branches/gupc/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/gupc/gcc/testsuite/gnat.dg/vect1.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect1.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect2.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect2.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect3.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect3.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect4.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect4.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect5.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect5.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect6.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect6.ads
    branches/gupc/gcc/testsuite/go.test/test/assign.go
    branches/gupc/gcc/testsuite/go.test/test/chan/goroutines.go
    branches/gupc/gcc/testsuite/go.test/test/chan/select5.go
    branches/gupc/gcc/testsuite/go.test/test/closure.go
    branches/gupc/gcc/testsuite/go.test/test/cmp6.go
    branches/gupc/gcc/testsuite/go.test/test/cmplxdivide.go
    branches/gupc/gcc/testsuite/go.test/test/convlit.go
    branches/gupc/gcc/testsuite/go.test/test/env.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug107.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug120.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug243.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug257.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug260.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug262.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug285.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug326.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug331.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug354.go
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/bug358.go
    branches/gupc/gcc/testsuite/go.test/test/func2.go
    branches/gupc/gcc/testsuite/go.test/test/import.go
    branches/gupc/gcc/testsuite/go.test/test/initsyscall.go
    branches/gupc/gcc/testsuite/go.test/test/ken/divconst.go
    branches/gupc/gcc/testsuite/go.test/test/ken/modconst.go
    branches/gupc/gcc/testsuite/go.test/test/mallocrand.go
    branches/gupc/gcc/testsuite/go.test/test/named1.go
    branches/gupc/gcc/testsuite/go.test/test/recover2.go
    branches/gupc/gcc/testsuite/go.test/test/recover3.go
    branches/gupc/gcc/testsuite/go.test/test/stringrange.go
    branches/gupc/gcc/testsuite/go.test/test/typeswitch.go
    branches/gupc/gcc/testsuite/go.test/test/utf.go
    branches/gupc/gcc/testsuite/lib/gcc-dg.exp
    branches/gupc/gcc/testsuite/lib/gcov.exp
    branches/gupc/gcc/testsuite/lib/scanasm.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/testsuite/obj-c++.dg/naming-3.mm
    branches/gupc/gcc/testsuite/obj-c++.dg/naming-4.mm
    branches/gupc/gcc/timevar.def
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-diagnostic.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-flow.h
    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-nomudflap.c
    branches/gupc/gcc/tree-object-size.c
    branches/gupc/gcc/tree-optimize.c
    branches/gupc/gcc/tree-outof-ssa.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-predcom.c
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-alias.c
    branches/gupc/gcc/tree-ssa-alias.h
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa-coalesce.c
    branches/gupc/gcc/tree-ssa-dce.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-live.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-math-opts.c
    branches/gupc/gcc/tree-ssa-operands.c
    branches/gupc/gcc/tree-ssa-operands.h
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-propagate.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-tail-merge.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-streamer-out.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.h
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.def
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-genericize.c
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/vmsdbgout.c
    branches/gupc/include/ChangeLog
    branches/gupc/include/demangle.h
    branches/gupc/libada/ChangeLog
    branches/gupc/libada/configure
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/configure
    branches/gupc/libcpp/expr.c
    branches/gupc/libcpp/files.c
    branches/gupc/libcpp/include/cpplib.h
    branches/gupc/libcpp/include/line-map.h
    branches/gupc/libcpp/init.c
    branches/gupc/libcpp/internal.h
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/line-map.c
    branches/gupc/libcpp/macro.c
    branches/gupc/libcpp/system.h
    branches/gupc/libdecnumber/ChangeLog
    branches/gupc/libdecnumber/configure
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/configure
    branches/gupc/libffi/configure.ac
    branches/gupc/libffi/src/mips/n32.S
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/Makefile.in
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/alpha/linux-unwind.h
    branches/gupc/libgcc/config/avr/lib1funcs.S
    branches/gupc/libgcc/config/avr/t-avr
    branches/gupc/libgcc/config/i386/morestack.S
    branches/gupc/libgcc/config/ia64/fde-vms.c
    branches/gupc/libgcc/config/ia64/t-ia64
    branches/gupc/libgcc/config/pa/stublib.c
    branches/gupc/libgcc/config/pa/t-stublib
    branches/gupc/libgcc/config/rs6000/darwin-world.S
    branches/gupc/libgcc/config/rs6000/t-darwin64
    branches/gupc/libgcc/config/rs6000/t-ppccomm
    branches/gupc/libgcc/config/s390/t-crtstuff
    branches/gupc/libgcc/config/sh/t-netbsd
    branches/gupc/libgcc/config/sparc/sol2-unwind.h
    branches/gupc/libgcc/config/t-darwin
    branches/gupc/libgcc/configure
    branches/gupc/libgcc/crtstuff.c
    branches/gupc/libgcc/enable-execute-stack-mprotect.c
    branches/gupc/libgcc/generic-morestack.c
    branches/gupc/libgcc/libgcc-std.ver.in
    branches/gupc/libgcc/libgcov.c
    branches/gupc/libgcc/unwind-arm-common.inc
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/Makefile.am
    branches/gupc/libgfortran/Makefile.in
    branches/gupc/libgfortran/acinclude.m4
    branches/gupc/libgfortran/caf/libcaf.h
    branches/gupc/libgfortran/caf/mpi.c
    branches/gupc/libgfortran/caf/single.c
    branches/gupc/libgfortran/configure
    branches/gupc/libgfortran/io/transfer.c
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgfortran/runtime/backtrace.c
    branches/gupc/libgfortran/runtime/compile_options.c
    branches/gupc/libgo/MERGE
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/config.h.in
    branches/gupc/libgo/configure
    branches/gupc/libgo/configure.ac
    branches/gupc/libgo/go/archive/tar/common.go
    branches/gupc/libgo/go/archive/tar/reader.go
    branches/gupc/libgo/go/archive/tar/reader_test.go
    branches/gupc/libgo/go/archive/tar/writer.go
    branches/gupc/libgo/go/archive/tar/writer_test.go
    branches/gupc/libgo/go/archive/zip/reader.go
    branches/gupc/libgo/go/archive/zip/reader_test.go
    branches/gupc/libgo/go/archive/zip/struct.go
    branches/gupc/libgo/go/archive/zip/writer.go
    branches/gupc/libgo/go/archive/zip/writer_test.go
    branches/gupc/libgo/go/archive/zip/zip_test.go
    branches/gupc/libgo/go/bufio/bufio.go
    branches/gupc/libgo/go/bufio/bufio_test.go
    branches/gupc/libgo/go/builtin/builtin.go
    branches/gupc/libgo/go/bytes/buffer.go
    branches/gupc/libgo/go/bytes/buffer_test.go
    branches/gupc/libgo/go/bytes/bytes.go
    branches/gupc/libgo/go/bytes/bytes_test.go
    branches/gupc/libgo/go/compress/bzip2/bit_reader.go
    branches/gupc/libgo/go/compress/bzip2/bzip2.go
    branches/gupc/libgo/go/compress/bzip2/bzip2_test.go
    branches/gupc/libgo/go/compress/bzip2/huffman.go
    branches/gupc/libgo/go/compress/flate/deflate.go
    branches/gupc/libgo/go/compress/flate/deflate_test.go
    branches/gupc/libgo/go/compress/flate/flate_test.go
    branches/gupc/libgo/go/compress/flate/huffman_bit_writer.go
    branches/gupc/libgo/go/compress/flate/inflate.go
    branches/gupc/libgo/go/compress/gzip/gunzip.go
    branches/gupc/libgo/go/compress/gzip/gunzip_test.go
    branches/gupc/libgo/go/compress/gzip/gzip.go
    branches/gupc/libgo/go/compress/gzip/gzip_test.go
    branches/gupc/libgo/go/compress/lzw/reader.go
    branches/gupc/libgo/go/compress/lzw/reader_test.go
    branches/gupc/libgo/go/compress/lzw/writer.go
    branches/gupc/libgo/go/compress/lzw/writer_test.go
    branches/gupc/libgo/go/compress/zlib/reader.go
    branches/gupc/libgo/go/compress/zlib/reader_test.go
    branches/gupc/libgo/go/compress/zlib/writer.go
    branches/gupc/libgo/go/compress/zlib/writer_test.go
    branches/gupc/libgo/go/container/heap/heap.go
    branches/gupc/libgo/go/container/heap/heap_test.go
    branches/gupc/libgo/go/crypto/aes/aes_test.go
    branches/gupc/libgo/go/crypto/aes/block.go
    branches/gupc/libgo/go/crypto/aes/cipher.go
    branches/gupc/libgo/go/crypto/bcrypt/base64.go
    branches/gupc/libgo/go/crypto/bcrypt/bcrypt.go
    branches/gupc/libgo/go/crypto/bcrypt/bcrypt_test.go
    branches/gupc/libgo/go/crypto/blowfish/cipher.go
    branches/gupc/libgo/go/crypto/cast5/cast5.go
    branches/gupc/libgo/go/crypto/cipher/io.go
    branches/gupc/libgo/go/crypto/des/cipher.go
    branches/gupc/libgo/go/crypto/dsa/dsa.go
    branches/gupc/libgo/go/crypto/dsa/dsa_test.go
    branches/gupc/libgo/go/crypto/ecdsa/ecdsa.go
    branches/gupc/libgo/go/crypto/ecdsa/ecdsa_test.go
    branches/gupc/libgo/go/crypto/elliptic/elliptic.go
    branches/gupc/libgo/go/crypto/elliptic/elliptic_test.go
    branches/gupc/libgo/go/crypto/hmac/hmac.go
    branches/gupc/libgo/go/crypto/hmac/hmac_test.go
    branches/gupc/libgo/go/crypto/md4/md4.go
    branches/gupc/libgo/go/crypto/md4/md4_test.go
    branches/gupc/libgo/go/crypto/md5/md5.go
    branches/gupc/libgo/go/crypto/md5/md5_test.go
    branches/gupc/libgo/go/crypto/ocsp/ocsp.go
    branches/gupc/libgo/go/crypto/ocsp/ocsp_test.go
    branches/gupc/libgo/go/crypto/openpgp/armor/armor.go
    branches/gupc/libgo/go/crypto/openpgp/armor/encode.go
    branches/gupc/libgo/go/crypto/openpgp/canonical_text.go
    branches/gupc/libgo/go/crypto/openpgp/canonical_text_test.go
    branches/gupc/libgo/go/crypto/openpgp/elgamal/elgamal.go
    branches/gupc/libgo/go/crypto/openpgp/elgamal/elgamal_test.go
    branches/gupc/libgo/go/crypto/openpgp/error/error.go
    branches/gupc/libgo/go/crypto/openpgp/keys.go
    branches/gupc/libgo/go/crypto/openpgp/packet/compressed.go
    branches/gupc/libgo/go/crypto/openpgp/packet/compressed_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/encrypted_key.go
    branches/gupc/libgo/go/crypto/openpgp/packet/encrypted_key_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/literal.go
    branches/gupc/libgo/go/crypto/openpgp/packet/one_pass_signature.go
    branches/gupc/libgo/go/crypto/openpgp/packet/packet.go
    branches/gupc/libgo/go/crypto/openpgp/packet/packet_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/private_key.go
    branches/gupc/libgo/go/crypto/openpgp/packet/private_key_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/public_key.go
    branches/gupc/libgo/go/crypto/openpgp/packet/public_key_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/reader.go
    branches/gupc/libgo/go/crypto/openpgp/packet/signature.go
    branches/gupc/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go
    branches/gupc/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go
    branches/gupc/libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go
    branches/gupc/libgo/go/crypto/openpgp/packet/userid.go
    branches/gupc/libgo/go/crypto/openpgp/read.go
    branches/gupc/libgo/go/crypto/openpgp/read_test.go
    branches/gupc/libgo/go/crypto/openpgp/s2k/s2k.go
    branches/gupc/libgo/go/crypto/openpgp/s2k/s2k_test.go
    branches/gupc/libgo/go/crypto/openpgp/write.go
    branches/gupc/libgo/go/crypto/openpgp/write_test.go
    branches/gupc/libgo/go/crypto/rand/rand.go
    branches/gupc/libgo/go/crypto/rand/rand_unix.go
    branches/gupc/libgo/go/crypto/rand/rand_windows.go
    branches/gupc/libgo/go/crypto/rand/util.go
    branches/gupc/libgo/go/crypto/rc4/rc4.go
    branches/gupc/libgo/go/crypto/ripemd160/ripemd160.go
    branches/gupc/libgo/go/crypto/ripemd160/ripemd160_test.go
    branches/gupc/libgo/go/crypto/rsa/pkcs1v15.go
    branches/gupc/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/gupc/libgo/go/crypto/rsa/rsa.go
    branches/gupc/libgo/go/crypto/rsa/rsa_test.go
    branches/gupc/libgo/go/crypto/sha1/sha1.go
    branches/gupc/libgo/go/crypto/sha1/sha1_test.go
    branches/gupc/libgo/go/crypto/sha256/sha256.go
    branches/gupc/libgo/go/crypto/sha256/sha256_test.go
    branches/gupc/libgo/go/crypto/sha512/sha512.go
    branches/gupc/libgo/go/crypto/sha512/sha512_test.go
    branches/gupc/libgo/go/crypto/tls/alert.go
    branches/gupc/libgo/go/crypto/tls/cipher_suites.go
    branches/gupc/libgo/go/crypto/tls/common.go
    branches/gupc/libgo/go/crypto/tls/conn.go
    branches/gupc/libgo/go/crypto/tls/generate_cert.go
    branches/gupc/libgo/go/crypto/tls/handshake_client.go
    branches/gupc/libgo/go/crypto/tls/handshake_messages.go
    branches/gupc/libgo/go/crypto/tls/handshake_messages_test.go
    branches/gupc/libgo/go/crypto/tls/handshake_server.go
    branches/gupc/libgo/go/crypto/tls/handshake_server_test.go
    branches/gupc/libgo/go/crypto/tls/key_agreement.go
    branches/gupc/libgo/go/crypto/tls/prf.go
    branches/gupc/libgo/go/crypto/tls/root_unix.go
    branches/gupc/libgo/go/crypto/tls/root_windows.go
    branches/gupc/libgo/go/crypto/tls/tls.go
    branches/gupc/libgo/go/crypto/twofish/twofish.go
    branches/gupc/libgo/go/crypto/x509/cert_pool.go
    branches/gupc/libgo/go/crypto/x509/pkcs1.go
    branches/gupc/libgo/go/crypto/x509/pkix/pkix.go
    branches/gupc/libgo/go/crypto/x509/verify.go
    branches/gupc/libgo/go/crypto/x509/verify_test.go
    branches/gupc/libgo/go/crypto/x509/x509.go
    branches/gupc/libgo/go/crypto/x509/x509_test.go
    branches/gupc/libgo/go/crypto/xtea/cipher.go
    branches/gupc/libgo/go/debug/dwarf/buf.go
    branches/gupc/libgo/go/debug/dwarf/const.go
    branches/gupc/libgo/go/debug/dwarf/entry.go
    branches/gupc/libgo/go/debug/dwarf/open.go
    branches/gupc/libgo/go/debug/dwarf/type.go
    branches/gupc/libgo/go/debug/dwarf/unit.go
    branches/gupc/libgo/go/debug/elf/elf.go
    branches/gupc/libgo/go/debug/elf/file.go
    branches/gupc/libgo/go/debug/gosym/pclntab_test.go
    branches/gupc/libgo/go/debug/gosym/symtab.go
    branches/gupc/libgo/go/debug/macho/file.go
    branches/gupc/libgo/go/debug/macho/file_test.go
    branches/gupc/libgo/go/debug/macho/macho.go
    branches/gupc/libgo/go/debug/pe/file.go
    branches/gupc/libgo/go/debug/pe/file_test.go
    branches/gupc/libgo/go/encoding/ascii85/ascii85.go
    branches/gupc/libgo/go/encoding/ascii85/ascii85_test.go
    branches/gupc/libgo/go/encoding/base32/base32.go
    branches/gupc/libgo/go/encoding/base32/base32_test.go
    branches/gupc/libgo/go/encoding/base64/base64.go
    branches/gupc/libgo/go/encoding/base64/base64_test.go
    branches/gupc/libgo/go/encoding/binary/binary.go
    branches/gupc/libgo/go/encoding/binary/binary_test.go
    branches/gupc/libgo/go/encoding/binary/varint.go
    branches/gupc/libgo/go/encoding/binary/varint_test.go
    branches/gupc/libgo/go/encoding/git85/git.go
    branches/gupc/libgo/go/encoding/git85/git_test.go
    branches/gupc/libgo/go/encoding/hex/hex.go
    branches/gupc/libgo/go/encoding/pem/pem.go
    branches/gupc/libgo/go/exp/ebnf/ebnf.go
    branches/gupc/libgo/go/exp/ebnf/parser.go
    branches/gupc/libgo/go/exp/ebnflint/ebnflint.go
    branches/gupc/libgo/go/exp/gotype/gotype.go
    branches/gupc/libgo/go/exp/norm/composition.go
    branches/gupc/libgo/go/exp/norm/composition_test.go
    branches/gupc/libgo/go/exp/norm/input.go
    branches/gupc/libgo/go/exp/norm/maketables.go
    branches/gupc/libgo/go/exp/norm/maketesttables.go
    branches/gupc/libgo/go/exp/norm/normalize.go
    branches/gupc/libgo/go/exp/norm/normalize_test.go
    branches/gupc/libgo/go/exp/norm/normregtest.go
    branches/gupc/libgo/go/exp/norm/readwriter.go
    branches/gupc/libgo/go/exp/norm/readwriter_test.go
    branches/gupc/libgo/go/exp/norm/trie_test.go
    branches/gupc/libgo/go/exp/norm/triedata_test.go
    branches/gupc/libgo/go/exp/norm/triegen.go
    branches/gupc/libgo/go/exp/spdy/read.go
    branches/gupc/libgo/go/exp/spdy/spdy_test.go
    branches/gupc/libgo/go/exp/spdy/types.go
    branches/gupc/libgo/go/exp/spdy/write.go
    branches/gupc/libgo/go/exp/sql/convert.go
    branches/gupc/libgo/go/exp/sql/convert_test.go
    branches/gupc/libgo/go/exp/sql/driver/driver.go
    branches/gupc/libgo/go/exp/sql/driver/types.go
    branches/gupc/libgo/go/exp/sql/fakedb_test.go
    branches/gupc/libgo/go/exp/sql/sql.go
    branches/gupc/libgo/go/exp/sql/sql_test.go
    branches/gupc/libgo/go/exp/ssh/channel.go
    branches/gupc/libgo/go/exp/ssh/common.go
    branches/gupc/libgo/go/exp/ssh/doc.go
    branches/gupc/libgo/go/exp/ssh/messages.go
    branches/gupc/libgo/go/exp/ssh/messages_test.go
    branches/gupc/libgo/go/exp/ssh/server.go
    branches/gupc/libgo/go/exp/ssh/server_shell.go
    branches/gupc/libgo/go/exp/ssh/server_shell_test.go
    branches/gupc/libgo/go/exp/ssh/transport.go
    branches/gupc/libgo/go/exp/ssh/transport_test.go
    branches/gupc/libgo/go/exp/terminal/terminal.go
    branches/gupc/libgo/go/exp/types/check.go
    branches/gupc/libgo/go/exp/types/check_test.go
    branches/gupc/libgo/go/exp/types/const.go
    branches/gupc/libgo/go/exp/types/exportdata.go
    branches/gupc/libgo/go/exp/types/gcimporter.go
    branches/gupc/libgo/go/exp/types/gcimporter_test.go
    branches/gupc/libgo/go/exp/types/universe.go
    branches/gupc/libgo/go/exp/winfsnotify/winfsnotify.go
    branches/gupc/libgo/go/exp/winfsnotify/winfsnotify_test.go
    branches/gupc/libgo/go/exp/wingui/gui.go
    branches/gupc/libgo/go/exp/wingui/winapi.go
    branches/gupc/libgo/go/expvar/expvar.go
    branches/gupc/libgo/go/expvar/expvar_test.go
    branches/gupc/libgo/go/flag/flag.go
    branches/gupc/libgo/go/fmt/doc.go
    branches/gupc/libgo/go/fmt/fmt_test.go
    branches/gupc/libgo/go/fmt/format.go
    branches/gupc/libgo/go/fmt/print.go
    branches/gupc/libgo/go/fmt/scan.go
    branches/gupc/libgo/go/fmt/scan_test.go
    branches/gupc/libgo/go/go/ast/ast.go
    branches/gupc/libgo/go/go/ast/filter.go
    branches/gupc/libgo/go/go/ast/print.go
    branches/gupc/libgo/go/go/ast/print_test.go
    branches/gupc/libgo/go/go/ast/resolve.go
    branches/gupc/libgo/go/go/build/build.go
    branches/gupc/libgo/go/go/build/build_test.go
    branches/gupc/libgo/go/go/build/dir.go
    branches/gupc/libgo/go/go/build/path.go
    branches/gupc/libgo/go/go/build/pkgtest/pkgtest.go
    branches/gupc/libgo/go/go/doc/comment.go
    branches/gupc/libgo/go/go/doc/doc.go
    branches/gupc/libgo/go/go/doc/example.go
    branches/gupc/libgo/go/go/parser/interface.go
    branches/gupc/libgo/go/go/parser/parser.go
    branches/gupc/libgo/go/go/parser/parser_test.go
    branches/gupc/libgo/go/go/printer/nodes.go
    branches/gupc/libgo/go/go/printer/performance_test.go
    branches/gupc/libgo/go/go/printer/printer.go
    branches/gupc/libgo/go/go/printer/printer_test.go
    branches/gupc/libgo/go/go/printer/testdata/parser.go
    branches/gupc/libgo/go/go/scanner/errors.go
    branches/gupc/libgo/go/go/scanner/scanner.go
    branches/gupc/libgo/go/go/scanner/scanner_test.go
    branches/gupc/libgo/go/go/token/serialize.go
    branches/gupc/libgo/go/go/token/serialize_test.go
    branches/gupc/libgo/go/hash/adler32/adler32.go
    branches/gupc/libgo/go/hash/crc32/crc32.go
    branches/gupc/libgo/go/hash/crc64/crc64.go
    branches/gupc/libgo/go/hash/fnv/fnv.go
    branches/gupc/libgo/go/hash/fnv/fnv_test.go
    branches/gupc/libgo/go/hash/hash.go
    branches/gupc/libgo/go/html/doc.go
    branches/gupc/libgo/go/html/entity.go
    branches/gupc/libgo/go/html/entity_test.go
    branches/gupc/libgo/go/html/escape.go
    branches/gupc/libgo/go/html/node.go
    branches/gupc/libgo/go/html/parse.go
    branches/gupc/libgo/go/html/parse_test.go
    branches/gupc/libgo/go/html/render.go
    branches/gupc/libgo/go/html/render_test.go
    branches/gupc/libgo/go/html/token.go
    branches/gupc/libgo/go/html/token_test.go
    branches/gupc/libgo/go/image/bmp/reader.go
    branches/gupc/libgo/go/image/color/color.go
    branches/gupc/libgo/go/image/decode_test.go
    branches/gupc/libgo/go/image/format.go
    branches/gupc/libgo/go/image/gif/reader.go
    branches/gupc/libgo/go/image/jpeg/huffman.go
    branches/gupc/libgo/go/image/jpeg/reader.go
    branches/gupc/libgo/go/image/jpeg/writer.go
    branches/gupc/libgo/go/image/jpeg/writer_test.go
    branches/gupc/libgo/go/image/names.go
    branches/gupc/libgo/go/image/png/reader.go
    branches/gupc/libgo/go/image/png/reader_test.go
    branches/gupc/libgo/go/image/png/writer.go
    branches/gupc/libgo/go/image/png/writer_test.go
    branches/gupc/libgo/go/image/tiff/buffer.go
    branches/gupc/libgo/go/image/tiff/buffer_test.go
    branches/gupc/libgo/go/image/tiff/compress.go
    branches/gupc/libgo/go/image/tiff/reader.go
    branches/gupc/libgo/go/image/tiff/reader_test.go
    branches/gupc/libgo/go/index/suffixarray/suffixarray.go
    branches/gupc/libgo/go/index/suffixarray/suffixarray_test.go
    branches/gupc/libgo/go/io/io.go
    branches/gupc/libgo/go/io/io_test.go
    branches/gupc/libgo/go/io/ioutil/ioutil.go
    branches/gupc/libgo/go/io/ioutil/ioutil_test.go
    branches/gupc/libgo/go/io/ioutil/tempfile.go
    branches/gupc/libgo/go/io/multi.go
    branches/gupc/libgo/go/io/multi_test.go
    branches/gupc/libgo/go/io/pipe.go
    branches/gupc/libgo/go/io/pipe_test.go
    branches/gupc/libgo/go/log/log.go
    branches/gupc/libgo/go/math/abs.go
    branches/gupc/libgo/go/math/all_test.go
    branches/gupc/libgo/go/math/asinh.go
    branches/gupc/libgo/go/math/cbrt.go
    branches/gupc/libgo/go/math/floor.go
    branches/gupc/libgo/go/math/gamma.go
    branches/gupc/libgo/go/math/lgamma.go
    branches/gupc/libgo/go/math/log1p.go
    branches/gupc/libgo/go/math/modf.go
    branches/gupc/libgo/go/math/sin.go
    branches/gupc/libgo/go/math/sincos.go
    branches/gupc/libgo/go/math/sinh.go
    branches/gupc/libgo/go/math/tan.go
    branches/gupc/libgo/go/math/tanh.go
    branches/gupc/libgo/go/mime/grammar.go
    branches/gupc/libgo/go/mime/mediatype.go
    branches/gupc/libgo/go/mime/mediatype_test.go
    branches/gupc/libgo/go/mime/multipart/formdata.go
    branches/gupc/libgo/go/mime/multipart/multipart.go
    branches/gupc/libgo/go/mime/multipart/multipart_test.go
    branches/gupc/libgo/go/mime/multipart/writer.go
    branches/gupc/libgo/go/mime/type.go
    branches/gupc/libgo/go/mime/type_test.go
    branches/gupc/libgo/go/net/cgo_stub.go
    branches/gupc/libgo/go/net/cgo_unix.go
    branches/gupc/libgo/go/net/dial.go
    branches/gupc/libgo/go/net/dict/dict.go
    branches/gupc/libgo/go/net/dnsclient.go
    branches/gupc/libgo/go/net/dnsclient_unix.go
    branches/gupc/libgo/go/net/dnsconfig.go
    branches/gupc/libgo/go/net/fd.go
    branches/gupc/libgo/go/net/fd_linux.go
    branches/gupc/libgo/go/net/fd_openbsd.go
    branches/gupc/libgo/go/net/fd_select.go
    branches/gupc/libgo/go/net/fd_windows.go
    branches/gupc/libgo/go/net/file.go
    branches/gupc/libgo/go/net/file_plan9.go
    branches/gupc/libgo/go/net/file_test.go
    branches/gupc/libgo/go/net/file_windows.go
    branches/gupc/libgo/go/net/hosts.go
    branches/gupc/libgo/go/net/interface.go
    branches/gupc/libgo/go/net/interface_bsd.go
    branches/gupc/libgo/go/net/interface_darwin.go
    branches/gupc/libgo/go/net/interface_freebsd.go
    branches/gupc/libgo/go/net/interface_linux.go
    branches/gupc/libgo/go/net/interface_openbsd.go
    branches/gupc/libgo/go/net/interface_stub.go
    branches/gupc/libgo/go/net/interface_test.go
    branches/gupc/libgo/go/net/interface_windows.go
    branches/gupc/libgo/go/net/ip.go
    branches/gupc/libgo/go/net/ip_test.go
    branches/gupc/libgo/go/net/ipraw_test.go
    branches/gupc/libgo/go/net/iprawsock.go
    branches/gupc/libgo/go/net/iprawsock_plan9.go
    branches/gupc/libgo/go/net/iprawsock_posix.go
    branches/gupc/libgo/go/net/ipsock.go
    branches/gupc/libgo/go/net/ipsock_plan9.go
    branches/gupc/libgo/go/net/ipsock_posix.go
    branches/gupc/libgo/go/net/lookup_plan9.go
    branches/gupc/libgo/go/net/lookup_test.go
    branches/gupc/libgo/go/net/lookup_unix.go
    branches/gupc/libgo/go/net/lookup_windows.go
    branches/gupc/libgo/go/net/net.go
    branches/gupc/libgo/go/net/net_test.go
    branches/gupc/libgo/go/net/newpollserver.go
    branches/gupc/libgo/go/net/newpollserver_rtems.go
    branches/gupc/libgo/go/net/parse.go
    branches/gupc/libgo/go/net/parse_test.go
    branches/gupc/libgo/go/net/pipe.go
    branches/gupc/libgo/go/net/pipe_test.go
    branches/gupc/libgo/go/net/port.go
    branches/gupc/libgo/go/net/sendfile_linux.go
    branches/gupc/libgo/go/net/sendfile_stub.go
    branches/gupc/libgo/go/net/sendfile_windows.go
    branches/gupc/libgo/go/net/server_test.go
    branches/gupc/libgo/go/net/sock.go
    branches/gupc/libgo/go/net/sock_bsd.go
    branches/gupc/libgo/go/net/sock_windows.go
    branches/gupc/libgo/go/net/tcpsock.go
    branches/gupc/libgo/go/net/tcpsock_plan9.go
    branches/gupc/libgo/go/net/tcpsock_posix.go
    branches/gupc/libgo/go/net/textproto/reader.go
    branches/gupc/libgo/go/net/textproto/reader_test.go
    branches/gupc/libgo/go/net/textproto/textproto.go
    branches/gupc/libgo/go/net/textproto/writer.go
    branches/gupc/libgo/go/net/timeout_test.go
    branches/gupc/libgo/go/net/udpsock.go
    branches/gupc/libgo/go/net/udpsock_plan9.go
    branches/gupc/libgo/go/net/udpsock_posix.go
    branches/gupc/libgo/go/net/unixsock.go
    branches/gupc/libgo/go/net/unixsock_plan9.go
    branches/gupc/libgo/go/net/unixsock_posix.go
    branches/gupc/libgo/go/old/netchan/common.go
    branches/gupc/libgo/go/old/netchan/export.go
    branches/gupc/libgo/go/old/netchan/import.go
    branches/gupc/libgo/go/old/netchan/netchan_test.go
    branches/gupc/libgo/go/old/regexp/all_test.go
    branches/gupc/libgo/go/old/regexp/regexp.go
    branches/gupc/libgo/go/old/template/parse.go
    branches/gupc/libgo/go/old/template/template_test.go
    branches/gupc/libgo/go/os/dir.go
    branches/gupc/libgo/go/os/dir_largefile.go
    branches/gupc/libgo/go/os/dir_plan9.go
    branches/gupc/libgo/go/os/dir_regfile.go
    branches/gupc/libgo/go/os/dir_unix.go
    branches/gupc/libgo/go/os/env.go
    branches/gupc/libgo/go/os/error.go
    branches/gupc/libgo/go/os/error_plan9.go
    branches/gupc/libgo/go/os/error_posix.go
    branches/gupc/libgo/go/os/exec_plan9.go
    branches/gupc/libgo/go/os/exec_posix.go
    branches/gupc/libgo/go/os/exec_unix.go
    branches/gupc/libgo/go/os/exec_windows.go
    branches/gupc/libgo/go/os/file.go
    branches/gupc/libgo/go/os/file_plan9.go
    branches/gupc/libgo/go/os/file_posix.go
    branches/gupc/libgo/go/os/file_unix.go
    branches/gupc/libgo/go/os/getwd.go
    branches/gupc/libgo/go/os/os_test.go
    branches/gupc/libgo/go/os/path.go
    branches/gupc/libgo/go/os/path_test.go
    branches/gupc/libgo/go/os/proc.go
    branches/gupc/libgo/go/os/stat.go
    branches/gupc/libgo/go/os/stat_openbsd.go
    branches/gupc/libgo/go/os/stat_plan9.go
    branches/gupc/libgo/go/os/sys_bsd.go
    branches/gupc/libgo/go/os/sys_linux.go
    branches/gupc/libgo/go/os/sys_plan9.go
    branches/gupc/libgo/go/os/sys_uname.go
    branches/gupc/libgo/go/os/time.go
    branches/gupc/libgo/go/os/types.go
    branches/gupc/libgo/go/os/user/lookup_stubs.go
    branches/gupc/libgo/go/os/user/lookup_unix.go
    branches/gupc/libgo/go/os/user/user.go
    branches/gupc/libgo/go/os/user/user_test.go
    branches/gupc/libgo/go/patch/apply.go
    branches/gupc/libgo/go/patch/git.go
    branches/gupc/libgo/go/patch/patch.go
    branches/gupc/libgo/go/patch/textdiff.go
    branches/gupc/libgo/go/path/filepath/match.go
    branches/gupc/libgo/go/path/filepath/match_test.go
    branches/gupc/libgo/go/path/filepath/path.go
    branches/gupc/libgo/go/path/filepath/path_test.go
    branches/gupc/libgo/go/path/match.go
    branches/gupc/libgo/go/path/match_test.go
    branches/gupc/libgo/go/reflect/all_test.go
    branches/gupc/libgo/go/reflect/deepequal.go
    branches/gupc/libgo/go/reflect/tostring_test.go
    branches/gupc/libgo/go/reflect/type.go
    branches/gupc/libgo/go/reflect/value.go
    branches/gupc/libgo/go/regexp/all_test.go
    branches/gupc/libgo/go/regexp/exec.go
    branches/gupc/libgo/go/regexp/exec_test.go
    branches/gupc/libgo/go/regexp/regexp.go
    branches/gupc/libgo/go/regexp/syntax/compile.go
    branches/gupc/libgo/go/regexp/syntax/parse.go
    branches/gupc/libgo/go/regexp/syntax/parse_test.go
    branches/gupc/libgo/go/regexp/syntax/perl_groups.go
    branches/gupc/libgo/go/regexp/syntax/prog.go
    branches/gupc/libgo/go/regexp/syntax/regexp.go
    branches/gupc/libgo/go/runtime/debug.go
    branches/gupc/libgo/go/runtime/error.go
    branches/gupc/libgo/go/runtime/export_test.go
    branches/gupc/libgo/go/runtime/gc_test.go
    branches/gupc/libgo/go/runtime/pprof/pprof.go
    branches/gupc/libgo/go/runtime/proc_test.go
    branches/gupc/libgo/go/runtime/softfloat64_test.go
    branches/gupc/libgo/go/sort/sort_test.go
    branches/gupc/libgo/go/strconv/atob.go
    branches/gupc/libgo/go/strconv/atob_test.go
    branches/gupc/libgo/go/strconv/atof.go
    branches/gupc/libgo/go/strconv/atof_test.go
    branches/gupc/libgo/go/strconv/atoi.go
    branches/gupc/libgo/go/strconv/atoi_test.go
    branches/gupc/libgo/go/strconv/decimal.go
    branches/gupc/libgo/go/strconv/decimal_test.go
    branches/gupc/libgo/go/strconv/fp_test.go
    branches/gupc/libgo/go/strconv/ftoa.go
    branches/gupc/libgo/go/strconv/ftoa_test.go
    branches/gupc/libgo/go/strconv/internal_test.go
    branches/gupc/libgo/go/strconv/itoa.go
    branches/gupc/libgo/go/strconv/itoa_test.go
    branches/gupc/libgo/go/strconv/quote.go
    branches/gupc/libgo/go/strconv/quote_test.go
    branches/gupc/libgo/go/strings/reader.go
    branches/gupc/libgo/go/strings/replace.go
    branches/gupc/libgo/go/strings/replace_test.go
    branches/gupc/libgo/go/strings/strings.go
    branches/gupc/libgo/go/strings/strings_test.go
    branches/gupc/libgo/go/sync/mutex.go
    branches/gupc/libgo/go/sync/once_test.go
    branches/gupc/libgo/go/syscall/bpf_bsd.go
    branches/gupc/libgo/go/syscall/errno.c
    branches/gupc/libgo/go/syscall/errstr.go
    branches/gupc/libgo/go/syscall/exec_stubs.go
    branches/gupc/libgo/go/syscall/exec_unix.go
    branches/gupc/libgo/go/syscall/exec_windows.go
    branches/gupc/libgo/go/syscall/libcall_irix.go
    branches/gupc/libgo/go/syscall/libcall_linux.go
    branches/gupc/libgo/go/syscall/libcall_posix.go
    branches/gupc/libgo/go/syscall/libcall_posix_largefile.go
    branches/gupc/libgo/go/syscall/libcall_posix_regfile.go
    branches/gupc/libgo/go/syscall/libcall_solaris_386.go
    branches/gupc/libgo/go/syscall/libcall_solaris_amd64.go
    branches/gupc/libgo/go/syscall/libcall_solaris_sparc.go
    branches/gupc/libgo/go/syscall/libcall_solaris_sparc64.go
    branches/gupc/libgo/go/syscall/libcall_support.go
    branches/gupc/libgo/go/syscall/libcall_uname.go
    branches/gupc/libgo/go/syscall/libcall_wait4.go
    branches/gupc/libgo/go/syscall/libcall_waitpid.go
    branches/gupc/libgo/go/syscall/lsf_linux.go
    branches/gupc/libgo/go/syscall/mksyscall.awk
    branches/gupc/libgo/go/syscall/netlink_linux.go
    branches/gupc/libgo/go/syscall/route_bsd.go
    branches/gupc/libgo/go/syscall/route_darwin.go
    branches/gupc/libgo/go/syscall/route_freebsd.go
    branches/gupc/libgo/go/syscall/sleep_rtems.go
    branches/gupc/libgo/go/syscall/sleep_select.go
    branches/gupc/libgo/go/syscall/sockcmsg_linux.go
    branches/gupc/libgo/go/syscall/sockcmsg_unix.go
    branches/gupc/libgo/go/syscall/socket.go
    branches/gupc/libgo/go/syscall/socket_bsd.go
    branches/gupc/libgo/go/syscall/socket_irix.go
    branches/gupc/libgo/go/syscall/socket_linux.go
    branches/gupc/libgo/go/syscall/socket_solaris.go
    branches/gupc/libgo/go/syscall/syscall.go
    branches/gupc/libgo/go/syscall/syscall_unix.go
    branches/gupc/libgo/go/syscall/wait.c
    branches/gupc/libgo/go/testing/benchmark.go
    branches/gupc/libgo/go/testing/example.go
    branches/gupc/libgo/go/testing/iotest/logger.go
    branches/gupc/libgo/go/testing/iotest/reader.go
    branches/gupc/libgo/go/testing/iotest/writer.go
    branches/gupc/libgo/go/testing/quick/quick.go
    branches/gupc/libgo/go/testing/quick/quick_test.go
    branches/gupc/libgo/go/testing/script/script.go
    branches/gupc/libgo/go/testing/testing.go
    branches/gupc/libgo/go/time/format.go
    branches/gupc/libgo/go/time/internal_test.go
    branches/gupc/libgo/go/time/sleep.go
    branches/gupc/libgo/go/time/sleep_test.go
    branches/gupc/libgo/go/time/sys.go
    branches/gupc/libgo/go/time/sys_plan9.go
    branches/gupc/libgo/go/time/sys_unix.go
    branches/gupc/libgo/go/time/sys_windows.go
    branches/gupc/libgo/go/time/tick.go
    branches/gupc/libgo/go/time/tick_test.go
    branches/gupc/libgo/go/time/time.go
    branches/gupc/libgo/go/time/time_test.go
    branches/gupc/libgo/go/time/zoneinfo_plan9.go
    branches/gupc/libgo/go/time/zoneinfo_unix.go
    branches/gupc/libgo/go/time/zoneinfo_windows.go
    branches/gupc/libgo/go/unicode/digit.go
    branches/gupc/libgo/go/unicode/digit_test.go
    branches/gupc/libgo/go/unicode/graphic.go
    branches/gupc/libgo/go/unicode/graphic_test.go
    branches/gupc/libgo/go/unicode/letter.go
    branches/gupc/libgo/go/unicode/letter_test.go
    branches/gupc/libgo/go/unicode/script_test.go
    branches/gupc/libgo/go/unicode/tables.go
    branches/gupc/libgo/go/websocket/client.go
    branches/gupc/libgo/go/websocket/hixie.go
    branches/gupc/libgo/go/websocket/hixie_test.go
    branches/gupc/libgo/go/websocket/hybi.go
    branches/gupc/libgo/go/websocket/hybi_test.go
    branches/gupc/libgo/go/websocket/server.go
    branches/gupc/libgo/go/websocket/websocket.go
    branches/gupc/libgo/go/websocket/websocket_test.go
    branches/gupc/libgo/merge.sh
    branches/gupc/libgo/mksysinfo.sh
    branches/gupc/libgo/runtime/cpuprof.c
    branches/gupc/libgo/runtime/go-append.c
    branches/gupc/libgo/runtime/go-defer.c
    branches/gupc/libgo/runtime/go-deferred-recover.c
    branches/gupc/libgo/runtime/go-eface-compare.c
    branches/gupc/libgo/runtime/go-eface-val-compare.c
    branches/gupc/libgo/runtime/go-interface-eface-compare.c
    branches/gupc/libgo/runtime/go-main.c
    branches/gupc/libgo/runtime/go-make-slice.c
    branches/gupc/libgo/runtime/go-map-delete.c
    branches/gupc/libgo/runtime/go-map-index.c
    branches/gupc/libgo/runtime/go-nanotime.c
    branches/gupc/libgo/runtime/go-new-map.c
    branches/gupc/libgo/runtime/go-panic.c
    branches/gupc/libgo/runtime/go-panic.h
    branches/gupc/libgo/runtime/go-print.c
    branches/gupc/libgo/runtime/go-recover.c
    branches/gupc/libgo/runtime/go-reflect-map.c
    branches/gupc/libgo/runtime/go-reflect.c
    branches/gupc/libgo/runtime/go-runtime-error.c
    branches/gupc/libgo/runtime/go-setenv.c
    branches/gupc/libgo/runtime/go-signal.c
    branches/gupc/libgo/runtime/go-strslice.c
    branches/gupc/libgo/runtime/go-type-eface.c
    branches/gupc/libgo/runtime/go-type-error.c
    branches/gupc/libgo/runtime/go-type-identity.c
    branches/gupc/libgo/runtime/go-type-interface.c
    branches/gupc/libgo/runtime/go-type-string.c
    branches/gupc/libgo/runtime/go-type.h
    branches/gupc/libgo/runtime/go-unreflect.c
    branches/gupc/libgo/runtime/go-unsafe-new.c
    branches/gupc/libgo/runtime/go-unsafe-newarray.c
    branches/gupc/libgo/runtime/go-unwind.c
    branches/gupc/libgo/runtime/iface.goc
    branches/gupc/libgo/runtime/malloc.goc
    branches/gupc/libgo/runtime/malloc.h
    branches/gupc/libgo/runtime/map.goc
    branches/gupc/libgo/runtime/mcentral.c
    branches/gupc/libgo/runtime/mem.c
    branches/gupc/libgo/runtime/mem_posix_memalign.c
    branches/gupc/libgo/runtime/mfinal.c
    branches/gupc/libgo/runtime/mgc0.c
    branches/gupc/libgo/runtime/mheap.c
    branches/gupc/libgo/runtime/mprof.goc
    branches/gupc/libgo/runtime/proc.c
    branches/gupc/libgo/runtime/reflect.goc
    branches/gupc/libgo/runtime/runtime.c
    branches/gupc/libgo/runtime/runtime.h
    branches/gupc/libgo/runtime/sigqueue.goc
    branches/gupc/libgo/runtime/string.goc
    branches/gupc/libgo/runtime/thread.c
    branches/gupc/libgo/runtime/yield.c
    branches/gupc/libgo/testsuite/Makefile.in
    branches/gupc/libgo/testsuite/gotest
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/config/linux/affinity.c
    branches/gupc/libgomp/config/linux/alpha/futex.h
    branches/gupc/libgomp/config/linux/bar.c
    branches/gupc/libgomp/config/linux/bar.h
    branches/gupc/libgomp/config/linux/futex.h
    branches/gupc/libgomp/config/linux/ia64/futex.h
    branches/gupc/libgomp/config/linux/lock.c
    branches/gupc/libgomp/config/linux/mips/futex.h
    branches/gupc/libgomp/config/linux/mutex.c
    branches/gupc/libgomp/config/linux/mutex.h
    branches/gupc/libgomp/config/linux/omp-lock.h
    branches/gupc/libgomp/config/linux/powerpc/futex.h
    branches/gupc/libgomp/config/linux/ptrlock.c
    branches/gupc/libgomp/config/linux/ptrlock.h
    branches/gupc/libgomp/config/linux/s390/futex.h
    branches/gupc/libgomp/config/linux/sem.c
    branches/gupc/libgomp/config/linux/sem.h
    branches/gupc/libgomp/config/linux/sparc/futex.h
    branches/gupc/libgomp/config/linux/x86/futex.h
    branches/gupc/libgomp/configure
    branches/gupc/libgomp/critical.c
    branches/gupc/libgomp/libgomp.h
    branches/gupc/libgomp/ordered.c
    branches/gupc/libgomp/task.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-3.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-6.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-9.c
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/smp/upc_pgm_info.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/aclocal.m4
    branches/gupc/libiberty/configure
    branches/gupc/libiberty/cp-demangle.c
    branches/gupc/libiberty/make-relative-prefix.c
    branches/gupc/libiberty/testsuite/demangle-expected
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/Makefile.am
    branches/gupc/libitm/Makefile.in
    branches/gupc/libitm/acinclude.m4
    branches/gupc/libitm/aclocal.m4
    branches/gupc/libitm/alloc_cpp.cc
    branches/gupc/libitm/beginend.cc
    branches/gupc/libitm/config.h.in
    branches/gupc/libitm/config/alpha/sjlj.S
    branches/gupc/libitm/config/alpha/target.h
    branches/gupc/libitm/config/generic/asmcfi.h
    branches/gupc/libitm/config/linux/alpha/futex_bits.h
    branches/gupc/libitm/config/linux/futex.cc
    branches/gupc/libitm/config/linux/futex.h
    branches/gupc/libitm/config/linux/rwlock.cc
    branches/gupc/libitm/config/linux/rwlock.h
    branches/gupc/libitm/config/linux/x86/futex_bits.h
    branches/gupc/libitm/config/posix/rwlock.cc
    branches/gupc/libitm/config/posix/rwlock.h
    branches/gupc/libitm/config/x86/sjlj.S
    branches/gupc/libitm/config/x86/target.h
    branches/gupc/libitm/configure
    branches/gupc/libitm/configure.ac
    branches/gupc/libitm/configure.tgt
    branches/gupc/libitm/containers.h
    branches/gupc/libitm/eh_cpp.cc
    branches/gupc/libitm/libitm_i.h
    branches/gupc/libitm/local.cc
    branches/gupc/libitm/method-gl.cc
    branches/gupc/libitm/method-serial.cc
    branches/gupc/libitm/stmlock.h
    branches/gupc/libitm/testsuite/Makefile.in
    branches/gupc/libitm/testsuite/libitm.c/memcpy-1.c
    branches/gupc/libitm/testsuite/libitm.c/memset-1.c
    branches/gupc/libitm/testsuite/libitm.c/reentrant.c
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/classpath/ChangeLog.gcj
    branches/gupc/libjava/classpath/config.rpath
    branches/gupc/libjava/classpath/configure
    branches/gupc/libjava/classpath/gnu/java/rmi/registry/RegistryImpl.java
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/orbd/Main.java
    branches/gupc/libjava/configure
    branches/gupc/libjava/configure.ac
    branches/gupc/libjava/gnu/gcj/convert/Convert.java
    branches/gupc/libjava/gnu/gcj/tools/gcj_dbtool/Main.java
    branches/gupc/libjava/include/i386-signal.h
    branches/gupc/libjava/java/lang/natClass.cc
    branches/gupc/libjava/libltdl/ChangeLog
    branches/gupc/libjava/libltdl/acinclude.m4
    branches/gupc/libjava/libltdl/configure
    branches/gupc/libjava/prims.cc
    branches/gupc/libjava/sysdep/alpha/locks.h
    branches/gupc/libmudflap/ChangeLog
    branches/gupc/libmudflap/configure
    branches/gupc/libmudflap/mf-runtime.c
    branches/gupc/libobjc/ChangeLog
    branches/gupc/libobjc/configure
    branches/gupc/libquadmath/ChangeLog
    branches/gupc/libquadmath/configure
    branches/gupc/libssp/ChangeLog
    branches/gupc/libssp/configure
    branches/gupc/libtool.m4
    branches/gupc/lto-plugin/ChangeLog
    branches/gupc/lto-plugin/configure
    branches/gupc/zlib/ChangeLog.gcj
    branches/gupc/zlib/configure


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