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]

r180923 [1/2] - in /branches/cilkplus: ./ Chang...


Author: hjl
Date: Fri Nov  4 00:50:09 2011
New Revision: 180923

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180923
Log:
Merged with trunk at revision 180825.

Added:
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/map/operations/count.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/23_containers/map/operations/count.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/set/operations/count.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/23_containers/set/operations/count.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
      - copied from r180825, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/operations/
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/
      - copied from r180825, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/
      - copied from r180825, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_set/operations/
      - copied from r180825, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/operations/
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc
    branches/cilkplus/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
      - copied unchanged from r180825, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
Removed:
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements/typedefs.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/Makefile.in
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/config.h.in
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/doc/Makefile.in
    branches/cilkplus/libstdc++-v3/doc/xml/faq.xml
    branches/cilkplus/libstdc++-v3/doc/xml/manual/prerequisites.xml
    branches/cilkplus/libstdc++-v3/doc/xml/manual/using.xml
    branches/cilkplus/libstdc++-v3/include/Makefile.am
    branches/cilkplus/libstdc++-v3/include/Makefile.in
    branches/cilkplus/libstdc++-v3/include/bits/algorithmfwd.h
    branches/cilkplus/libstdc++-v3/include/bits/basic_string.h
    branches/cilkplus/libstdc++-v3/include/bits/c++0x_warning.h
    branches/cilkplus/libstdc++-v3/include/bits/c++config
    branches/cilkplus/libstdc++-v3/include/bits/forward_list.h
    branches/cilkplus/libstdc++-v3/include/bits/random.h
    branches/cilkplus/libstdc++-v3/include/bits/random.tcc
    branches/cilkplus/libstdc++-v3/include/bits/stl_bvector.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_deque.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_list.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_map.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_multimap.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_multiset.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_set.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_vector.h
    branches/cilkplus/libstdc++-v3/include/ext/vstring.h
    branches/cilkplus/libstdc++-v3/include/std/complex
    branches/cilkplus/libstdc++-v3/include/std/condition_variable
    branches/cilkplus/libstdc++-v3/include/std/future
    branches/cilkplus/libstdc++-v3/include/std/mutex
    branches/cilkplus/libstdc++-v3/include/std/valarray
    branches/cilkplus/libstdc++-v3/include/tr1/complex
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
    branches/cilkplus/libstdc++-v3/libsupc++/initializer_list
    branches/cilkplus/libstdc++-v3/po/Makefile.in
    branches/cilkplus/libstdc++-v3/python/Makefile.in
    branches/cilkplus/libstdc++-v3/scripts/run_doxygen
    branches/cilkplus/libstdc++-v3/src/Makefile.in
    branches/cilkplus/libstdc++-v3/src/condition_variable.cc
    branches/cilkplus/libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/18_support/headers/cstdint/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/headers/type_traits/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/headers/array/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/headers/tuple/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/async/49668.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/headers/future/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/headers/mutex/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/headers/thread/std_c++0x_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/copy_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/standard_layout.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc
    branches/cilkplus/libstdc++-v3/testsuite/Makefile.in
    branches/cilkplus/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/cilkplus/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/config/rs6000/476.h
      - copied unchanged from r180825, trunk/gcc/config/rs6000/476.h
    branches/cilkplus/gcc/config/rs6000/476.opt
      - copied unchanged from r180825, trunk/gcc/config/rs6000/476.opt
    branches/cilkplus/gcc/config/t-slibgcc
      - copied unchanged from r180825, trunk/gcc/config/t-slibgcc
    branches/cilkplus/gcc/gcc-ar.c
      - copied unchanged from r180825, trunk/gcc/gcc-ar.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-mutable1.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-mutable1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype34.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/decltype34.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist59.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/initlist59.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nsdmi-list2.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-list2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/pr50901.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/pr50901.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-addr.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-addr.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-args-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-args-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-args.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-args.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-clink-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-clink-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-concat-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-concat-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-concat.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-concat.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-constexpr.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-constexpr.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-declare-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-declare-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-embed-quote.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-embed-quote.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-friend.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-friend.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-general.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-general.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-inline.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-inline.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-linkage-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-linkage-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-member-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-member-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-namespace.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-namespace.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-nofunc-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-nofunc-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-nonempty-str-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-nonempty-str-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-nospace-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-nospace-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-nosuffix-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-nosuffix-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-nounder-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-nounder-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-operator-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-operator-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-preproc-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-preproc-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op-string-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op-string-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-raw-str.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-raw-str.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-suffix-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-suffix-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-systemheader.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-systemheader.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-template.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-template.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms-neg.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms-neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/udlit_system_header
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/udlit_system_header
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x2.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x3.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x3.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/aggr7.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/init/aggr7.C
    branches/cilkplus/gcc/testsuite/g++.dg/ipa/devirt-c-7.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/ipa/devirt-c-7.C
    branches/cilkplus/gcc/testsuite/g++.dg/ipa/devirt-c-8.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/ipa/devirt-c-8.C
    branches/cilkplus/gcc/testsuite/g++.dg/overload/operator5.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/overload/operator5.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/error43.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/parse/error43.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/error44.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/parse/error44.C
    branches/cilkplus/gcc/testsuite/g++.dg/pr50672.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/pr50672.C
    branches/cilkplus/gcc/testsuite/g++.dg/pr50763-3.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/pr50763-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash108.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/template/crash108.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr49720.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/torture/pr49720.C
    branches/cilkplus/gcc/testsuite/g++.dg/vect/slp-pr50819.cc
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/vect/slp-pr50819.cc
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wconversion4.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/warn/Wconversion4.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-1.C
      - copied unchanged from r180825, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-1.C
    branches/cilkplus/gcc/testsuite/gcc.dg/constructor-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/constructor-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/ipcp-4.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50763-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/pr50763-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50763.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/pr50763.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50908-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/pr50908-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50908-3.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/pr50908-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50908.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/pr50908.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-22.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/strlenopt-22.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr50838.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/torture/pr50838.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr50890.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/torture/pr50890.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr50902.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/torture/pr50902.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/no-tree-sra-bb-slp-pr50730.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vect/no-tree-sra-bb-slp-pr50730.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect-bool-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vect/vect-bool-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect-cond-10.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-10.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vshift-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vshift-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vshift-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vshift-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vshift-3.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vshift-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vshift-4.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vshift-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vshift-5.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.dg/vshift-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-cvt-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/avx-cvt-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-cvt-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/avx-cvt-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-cvt-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/avx2-cvt-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-cvt-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/avx2-cvt-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-vshift-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/avx2-vshift-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr50788.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/pr50788.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse2-cvt-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/sse2-cvt-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse2-cvt-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/sse2-cvt-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/xop-vshift-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/xop-vshift-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/xop-vshift-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/i386/xop-vshift-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/20111102-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/20111102-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/fmaf-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/fmaf-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/setcc-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/setcc-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/setcc-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/setcc-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/setcc-3.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/setcc-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/vis3move-1.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/vis3move-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/vis3move-2.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/vis3move-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sparc/vis3move-3.c
      - copied unchanged from r180825, trunk/gcc/testsuite/gcc.target/sparc/vis3move-3.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/dshift_3.f90
      - copied unchanged from r180825, trunk/gcc/testsuite/gfortran.dg/dshift_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/nearest_5.f90
      - copied unchanged from r180825, trunk/gcc/testsuite/gfortran.dg/nearest_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/pr50769.f90
      - copied unchanged from r180825, trunk/gcc/testsuite/gfortran.dg/pr50769.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/pr50875.f90
      - copied unchanged from r180825, trunk/gcc/testsuite/gfortran.dg/pr50875.f90
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization10.adb
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/loop_optimization10.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization10.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/loop_optimization10.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization10_pkg.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/loop_optimization10_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/atomic1.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/specs/atomic1.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/discr1.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/specs/discr1.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/discr1_pkg.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/specs/discr1_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/unchecked_union1.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/specs/unchecked_union1.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/unchecked_union2.ads
      - copied unchanged from r180825, trunk/gcc/testsuite/gnat.dg/specs/unchecked_union2.ads
    branches/cilkplus/libgcc/config/alpha/gthr-posix.c
      - copied unchanged from r180825, trunk/libgcc/config/alpha/gthr-posix.c
    branches/cilkplus/libgcc/config/alpha/libgcc-alpha-ldbl.ver
      - copied unchanged from r180825, trunk/libgcc/config/alpha/libgcc-alpha-ldbl.ver
    branches/cilkplus/libgcc/config/alpha/qrnnd.S
      - copied unchanged from r180825, trunk/libgcc/config/alpha/qrnnd.S
    branches/cilkplus/libgcc/config/alpha/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/alpha/t-linux
    branches/cilkplus/libgcc/config/alpha/t-vms
      - copied unchanged from r180825, trunk/libgcc/config/alpha/t-vms
    branches/cilkplus/libgcc/config/alpha/vms-dwarf2.S
      - copied unchanged from r180825, trunk/libgcc/config/alpha/vms-dwarf2.S
    branches/cilkplus/libgcc/config/alpha/vms-dwarf2eh.S
      - copied unchanged from r180825, trunk/libgcc/config/alpha/vms-dwarf2eh.S
    branches/cilkplus/libgcc/config/alpha/vms-gcc_shell_handler.c
      - copied unchanged from r180825, trunk/libgcc/config/alpha/vms-gcc_shell_handler.c
    branches/cilkplus/libgcc/config/arm/bpabi-v6m.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/bpabi-v6m.S
    branches/cilkplus/libgcc/config/arm/bpabi.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/bpabi.S
    branches/cilkplus/libgcc/config/arm/bpabi.c
      - copied unchanged from r180825, trunk/libgcc/config/arm/bpabi.c
    branches/cilkplus/libgcc/config/arm/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/crti.S
    branches/cilkplus/libgcc/config/arm/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/crtn.S
    branches/cilkplus/libgcc/config/arm/fp16.c
      - copied unchanged from r180825, trunk/libgcc/config/arm/fp16.c
    branches/cilkplus/libgcc/config/arm/ieee754-df.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/ieee754-df.S
    branches/cilkplus/libgcc/config/arm/ieee754-sf.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/ieee754-sf.S
    branches/cilkplus/libgcc/config/arm/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/arm/lib1funcs.S
    branches/cilkplus/libgcc/config/arm/libgcc-bpabi.ver
      - copied unchanged from r180825, trunk/libgcc/config/arm/libgcc-bpabi.ver
    branches/cilkplus/libgcc/config/arm/linux-atomic-64bit.c
      - copied unchanged from r180825, trunk/libgcc/config/arm/linux-atomic-64bit.c
    branches/cilkplus/libgcc/config/arm/linux-atomic.c
      - copied unchanged from r180825, trunk/libgcc/config/arm/linux-atomic.c
    branches/cilkplus/libgcc/config/arm/t-arm
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-arm
    branches/cilkplus/libgcc/config/arm/t-elf
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-elf
    branches/cilkplus/libgcc/config/arm/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-linux
    branches/cilkplus/libgcc/config/arm/t-linux-eabi
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-linux-eabi
    branches/cilkplus/libgcc/config/arm/t-netbsd
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-netbsd
    branches/cilkplus/libgcc/config/arm/t-strongarm-elf
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-strongarm-elf
    branches/cilkplus/libgcc/config/arm/t-vxworks
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-vxworks
    branches/cilkplus/libgcc/config/arm/t-wince-pe
      - copied unchanged from r180825, trunk/libgcc/config/arm/t-wince-pe
    branches/cilkplus/libgcc/config/arm/unaligned-funcs.c
      - copied unchanged from r180825, trunk/libgcc/config/arm/unaligned-funcs.c
    branches/cilkplus/libgcc/config/avr/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/avr/lib1funcs.S
    branches/cilkplus/libgcc/config/bfin/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/bfin/crti.S
    branches/cilkplus/libgcc/config/bfin/crtlibid.S
      - copied unchanged from r180825, trunk/libgcc/config/bfin/crtlibid.S
    branches/cilkplus/libgcc/config/bfin/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/bfin/crtn.S
    branches/cilkplus/libgcc/config/bfin/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/bfin/lib1funcs.S
    branches/cilkplus/libgcc/config/bfin/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/bfin/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/bfin/t-bfin
      - copied unchanged from r180825, trunk/libgcc/config/bfin/t-bfin
    branches/cilkplus/libgcc/config/bfin/t-crtlibid
      - copied unchanged from r180825, trunk/libgcc/config/bfin/t-crtlibid
    branches/cilkplus/libgcc/config/bfin/t-crtstuff
      - copied unchanged from r180825, trunk/libgcc/config/bfin/t-crtstuff
    branches/cilkplus/libgcc/config/bfin/t-elf
      - copied unchanged from r180825, trunk/libgcc/config/bfin/t-elf
    branches/cilkplus/libgcc/config/bfin/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/bfin/t-linux
    branches/cilkplus/libgcc/config/c6x/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/c6x/crti.S
    branches/cilkplus/libgcc/config/c6x/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/c6x/crtn.S
    branches/cilkplus/libgcc/config/c6x/eqd.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/eqd.c
    branches/cilkplus/libgcc/config/c6x/eqf.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/eqf.c
    branches/cilkplus/libgcc/config/c6x/ged.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/ged.c
    branches/cilkplus/libgcc/config/c6x/gef.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/gef.c
    branches/cilkplus/libgcc/config/c6x/gtd.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/gtd.c
    branches/cilkplus/libgcc/config/c6x/gtf.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/gtf.c
    branches/cilkplus/libgcc/config/c6x/led.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/led.c
    branches/cilkplus/libgcc/config/c6x/lef.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/lef.c
    branches/cilkplus/libgcc/config/c6x/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/c6x/lib1funcs.S
    branches/cilkplus/libgcc/config/c6x/libgcc-eabi.ver
      - copied unchanged from r180825, trunk/libgcc/config/c6x/libgcc-eabi.ver
    branches/cilkplus/libgcc/config/c6x/ltd.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/ltd.c
    branches/cilkplus/libgcc/config/c6x/ltf.c
      - copied unchanged from r180825, trunk/libgcc/config/c6x/ltf.c
    branches/cilkplus/libgcc/config/c6x/t-elf
      - copied unchanged from r180825, trunk/libgcc/config/c6x/t-elf
    branches/cilkplus/libgcc/config/c6x/t-uclinux
      - copied unchanged from r180825, trunk/libgcc/config/c6x/t-uclinux
    branches/cilkplus/libgcc/config/cris/
      - copied from r180825, trunk/libgcc/config/cris/
    branches/cilkplus/libgcc/config/darwin-64.c
      - copied unchanged from r180825, trunk/libgcc/config/darwin-64.c
    branches/cilkplus/libgcc/config/fr30/
      - copied from r180825, trunk/libgcc/config/fr30/
    branches/cilkplus/libgcc/config/frv/cmovd.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/cmovd.c
    branches/cilkplus/libgcc/config/frv/cmovh.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/cmovh.c
    branches/cilkplus/libgcc/config/frv/cmovw.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/cmovw.c
    branches/cilkplus/libgcc/config/frv/frvbegin.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/frvbegin.c
    branches/cilkplus/libgcc/config/frv/frvend.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/frvend.c
    branches/cilkplus/libgcc/config/frv/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/frv/lib1funcs.S
    branches/cilkplus/libgcc/config/frv/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/frv/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/frv/modi.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/modi.c
    branches/cilkplus/libgcc/config/frv/t-frv
      - copied unchanged from r180825, trunk/libgcc/config/frv/t-frv
    branches/cilkplus/libgcc/config/frv/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/frv/t-linux
    branches/cilkplus/libgcc/config/frv/uitod.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/uitod.c
    branches/cilkplus/libgcc/config/frv/uitof.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/uitof.c
    branches/cilkplus/libgcc/config/frv/ulltod.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/ulltod.c
    branches/cilkplus/libgcc/config/frv/ulltof.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/ulltof.c
    branches/cilkplus/libgcc/config/frv/umodi.c
      - copied unchanged from r180825, trunk/libgcc/config/frv/umodi.c
    branches/cilkplus/libgcc/config/gthr-lynx.h
      - copied unchanged from r180825, trunk/libgcc/config/gthr-lynx.h
    branches/cilkplus/libgcc/config/gthr-posix.h
      - copied unchanged from r180825, trunk/libgcc/config/gthr-posix.h
    branches/cilkplus/libgcc/config/gthr-rtems.h
      - copied unchanged from r180825, trunk/libgcc/config/gthr-rtems.h
    branches/cilkplus/libgcc/config/gthr-vxworks.h
      - copied unchanged from r180825, trunk/libgcc/config/gthr-vxworks.h
    branches/cilkplus/libgcc/config/h8300/clzhi2.c
      - copied unchanged from r180825, trunk/libgcc/config/h8300/clzhi2.c
    branches/cilkplus/libgcc/config/h8300/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/h8300/crti.S
    branches/cilkplus/libgcc/config/h8300/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/h8300/crtn.S
    branches/cilkplus/libgcc/config/h8300/ctzhi2.c
      - copied unchanged from r180825, trunk/libgcc/config/h8300/ctzhi2.c
    branches/cilkplus/libgcc/config/h8300/fixunssfsi.c
      - copied unchanged from r180825, trunk/libgcc/config/h8300/fixunssfsi.c
    branches/cilkplus/libgcc/config/h8300/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/h8300/lib1funcs.S
    branches/cilkplus/libgcc/config/h8300/parityhi2.c
      - copied unchanged from r180825, trunk/libgcc/config/h8300/parityhi2.c
    branches/cilkplus/libgcc/config/h8300/popcounthi2.c
      - copied unchanged from r180825, trunk/libgcc/config/h8300/popcounthi2.c
    branches/cilkplus/libgcc/config/h8300/t-h8300
      - copied unchanged from r180825, trunk/libgcc/config/h8300/t-h8300
    branches/cilkplus/libgcc/config/i386/cygming-crtbegin.c
      - copied unchanged from r180825, trunk/libgcc/config/i386/cygming-crtbegin.c
    branches/cilkplus/libgcc/config/i386/cygming-crtend.c
      - copied unchanged from r180825, trunk/libgcc/config/i386/cygming-crtend.c
    branches/cilkplus/libgcc/config/i386/cygwin.S
      - copied unchanged from r180825, trunk/libgcc/config/i386/cygwin.S
    branches/cilkplus/libgcc/config/i386/gthr-win32.c
      - copied unchanged from r180825, trunk/libgcc/config/i386/gthr-win32.c
    branches/cilkplus/libgcc/config/i386/gthr-win32.h
      - copied unchanged from r180825, trunk/libgcc/config/i386/gthr-win32.h
    branches/cilkplus/libgcc/config/i386/libgcc-darwin.10.4.ver
      - copied unchanged from r180825, trunk/libgcc/config/i386/libgcc-darwin.10.4.ver
    branches/cilkplus/libgcc/config/i386/libgcc-darwin.10.5.ver
      - copied unchanged from r180825, trunk/libgcc/config/i386/libgcc-darwin.10.5.ver
    branches/cilkplus/libgcc/config/i386/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/i386/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/i386/t-chkstk
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-chkstk
    branches/cilkplus/libgcc/config/i386/t-cygwin
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-cygwin
    branches/cilkplus/libgcc/config/i386/t-darwin
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-darwin
    branches/cilkplus/libgcc/config/i386/t-darwin64
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-darwin64
    branches/cilkplus/libgcc/config/i386/t-dlldir
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-dlldir
    branches/cilkplus/libgcc/config/i386/t-dlldir-x
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-dlldir-x
    branches/cilkplus/libgcc/config/i386/t-dw2-eh
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-dw2-eh
    branches/cilkplus/libgcc/config/i386/t-gthr-win32
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-gthr-win32
    branches/cilkplus/libgcc/config/i386/t-interix
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-interix
    branches/cilkplus/libgcc/config/i386/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-linux
    branches/cilkplus/libgcc/config/i386/t-mingw-pthread
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-mingw-pthread
    branches/cilkplus/libgcc/config/i386/t-mingw32
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-mingw32
    branches/cilkplus/libgcc/config/i386/t-nto
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-nto
    branches/cilkplus/libgcc/config/i386/t-sjlj-eh
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-sjlj-eh
    branches/cilkplus/libgcc/config/i386/t-slibgcc-cygming
      - copied unchanged from r180825, trunk/libgcc/config/i386/t-slibgcc-cygming
    branches/cilkplus/libgcc/config/ia64/__divxf3.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/__divxf3.S
    branches/cilkplus/libgcc/config/ia64/_fixtfdi.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/_fixtfdi.S
    branches/cilkplus/libgcc/config/ia64/_fixunstfdi.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/_fixunstfdi.S
    branches/cilkplus/libgcc/config/ia64/_floatditf.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/_floatditf.S
    branches/cilkplus/libgcc/config/ia64/crtbegin.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/crtbegin.S
    branches/cilkplus/libgcc/config/ia64/crtend.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/crtend.S
    branches/cilkplus/libgcc/config/ia64/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/crti.S
    branches/cilkplus/libgcc/config/ia64/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/crtn.S
    branches/cilkplus/libgcc/config/ia64/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/lib1funcs.S
    branches/cilkplus/libgcc/config/ia64/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/ia64/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/ia64/libgcc-ia64.ver
      - copied unchanged from r180825, trunk/libgcc/config/ia64/libgcc-ia64.ver
    branches/cilkplus/libgcc/config/ia64/quadlib.c
      - copied unchanged from r180825, trunk/libgcc/config/ia64/quadlib.c
    branches/cilkplus/libgcc/config/ia64/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/ia64/t-linux
    branches/cilkplus/libgcc/config/ia64/t-linux-libunwind
      - copied unchanged from r180825, trunk/libgcc/config/ia64/t-linux-libunwind
    branches/cilkplus/libgcc/config/ia64/t-slibgcc-hpux
      - copied unchanged from r180825, trunk/libgcc/config/ia64/t-slibgcc-hpux
    branches/cilkplus/libgcc/config/ia64/vms-crtinit.S
      - copied unchanged from r180825, trunk/libgcc/config/ia64/vms-crtinit.S
    branches/cilkplus/libgcc/config/iq2000/
      - copied from r180825, trunk/libgcc/config/iq2000/
    branches/cilkplus/libgcc/config/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/libgcc-libsystem.ver
      - copied unchanged from r180825, trunk/libgcc/config/libgcc-libsystem.ver
    branches/cilkplus/libgcc/config/m32c/
      - copied from r180825, trunk/libgcc/config/m32c/
    branches/cilkplus/libgcc/config/m32r/
      - copied from r180825, trunk/libgcc/config/m32r/
    branches/cilkplus/libgcc/config/m68k/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/m68k/crti.S
    branches/cilkplus/libgcc/config/m68k/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/m68k/crtn.S
    branches/cilkplus/libgcc/config/m68k/fpgnulib.c
      - copied unchanged from r180825, trunk/libgcc/config/m68k/fpgnulib.c
    branches/cilkplus/libgcc/config/m68k/lb1sf68.S
      - copied unchanged from r180825, trunk/libgcc/config/m68k/lb1sf68.S
    branches/cilkplus/libgcc/config/m68k/t-floatlib
      - copied unchanged from r180825, trunk/libgcc/config/m68k/t-floatlib
    branches/cilkplus/libgcc/config/m68k/t-slibgcc-elf-ver
      - copied unchanged from r180825, trunk/libgcc/config/m68k/t-slibgcc-elf-ver
    branches/cilkplus/libgcc/config/mcore/
      - copied from r180825, trunk/libgcc/config/mcore/
    branches/cilkplus/libgcc/config/mep/
      - copied from r180825, trunk/libgcc/config/mep/
    branches/cilkplus/libgcc/config/microblaze/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/crti.S
    branches/cilkplus/libgcc/config/microblaze/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/crtn.S
    branches/cilkplus/libgcc/config/microblaze/divsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/divsi3.S
    branches/cilkplus/libgcc/config/microblaze/moddi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/moddi3.S
    branches/cilkplus/libgcc/config/microblaze/modsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/modsi3.S
    branches/cilkplus/libgcc/config/microblaze/muldi3_hard.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/muldi3_hard.S
    branches/cilkplus/libgcc/config/microblaze/mulsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/mulsi3.S
    branches/cilkplus/libgcc/config/microblaze/stack_overflow_exit.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/stack_overflow_exit.S
    branches/cilkplus/libgcc/config/microblaze/udivsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/udivsi3.S
    branches/cilkplus/libgcc/config/microblaze/umodsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/microblaze/umodsi3.S
    branches/cilkplus/libgcc/config/mips/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/mips/crti.S
    branches/cilkplus/libgcc/config/mips/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/mips/crtn.S
    branches/cilkplus/libgcc/config/mips/gthr-mipssde.h
      - copied unchanged from r180825, trunk/libgcc/config/mips/gthr-mipssde.h
    branches/cilkplus/libgcc/config/mips/libgcc-mips16.ver
      - copied unchanged from r180825, trunk/libgcc/config/mips/libgcc-mips16.ver
    branches/cilkplus/libgcc/config/mips/mips16.S
      - copied unchanged from r180825, trunk/libgcc/config/mips/mips16.S
    branches/cilkplus/libgcc/config/mips/t-crtstuff
      - copied unchanged from r180825, trunk/libgcc/config/mips/t-crtstuff
    branches/cilkplus/libgcc/config/mips/t-elf
      - copied unchanged from r180825, trunk/libgcc/config/mips/t-elf
    branches/cilkplus/libgcc/config/mips/t-vr
      - copied unchanged from r180825, trunk/libgcc/config/mips/t-vr
    branches/cilkplus/libgcc/config/mips/vr4120-div.S
      - copied unchanged from r180825, trunk/libgcc/config/mips/vr4120-div.S
    branches/cilkplus/libgcc/config/mmix/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/mmix/crti.S
    branches/cilkplus/libgcc/config/mmix/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/mmix/crtn.S
    branches/cilkplus/libgcc/config/moxie/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/moxie/crti.S
    branches/cilkplus/libgcc/config/moxie/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/moxie/crtn.S
    branches/cilkplus/libgcc/config/pa/fptr.c
      - copied unchanged from r180825, trunk/libgcc/config/pa/fptr.c
    branches/cilkplus/libgcc/config/pa/gthr-dce.h
      - copied unchanged from r180825, trunk/libgcc/config/pa/gthr-dce.h
    branches/cilkplus/libgcc/config/pa/lib2funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/pa/lib2funcs.S
    branches/cilkplus/libgcc/config/pa/linux-atomic.c
      - copied unchanged from r180825, trunk/libgcc/config/pa/linux-atomic.c
    branches/cilkplus/libgcc/config/pa/milli64.S
      - copied unchanged from r180825, trunk/libgcc/config/pa/milli64.S
    branches/cilkplus/libgcc/config/pa/quadlib.c
      - copied unchanged from r180825, trunk/libgcc/config/pa/quadlib.c
    branches/cilkplus/libgcc/config/pa/stublib.c
      - copied unchanged from r180825, trunk/libgcc/config/pa/stublib.c
    branches/cilkplus/libgcc/config/pa/t-hpux
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-hpux
    branches/cilkplus/libgcc/config/pa/t-hpux10
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-hpux10
    branches/cilkplus/libgcc/config/pa/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-linux
    branches/cilkplus/libgcc/config/pa/t-linux64
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-linux64
    branches/cilkplus/libgcc/config/pa/t-pa64
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-pa64
    branches/cilkplus/libgcc/config/pa/t-slibgcc-dwarf-ver
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-slibgcc-dwarf-ver
    branches/cilkplus/libgcc/config/pa/t-slibgcc-hpux
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-slibgcc-hpux
    branches/cilkplus/libgcc/config/pa/t-slibgcc-sjlj-ver
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-slibgcc-sjlj-ver
    branches/cilkplus/libgcc/config/pa/t-stublib
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-stublib
    branches/cilkplus/libgcc/config/pa/t-stublib64
      - copied unchanged from r180825, trunk/libgcc/config/pa/t-stublib64
    branches/cilkplus/libgcc/config/pdp11/
      - copied from r180825, trunk/libgcc/config/pdp11/
    branches/cilkplus/libgcc/config/picochip/adddi3.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/adddi3.S
    branches/cilkplus/libgcc/config/picochip/ashlsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/ashlsi3.S
    branches/cilkplus/libgcc/config/picochip/ashlsi3.c
      - copied unchanged from r180825, trunk/libgcc/config/picochip/ashlsi3.c
    branches/cilkplus/libgcc/config/picochip/ashrsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/ashrsi3.S
    branches/cilkplus/libgcc/config/picochip/ashrsi3.c
      - copied unchanged from r180825, trunk/libgcc/config/picochip/ashrsi3.c
    branches/cilkplus/libgcc/config/picochip/clzsi2.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/clzsi2.S
    branches/cilkplus/libgcc/config/picochip/cmpsi2.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/cmpsi2.S
    branches/cilkplus/libgcc/config/picochip/divmod15.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/divmod15.S
    branches/cilkplus/libgcc/config/picochip/divmodhi4.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/divmodhi4.S
    branches/cilkplus/libgcc/config/picochip/divmodsi4.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/divmodsi4.S
    branches/cilkplus/libgcc/config/picochip/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/lib1funcs.S
    branches/cilkplus/libgcc/config/picochip/longjmp.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/longjmp.S
    branches/cilkplus/libgcc/config/picochip/lshrsi3.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/lshrsi3.S
    branches/cilkplus/libgcc/config/picochip/lshrsi3.c
      - copied unchanged from r180825, trunk/libgcc/config/picochip/lshrsi3.c
    branches/cilkplus/libgcc/config/picochip/parityhi2.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/parityhi2.S
    branches/cilkplus/libgcc/config/picochip/popcounthi2.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/popcounthi2.S
    branches/cilkplus/libgcc/config/picochip/setjmp.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/setjmp.S
    branches/cilkplus/libgcc/config/picochip/subdi3.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/subdi3.S
    branches/cilkplus/libgcc/config/picochip/ucmpsi2.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/ucmpsi2.S
    branches/cilkplus/libgcc/config/picochip/udivmodhi4.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/udivmodhi4.S
    branches/cilkplus/libgcc/config/picochip/udivmodsi4.S
      - copied unchanged from r180825, trunk/libgcc/config/picochip/udivmodsi4.S
    branches/cilkplus/libgcc/config/rs6000/crtresfpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtresfpr.S
    branches/cilkplus/libgcc/config/rs6000/crtresgpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtresgpr.S
    branches/cilkplus/libgcc/config/rs6000/crtresxfpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtresxfpr.S
    branches/cilkplus/libgcc/config/rs6000/crtresxgpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtresxgpr.S
    branches/cilkplus/libgcc/config/rs6000/crtsavfpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtsavfpr.S
    branches/cilkplus/libgcc/config/rs6000/crtsavgpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/crtsavgpr.S
    branches/cilkplus/libgcc/config/rs6000/darwin-asm.h
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-asm.h
    branches/cilkplus/libgcc/config/rs6000/darwin-fpsave.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-fpsave.S
    branches/cilkplus/libgcc/config/rs6000/darwin-gpsave.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-gpsave.S
    branches/cilkplus/libgcc/config/rs6000/darwin-tramp.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-tramp.S
    branches/cilkplus/libgcc/config/rs6000/darwin-vecsave.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-vecsave.S
    branches/cilkplus/libgcc/config/rs6000/darwin-world.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/darwin-world.S
    branches/cilkplus/libgcc/config/rs6000/e500crtres32gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtres32gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtres64gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtres64gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtres64gprctr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtres64gprctr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtrest32gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtrest32gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtrest64gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtrest64gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtresx32gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtresx32gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtresx64gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtresx64gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsav32gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsav32gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsav64gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsav64gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsav64gprctr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsav64gprctr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsavg32gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsavg32gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsavg64gpr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsavg64gpr.S
    branches/cilkplus/libgcc/config/rs6000/e500crtsavg64gprctr.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/e500crtsavg64gprctr.S
    branches/cilkplus/libgcc/config/rs6000/eabi-ci.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/eabi-ci.S
    branches/cilkplus/libgcc/config/rs6000/eabi-cn.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/eabi-cn.S
    branches/cilkplus/libgcc/config/rs6000/eabi.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/eabi.S
    branches/cilkplus/libgcc/config/rs6000/gthr-aix.h
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/gthr-aix.h
    branches/cilkplus/libgcc/config/rs6000/libgcc-darwin.10.4.ver
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/libgcc-darwin.10.4.ver
    branches/cilkplus/libgcc/config/rs6000/libgcc-darwin.10.5.ver
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/libgcc-darwin.10.5.ver
    branches/cilkplus/libgcc/config/rs6000/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/rs6000/libgcc-ibm-ldouble.ver
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/libgcc-ibm-ldouble.ver
    branches/cilkplus/libgcc/config/rs6000/sol-ci.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/sol-ci.S
    branches/cilkplus/libgcc/config/rs6000/sol-cn.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/sol-cn.S
    branches/cilkplus/libgcc/config/rs6000/t-crtstuff
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-crtstuff
    branches/cilkplus/libgcc/config/rs6000/t-darwin64
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-darwin64
    branches/cilkplus/libgcc/config/rs6000/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-linux
    branches/cilkplus/libgcc/config/rs6000/t-lynx
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-lynx
    branches/cilkplus/libgcc/config/rs6000/t-netbsd
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-netbsd
    branches/cilkplus/libgcc/config/rs6000/t-slibgcc-aix
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/t-slibgcc-aix
    branches/cilkplus/libgcc/config/rs6000/tramp.S
      - copied unchanged from r180825, trunk/libgcc/config/rs6000/tramp.S
    branches/cilkplus/libgcc/config/s390/gthr-tpf.h
      - copied unchanged from r180825, trunk/libgcc/config/s390/gthr-tpf.h
    branches/cilkplus/libgcc/config/score/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/score/crti.S
    branches/cilkplus/libgcc/config/score/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/score/crtn.S
    branches/cilkplus/libgcc/config/sh/crt1.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/crt1.S
    branches/cilkplus/libgcc/config/sh/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/crti.S
    branches/cilkplus/libgcc/config/sh/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/crtn.S
    branches/cilkplus/libgcc/config/sh/lib1funcs-4-300.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/lib1funcs-4-300.S
    branches/cilkplus/libgcc/config/sh/lib1funcs-Os-4-200.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/lib1funcs-Os-4-200.S
    branches/cilkplus/libgcc/config/sh/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/lib1funcs.S
    branches/cilkplus/libgcc/config/sh/lib1funcs.h
      - copied unchanged from r180825, trunk/libgcc/config/sh/lib1funcs.h
    branches/cilkplus/libgcc/config/sh/libgcc-excl.ver
      - copied unchanged from r180825, trunk/libgcc/config/sh/libgcc-excl.ver
    branches/cilkplus/libgcc/config/sh/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/sh/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/sh/linux-atomic.S
      - copied unchanged from r180825, trunk/libgcc/config/sh/linux-atomic.S
    branches/cilkplus/libgcc/config/sh/t-netbsd
      - copied unchanged from r180825, trunk/libgcc/config/sh/t-netbsd
    branches/cilkplus/libgcc/config/sh/t-sh
      - copied unchanged from r180825, trunk/libgcc/config/sh/t-sh
    branches/cilkplus/libgcc/config/sh/t-sh64
      - copied unchanged from r180825, trunk/libgcc/config/sh/t-sh64
    branches/cilkplus/libgcc/config/sh/t-superh
      - copied unchanged from r180825, trunk/libgcc/config/sh/t-superh
    branches/cilkplus/libgcc/config/sparc/lb1spc.S
      - copied unchanged from r180825, trunk/libgcc/config/sparc/lb1spc.S
    branches/cilkplus/libgcc/config/sparc/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/sparc/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/sparc/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/sparc/t-linux
    branches/cilkplus/libgcc/config/sparc/t-linux64
      - copied unchanged from r180825, trunk/libgcc/config/sparc/t-linux64
    branches/cilkplus/libgcc/config/spu/cache.S
      - copied unchanged from r180825, trunk/libgcc/config/spu/cache.S
    branches/cilkplus/libgcc/config/spu/cachemgr.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/cachemgr.c
    branches/cilkplus/libgcc/config/spu/divmodti4.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/divmodti4.c
    branches/cilkplus/libgcc/config/spu/divv2df3.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/divv2df3.c
    branches/cilkplus/libgcc/config/spu/float_disf.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/float_disf.c
    branches/cilkplus/libgcc/config/spu/float_unsdidf.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/float_unsdidf.c
    branches/cilkplus/libgcc/config/spu/float_unsdisf.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/float_unsdisf.c
    branches/cilkplus/libgcc/config/spu/float_unssidf.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/float_unssidf.c
    branches/cilkplus/libgcc/config/spu/mfc_multi_tag_release.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/mfc_multi_tag_release.c
    branches/cilkplus/libgcc/config/spu/mfc_multi_tag_reserve.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/mfc_multi_tag_reserve.c
    branches/cilkplus/libgcc/config/spu/mfc_tag_release.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/mfc_tag_release.c
    branches/cilkplus/libgcc/config/spu/mfc_tag_reserve.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/mfc_tag_reserve.c
    branches/cilkplus/libgcc/config/spu/mfc_tag_table.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/mfc_tag_table.c
    branches/cilkplus/libgcc/config/spu/multi3.c
      - copied unchanged from r180825, trunk/libgcc/config/spu/multi3.c
    branches/cilkplus/libgcc/config/stormy16/
      - copied from r180825, trunk/libgcc/config/stormy16/
    branches/cilkplus/libgcc/config/t-crtstuff-pic
      - copied unchanged from r180825, trunk/libgcc/config/t-crtstuff-pic
    branches/cilkplus/libgcc/config/t-freebsd-thread
      - copied unchanged from r180825, trunk/libgcc/config/t-freebsd-thread
    branches/cilkplus/libgcc/config/t-libgcc-pic
      - copied unchanged from r180825, trunk/libgcc/config/t-libgcc-pic
    branches/cilkplus/libgcc/config/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/t-linux
    branches/cilkplus/libgcc/config/t-openbsd-thread
      - copied unchanged from r180825, trunk/libgcc/config/t-openbsd-thread
    branches/cilkplus/libgcc/config/t-slibgcc-gld-nover
      - copied unchanged from r180825, trunk/libgcc/config/t-slibgcc-gld-nover
    branches/cilkplus/libgcc/config/t-slibgcc-hpux
      - copied unchanged from r180825, trunk/libgcc/config/t-slibgcc-hpux
    branches/cilkplus/libgcc/config/t-slibgcc-libgcc
      - copied unchanged from r180825, trunk/libgcc/config/t-slibgcc-libgcc
    branches/cilkplus/libgcc/config/t-slibgcc-nolc-override
      - copied unchanged from r180825, trunk/libgcc/config/t-slibgcc-nolc-override
    branches/cilkplus/libgcc/config/t-slibgcc-vms
      - copied unchanged from r180825, trunk/libgcc/config/t-slibgcc-vms
    branches/cilkplus/libgcc/config/t-vxworks
      - copied unchanged from r180825, trunk/libgcc/config/t-vxworks
    branches/cilkplus/libgcc/config/v850/
      - copied from r180825, trunk/libgcc/config/v850/
    branches/cilkplus/libgcc/config/vax/
      - copied from r180825, trunk/libgcc/config/vax/
    branches/cilkplus/libgcc/config/vms/
      - copied from r180825, trunk/libgcc/config/vms/
    branches/cilkplus/libgcc/config/vxlib-tls.c
      - copied unchanged from r180825, trunk/libgcc/config/vxlib-tls.c
    branches/cilkplus/libgcc/config/vxlib.c
      - copied unchanged from r180825, trunk/libgcc/config/vxlib.c
    branches/cilkplus/libgcc/config/xtensa/crti.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/crti.S
    branches/cilkplus/libgcc/config/xtensa/crtn.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/crtn.S
    branches/cilkplus/libgcc/config/xtensa/ieee754-df.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/ieee754-df.S
    branches/cilkplus/libgcc/config/xtensa/ieee754-sf.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/ieee754-sf.S
    branches/cilkplus/libgcc/config/xtensa/lib1funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/lib1funcs.S
    branches/cilkplus/libgcc/config/xtensa/lib2funcs.S
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/lib2funcs.S
    branches/cilkplus/libgcc/config/xtensa/libgcc-glibc.ver
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/libgcc-glibc.ver
    branches/cilkplus/libgcc/config/xtensa/t-elf
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/t-elf
    branches/cilkplus/libgcc/config/xtensa/t-linux
      - copied unchanged from r180825, trunk/libgcc/config/xtensa/t-linux
    branches/cilkplus/libgcc/crtstuff.c
      - copied unchanged from r180825, trunk/libgcc/crtstuff.c
    branches/cilkplus/libgcc/divmod.c
      - copied unchanged from r180825, trunk/libgcc/divmod.c
    branches/cilkplus/libgcc/floatunsidf.c
      - copied unchanged from r180825, trunk/libgcc/floatunsidf.c
    branches/cilkplus/libgcc/floatunsisf.c
      - copied unchanged from r180825, trunk/libgcc/floatunsisf.c
    branches/cilkplus/libgcc/floatunsitf.c
      - copied unchanged from r180825, trunk/libgcc/floatunsitf.c
    branches/cilkplus/libgcc/floatunsixf.c
      - copied unchanged from r180825, trunk/libgcc/floatunsixf.c
    branches/cilkplus/libgcc/gbl-ctors.h
      - copied unchanged from r180825, trunk/libgcc/gbl-ctors.h
    branches/cilkplus/libgcc/gthr-single.h
      - copied unchanged from r180825, trunk/libgcc/gthr-single.h
    branches/cilkplus/libgcc/gthr.h
      - copied unchanged from r180825, trunk/libgcc/gthr.h
    branches/cilkplus/libgcc/libgcc2.c
      - copied unchanged from r180825, trunk/libgcc/libgcc2.c
    branches/cilkplus/libgcc/libgcc2.h
      - copied unchanged from r180825, trunk/libgcc/libgcc2.h
    branches/cilkplus/libgcc/longlong.h
      - copied unchanged from r180825, trunk/libgcc/longlong.h
    branches/cilkplus/libgcc/memcmp.c
      - copied unchanged from r180825, trunk/libgcc/memcmp.c
    branches/cilkplus/libgcc/memcpy.c
      - copied unchanged from r180825, trunk/libgcc/memcpy.c
    branches/cilkplus/libgcc/memmove.c
      - copied unchanged from r180825, trunk/libgcc/memmove.c
    branches/cilkplus/libgcc/memset.c
      - copied unchanged from r180825, trunk/libgcc/memset.c
    branches/cilkplus/libgcc/mkheader.sh
      - copied unchanged from r180825, trunk/libgcc/mkheader.sh
    branches/cilkplus/libgcc/mkmap-flat.awk
      - copied unchanged from r180825, trunk/libgcc/mkmap-flat.awk
    branches/cilkplus/libgcc/mkmap-symver.awk
      - copied unchanged from r180825, trunk/libgcc/mkmap-symver.awk
    branches/cilkplus/libgcc/udivmod.c
      - copied unchanged from r180825, trunk/libgcc/udivmod.c
    branches/cilkplus/libgcc/udivmodsi4.c
      - copied unchanged from r180825, trunk/libgcc/udivmodsi4.c
    branches/cilkplus/libgo/go/crypto/bcrypt/
      - copied from r180825, trunk/libgo/go/crypto/bcrypt/
    branches/cilkplus/libgo/go/crypto/tls/root_darwin.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/tls/root_darwin.go
    branches/cilkplus/libgo/go/crypto/tls/root_stub.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/tls/root_stub.go
    branches/cilkplus/libgo/go/crypto/tls/root_test.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/tls/root_test.go
    branches/cilkplus/libgo/go/crypto/tls/root_unix.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/tls/root_unix.go
    branches/cilkplus/libgo/go/crypto/tls/root_windows.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/tls/root_windows.go
    branches/cilkplus/libgo/go/crypto/x509/pkcs1.go
      - copied unchanged from r180825, trunk/libgo/go/crypto/x509/pkcs1.go
    branches/cilkplus/libgo/go/encoding/binary/varint.go
      - copied unchanged from r180825, trunk/libgo/go/encoding/binary/varint.go
    branches/cilkplus/libgo/go/encoding/binary/varint_test.go
      - copied unchanged from r180825, trunk/libgo/go/encoding/binary/varint_test.go
    branches/cilkplus/libgo/go/exp/ebnf/
      - copied from r180825, trunk/libgo/go/exp/ebnf/
    branches/cilkplus/libgo/go/exp/ebnflint/
      - copied from r180825, trunk/libgo/go/exp/ebnflint/
    branches/cilkplus/libgo/go/exp/gotype/
      - copied from r180825, trunk/libgo/go/exp/gotype/
    branches/cilkplus/libgo/go/exp/norm/input.go
      - copied unchanged from r180825, trunk/libgo/go/exp/norm/input.go
    branches/cilkplus/libgo/go/exp/norm/normalize_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/norm/normalize_test.go
    branches/cilkplus/libgo/go/exp/norm/normregtest.go
      - copied unchanged from r180825, trunk/libgo/go/exp/norm/normregtest.go
    branches/cilkplus/libgo/go/exp/norm/readwriter.go
      - copied unchanged from r180825, trunk/libgo/go/exp/norm/readwriter.go
    branches/cilkplus/libgo/go/exp/norm/readwriter_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/norm/readwriter_test.go
    branches/cilkplus/libgo/go/exp/spdy/
      - copied from r180825, trunk/libgo/go/exp/spdy/
    branches/cilkplus/libgo/go/exp/sql/
      - copied from r180825, trunk/libgo/go/exp/sql/
    branches/cilkplus/libgo/go/exp/ssh/
      - copied from r180825, trunk/libgo/go/exp/ssh/
    branches/cilkplus/libgo/go/exp/template/html/attr.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/attr.go
    branches/cilkplus/libgo/go/exp/template/html/clone.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/clone.go
    branches/cilkplus/libgo/go/exp/template/html/clone_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/clone_test.go
    branches/cilkplus/libgo/go/exp/template/html/content.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/content.go
    branches/cilkplus/libgo/go/exp/template/html/content_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/content_test.go
    branches/cilkplus/libgo/go/exp/template/html/css.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/css.go
    branches/cilkplus/libgo/go/exp/template/html/css_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/css_test.go
    branches/cilkplus/libgo/go/exp/template/html/doc.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/doc.go
    branches/cilkplus/libgo/go/exp/template/html/error.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/error.go
    branches/cilkplus/libgo/go/exp/template/html/html.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/html.go
    branches/cilkplus/libgo/go/exp/template/html/html_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/html_test.go
    branches/cilkplus/libgo/go/exp/template/html/js.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/js.go
    branches/cilkplus/libgo/go/exp/template/html/js_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/js_test.go
    branches/cilkplus/libgo/go/exp/template/html/transition.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/transition.go
    branches/cilkplus/libgo/go/exp/template/html/url.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/url.go
    branches/cilkplus/libgo/go/exp/template/html/url_test.go
      - copied unchanged from r180825, trunk/libgo/go/exp/template/html/url_test.go
    branches/cilkplus/libgo/go/exp/terminal/
      - copied from r180825, trunk/libgo/go/exp/terminal/
    branches/cilkplus/libgo/go/exp/types/
      - copied from r180825, trunk/libgo/go/exp/types/
    branches/cilkplus/libgo/go/exp/winfsnotify/
      - copied from r180825, trunk/libgo/go/exp/winfsnotify/
    branches/cilkplus/libgo/go/go/build/pkgtest/sqrt_386_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/build/pkgtest/sqrt_386_test.go
    branches/cilkplus/libgo/go/go/build/pkgtest/sqrt_amd64_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/build/pkgtest/sqrt_amd64_test.go
    branches/cilkplus/libgo/go/go/build/pkgtest/sqrt_arm_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/build/pkgtest/sqrt_arm_test.go
    branches/cilkplus/libgo/go/go/build/pkgtest/sqrt_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/build/pkgtest/sqrt_test.go
    branches/cilkplus/libgo/go/go/build/pkgtest/xsqrt_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/build/pkgtest/xsqrt_test.go
    branches/cilkplus/libgo/go/go/doc/example.go
      - copied unchanged from r180825, trunk/libgo/go/go/doc/example.go
    branches/cilkplus/libgo/go/go/token/serialize.go
      - copied unchanged from r180825, trunk/libgo/go/go/token/serialize.go
    branches/cilkplus/libgo/go/go/token/serialize_test.go
      - copied unchanged from r180825, trunk/libgo/go/go/token/serialize_test.go
    branches/cilkplus/libgo/go/html/render.go
      - copied unchanged from r180825, trunk/libgo/go/html/render.go
    branches/cilkplus/libgo/go/html/render_test.go
      - copied unchanged from r180825, trunk/libgo/go/html/render_test.go
    branches/cilkplus/libgo/go/http/filetransport.go
      - copied unchanged from r180825, trunk/libgo/go/http/filetransport.go
    branches/cilkplus/libgo/go/http/filetransport_test.go
      - copied unchanged from r180825, trunk/libgo/go/http/filetransport_test.go
    branches/cilkplus/libgo/go/http/transport_windows.go
      - copied unchanged from r180825, trunk/libgo/go/http/transport_windows.go
    branches/cilkplus/libgo/go/image/color/
      - copied from r180825, trunk/libgo/go/image/color/
    branches/cilkplus/libgo/go/image/png/testdata/invalid-crc32.png
      - copied unchanged from r180825, trunk/libgo/go/image/png/testdata/invalid-crc32.png
    branches/cilkplus/libgo/go/image/png/testdata/invalid-noend.png
      - copied unchanged from r180825, trunk/libgo/go/image/png/testdata/invalid-noend.png
    branches/cilkplus/libgo/go/image/png/testdata/invalid-trunc.png
      - copied unchanged from r180825, trunk/libgo/go/image/png/testdata/invalid-trunc.png
    branches/cilkplus/libgo/go/image/png/testdata/invalid-zlib.png
      - copied unchanged from r180825, trunk/libgo/go/image/png/testdata/invalid-zlib.png
    branches/cilkplus/libgo/go/image/tiff/compress.go
      - copied unchanged from r180825, trunk/libgo/go/image/tiff/compress.go
    branches/cilkplus/libgo/go/image/tiff/testdata/bw-deflate.tiff
      - copied unchanged from r180825, trunk/libgo/go/image/tiff/testdata/bw-deflate.tiff
    branches/cilkplus/libgo/go/image/tiff/testdata/bw-packbits.tiff
      - copied unchanged from r180825, trunk/libgo/go/image/tiff/testdata/bw-packbits.tiff
    branches/cilkplus/libgo/go/image/tiff/testdata/bw-uncompressed.tiff
      - copied unchanged from r180825, trunk/libgo/go/image/tiff/testdata/bw-uncompressed.tiff
    branches/cilkplus/libgo/go/image/tiff/testdata/video-001-uncompressed.tiff
      - copied unchanged from r180825, trunk/libgo/go/image/tiff/testdata/video-001-uncompressed.tiff
    branches/cilkplus/libgo/go/math/abs.go
      - copied unchanged from r180825, trunk/libgo/go/math/abs.go
    branches/cilkplus/libgo/go/math/abs_decl.go
      - copied unchanged from r180825, trunk/libgo/go/math/abs_decl.go
    branches/cilkplus/libgo/go/math/dim.go
      - copied unchanged from r180825, trunk/libgo/go/math/dim.go
    branches/cilkplus/libgo/go/math/dim_decl.go
      - copied unchanged from r180825, trunk/libgo/go/math/dim_decl.go
    branches/cilkplus/libgo/go/math/mod.go
      - copied unchanged from r180825, trunk/libgo/go/math/mod.go
    branches/cilkplus/libgo/go/math/mod_decl.go
      - copied unchanged from r180825, trunk/libgo/go/math/mod_decl.go
    branches/cilkplus/libgo/go/mime/type_test.go
      - copied unchanged from r180825, trunk/libgo/go/mime/type_test.go
    branches/cilkplus/libgo/go/old/netchan/
      - copied from r180825, trunk/libgo/go/old/netchan/
    branches/cilkplus/libgo/go/old/regexp/
      - copied from r180825, trunk/libgo/go/old/regexp/
    branches/cilkplus/libgo/go/regexp/exec.go
      - copied unchanged from r180825, trunk/libgo/go/regexp/exec.go
    branches/cilkplus/libgo/go/regexp/exec_test.go
      - copied unchanged from r180825, trunk/libgo/go/regexp/exec_test.go
    branches/cilkplus/libgo/go/regexp/syntax/
      - copied from r180825, trunk/libgo/go/regexp/syntax/
    branches/cilkplus/libgo/go/regexp/testdata/
      - copied from r180825, trunk/libgo/go/regexp/testdata/
    branches/cilkplus/libgo/go/runtime/gc_test.go
      - copied unchanged from r180825, trunk/libgo/go/runtime/gc_test.go
    branches/cilkplus/libgo/go/runtime/mfinal_test.go
      - copied unchanged from r180825, trunk/libgo/go/runtime/mfinal_test.go
    branches/cilkplus/libgo/go/sort/example_test.go
      - copied unchanged from r180825, trunk/libgo/go/sort/example_test.go
    branches/cilkplus/libgo/go/sort/export_test.go
      - copied unchanged from r180825, trunk/libgo/go/sort/export_test.go
    branches/cilkplus/libgo/go/strings/export_test.go
      - copied unchanged from r180825, trunk/libgo/go/strings/export_test.go
    branches/cilkplus/libgo/go/strings/replace.go
      - copied unchanged from r180825, trunk/libgo/go/strings/replace.go
    branches/cilkplus/libgo/go/strings/replace_test.go
      - copied unchanged from r180825, trunk/libgo/go/strings/replace_test.go
    branches/cilkplus/libgo/go/syscall/
      - copied from r180825, trunk/libgo/go/syscall/
    branches/cilkplus/libgo/go/testing/example.go
      - copied unchanged from r180825, trunk/libgo/go/testing/example.go
    branches/cilkplus/libgo/go/time/internal_test.go
      - copied unchanged from r180825, trunk/libgo/go/time/internal_test.go
    branches/cilkplus/libgo/go/time/sys_unix.go
      - copied unchanged from r180825, trunk/libgo/go/time/sys_unix.go
    branches/cilkplus/libgo/go/time/sys_windows.go
      - copied unchanged from r180825, trunk/libgo/go/time/sys_windows.go
    branches/cilkplus/libgo/go/websocket/hixie.go
      - copied unchanged from r180825, trunk/libgo/go/websocket/hixie.go
    branches/cilkplus/libgo/go/websocket/hixie_test.go
      - copied unchanged from r180825, trunk/libgo/go/websocket/hixie_test.go
    branches/cilkplus/libgo/go/websocket/hybi.go
      - copied unchanged from r180825, trunk/libgo/go/websocket/hybi.go
    branches/cilkplus/libgo/go/websocket/hybi_test.go
      - copied unchanged from r180825, trunk/libgo/go/websocket/hybi_test.go
    branches/cilkplus/libgo/runtime/arch.h
      - copied unchanged from r180825, trunk/libgo/runtime/arch.h
    branches/cilkplus/libgo/runtime/yield.c
      - copied unchanged from r180825, trunk/libgo/runtime/yield.c
Removed:
    branches/cilkplus/gcc/config/alpha/libgcc-alpha-ldbl.ver
    branches/cilkplus/gcc/config/alpha/qrnnd.asm
    branches/cilkplus/gcc/config/alpha/t-alpha
    branches/cilkplus/gcc/config/alpha/t-ieee
    branches/cilkplus/gcc/config/alpha/t-linux
    branches/cilkplus/gcc/config/alpha/vms-dwarf2.asm
    branches/cilkplus/gcc/config/alpha/vms-dwarf2eh.asm
    branches/cilkplus/gcc/config/alpha/vms-gcc_shell_handler.c
    branches/cilkplus/gcc/config/arm/bpabi-v6m.S
    branches/cilkplus/gcc/config/arm/bpabi.S
    branches/cilkplus/gcc/config/arm/bpabi.c
    branches/cilkplus/gcc/config/arm/crti.asm
    branches/cilkplus/gcc/config/arm/crtn.asm
    branches/cilkplus/gcc/config/arm/fp16.c
    branches/cilkplus/gcc/config/arm/ieee754-df.S
    branches/cilkplus/gcc/config/arm/ieee754-sf.S
    branches/cilkplus/gcc/config/arm/lib1funcs.asm
    branches/cilkplus/gcc/config/arm/libgcc-bpabi.ver
    branches/cilkplus/gcc/config/arm/linux-atomic-64bit.c
    branches/cilkplus/gcc/config/arm/linux-atomic.c
    branches/cilkplus/gcc/config/arm/t-bpabi
    branches/cilkplus/gcc/config/arm/t-linux
    branches/cilkplus/gcc/config/arm/t-netbsd
    branches/cilkplus/gcc/config/arm/unaligned-funcs.c
    branches/cilkplus/gcc/config/avr/libgcc.S
    branches/cilkplus/gcc/config/bfin/crti.s
    branches/cilkplus/gcc/config/bfin/crtlibid.s
    branches/cilkplus/gcc/config/bfin/crtn.s
    branches/cilkplus/gcc/config/bfin/lib1funcs.asm
    branches/cilkplus/gcc/config/bfin/libgcc-bfin.ver
    branches/cilkplus/gcc/config/bfin/t-bfin
    branches/cilkplus/gcc/config/c6x/crti.s
    branches/cilkplus/gcc/config/c6x/crtn.s
    branches/cilkplus/gcc/config/c6x/eqd.c
    branches/cilkplus/gcc/config/c6x/eqf.c
    branches/cilkplus/gcc/config/c6x/ged.c
    branches/cilkplus/gcc/config/c6x/gef.c
    branches/cilkplus/gcc/config/c6x/gtd.c
    branches/cilkplus/gcc/config/c6x/gtf.c
    branches/cilkplus/gcc/config/c6x/led.c
    branches/cilkplus/gcc/config/c6x/lef.c
    branches/cilkplus/gcc/config/c6x/lib1funcs.asm
    branches/cilkplus/gcc/config/c6x/libgcc-c6xeabi.ver
    branches/cilkplus/gcc/config/c6x/ltd.c
    branches/cilkplus/gcc/config/c6x/ltf.c
    branches/cilkplus/gcc/config/cris/arit.c
    branches/cilkplus/gcc/config/cris/cris_abi_symbol.c
    branches/cilkplus/gcc/config/cris/libgcc.ver
    branches/cilkplus/gcc/config/cris/mulsi3.asm
    branches/cilkplus/gcc/config/darwin-64.c
    branches/cilkplus/gcc/config/divmod.c
    branches/cilkplus/gcc/config/floatunsidf.c
    branches/cilkplus/gcc/config/floatunsisf.c
    branches/cilkplus/gcc/config/floatunsitf.c
    branches/cilkplus/gcc/config/floatunsixf.c
    branches/cilkplus/gcc/config/fr30/crti.asm
    branches/cilkplus/gcc/config/fr30/crtn.asm
    branches/cilkplus/gcc/config/fr30/lib1funcs.asm
    branches/cilkplus/gcc/config/fr30/t-fr30
    branches/cilkplus/gcc/config/frv/cmovd.c
    branches/cilkplus/gcc/config/frv/cmovh.c
    branches/cilkplus/gcc/config/frv/cmovw.c
    branches/cilkplus/gcc/config/frv/frvbegin.c
    branches/cilkplus/gcc/config/frv/frvend.c
    branches/cilkplus/gcc/config/frv/lib1funcs.asm
    branches/cilkplus/gcc/config/frv/libgcc-frv.ver
    branches/cilkplus/gcc/config/frv/modi.c
    branches/cilkplus/gcc/config/frv/uitod.c
    branches/cilkplus/gcc/config/frv/uitof.c
    branches/cilkplus/gcc/config/frv/ulltod.c
    branches/cilkplus/gcc/config/frv/ulltof.c
    branches/cilkplus/gcc/config/frv/umodi.c
    branches/cilkplus/gcc/config/h8300/clzhi2.c
    branches/cilkplus/gcc/config/h8300/crti.asm
    branches/cilkplus/gcc/config/h8300/crtn.asm
    branches/cilkplus/gcc/config/h8300/ctzhi2.c
    branches/cilkplus/gcc/config/h8300/fixunssfsi.c
    branches/cilkplus/gcc/config/h8300/lib1funcs.asm
    branches/cilkplus/gcc/config/h8300/parityhi2.c
    branches/cilkplus/gcc/config/h8300/popcounthi2.c
    branches/cilkplus/gcc/config/h8300/t-elf
    branches/cilkplus/gcc/config/i386/cygming-crtbegin.c
    branches/cilkplus/gcc/config/i386/cygming-crtend.c
    branches/cilkplus/gcc/config/i386/cygwin.asm
    branches/cilkplus/gcc/config/i386/darwin-libgcc.10.4.ver
    branches/cilkplus/gcc/config/i386/darwin-libgcc.10.5.ver
    branches/cilkplus/gcc/config/i386/gthr-win32.c
    branches/cilkplus/gcc/config/i386/libgcc-glibc.ver
    branches/cilkplus/gcc/config/i386/t-crtstuff
    branches/cilkplus/gcc/config/i386/t-cygwin
    branches/cilkplus/gcc/config/i386/t-dlldir
    branches/cilkplus/gcc/config/i386/t-dlldir-x
    branches/cilkplus/gcc/config/i386/t-dw2-eh
    branches/cilkplus/gcc/config/i386/t-gthr-win32
    branches/cilkplus/gcc/config/i386/t-i386elf
    branches/cilkplus/gcc/config/i386/t-linux
    branches/cilkplus/gcc/config/i386/t-mingw-pthread
    branches/cilkplus/gcc/config/i386/t-mingw32
    branches/cilkplus/gcc/config/i386/t-nto
    branches/cilkplus/gcc/config/i386/t-sjlj-eh
    branches/cilkplus/gcc/config/ia64/crtbegin.asm
    branches/cilkplus/gcc/config/ia64/crtend.asm
    branches/cilkplus/gcc/config/ia64/crti.asm
    branches/cilkplus/gcc/config/ia64/crtn.asm
    branches/cilkplus/gcc/config/ia64/lib1funcs.asm
    branches/cilkplus/gcc/config/ia64/libgcc-glibc.ver
    branches/cilkplus/gcc/config/ia64/libgcc-ia64.ver
    branches/cilkplus/gcc/config/ia64/quadlib.c
    branches/cilkplus/gcc/config/ia64/t-glibc
    branches/cilkplus/gcc/config/ia64/t-vms
    branches/cilkplus/gcc/config/ia64/vms-crtinit.asm
    branches/cilkplus/gcc/config/ia64/vms_symvec_libgcc_s.opt
    branches/cilkplus/gcc/config/iq2000/lib2extra-funcs.c
    branches/cilkplus/gcc/config/iq2000/t-iq2000
    branches/cilkplus/gcc/config/libgcc-glibc.ver
    branches/cilkplus/gcc/config/m32c/m32c-lib1.S
    branches/cilkplus/gcc/config/m32c/m32c-lib2-trapv.c
    branches/cilkplus/gcc/config/m32c/m32c-lib2.c
    branches/cilkplus/gcc/config/m32r/initfini.c
    branches/cilkplus/gcc/config/m32r/libgcc-glibc.ver
    branches/cilkplus/gcc/config/m68k/crti.s
    branches/cilkplus/gcc/config/m68k/crtn.s
    branches/cilkplus/gcc/config/m68k/fpgnulib.c
    branches/cilkplus/gcc/config/m68k/lb1sf68.asm
    branches/cilkplus/gcc/config/m68k/t-crtstuff
    branches/cilkplus/gcc/config/m68k/t-floatlib
    branches/cilkplus/gcc/config/m68k/t-m68kelf
    branches/cilkplus/gcc/config/m68k/t-slibgcc-elf-ver
    branches/cilkplus/gcc/config/mcore/crti.asm
    branches/cilkplus/gcc/config/mcore/crtn.asm
    branches/cilkplus/gcc/config/mcore/lib1.asm
    branches/cilkplus/gcc/config/memcmp.c
    branches/cilkplus/gcc/config/memcpy.c
    branches/cilkplus/gcc/config/memmove.c
    branches/cilkplus/gcc/config/memset.c
    branches/cilkplus/gcc/config/mep/mep-lib1.asm
    branches/cilkplus/gcc/config/mep/mep-lib2.c
    branches/cilkplus/gcc/config/mep/mep-tramp.c
    branches/cilkplus/gcc/config/microblaze/crti.s
    branches/cilkplus/gcc/config/microblaze/crtn.s
    branches/cilkplus/gcc/config/mips/crti.asm
    branches/cilkplus/gcc/config/mips/crtn.asm
    branches/cilkplus/gcc/config/mips/libgcc-mips16.ver
    branches/cilkplus/gcc/config/mips/mips16.S
    branches/cilkplus/gcc/config/mips/t-libgcc-mips16
    branches/cilkplus/gcc/config/mips/vr4120-div.S
    branches/cilkplus/gcc/config/mmix/crti.asm
    branches/cilkplus/gcc/config/mmix/crtn.asm
    branches/cilkplus/gcc/config/moxie/crti.asm
    branches/cilkplus/gcc/config/moxie/crtn.asm
    branches/cilkplus/gcc/config/pa/fptr.c
    branches/cilkplus/gcc/config/pa/lib2funcs.asm
    branches/cilkplus/gcc/config/pa/linux-atomic.c
    branches/cilkplus/gcc/config/pa/milli64.S
    branches/cilkplus/gcc/config/pa/quadlib.c
    branches/cilkplus/gcc/config/pa/stublib.c
    branches/cilkplus/gcc/config/pa/t-hpux-shlib
    branches/cilkplus/gcc/config/pa/t-linux
    branches/cilkplus/gcc/config/pa/t-linux64
    branches/cilkplus/gcc/config/pa/t-pa-hpux
    branches/cilkplus/gcc/config/pa/t-pa-hpux10
    branches/cilkplus/gcc/config/pa/t-pa-hpux11
    branches/cilkplus/gcc/config/pa/t-pa64
    branches/cilkplus/gcc/config/pa/t-slibgcc-dwarf-ver
    branches/cilkplus/gcc/config/pa/t-slibgcc-sjlj-ver
    branches/cilkplus/gcc/config/picochip/libgccExtras/
    branches/cilkplus/gcc/config/rs6000/crtresfpr.asm
    branches/cilkplus/gcc/config/rs6000/crtresgpr.asm
    branches/cilkplus/gcc/config/rs6000/crtresxfpr.asm
    branches/cilkplus/gcc/config/rs6000/crtresxgpr.asm
    branches/cilkplus/gcc/config/rs6000/crtsavfpr.asm
    branches/cilkplus/gcc/config/rs6000/crtsavgpr.asm
    branches/cilkplus/gcc/config/rs6000/darwin-asm.h
    branches/cilkplus/gcc/config/rs6000/darwin-fpsave.asm
    branches/cilkplus/gcc/config/rs6000/darwin-libgcc.10.4.ver
    branches/cilkplus/gcc/config/rs6000/darwin-libgcc.10.5.ver
    branches/cilkplus/gcc/config/rs6000/darwin-tramp.asm
    branches/cilkplus/gcc/config/rs6000/darwin-vecsave.asm
    branches/cilkplus/gcc/config/rs6000/darwin-world.asm
    branches/cilkplus/gcc/config/rs6000/e500crtres32gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtres64gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtres64gprctr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtrest32gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtrest64gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtresx32gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtresx64gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsav32gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsav64gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsav64gprctr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsavg32gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsavg64gpr.asm
    branches/cilkplus/gcc/config/rs6000/e500crtsavg64gprctr.asm
    branches/cilkplus/gcc/config/rs6000/eabi-ci.asm
    branches/cilkplus/gcc/config/rs6000/eabi-cn.asm
    branches/cilkplus/gcc/config/rs6000/eabi.asm
    branches/cilkplus/gcc/config/rs6000/sol-ci.asm
    branches/cilkplus/gcc/config/rs6000/sol-cn.asm
    branches/cilkplus/gcc/config/rs6000/t-darwin
    branches/cilkplus/gcc/config/rs6000/tramp.asm
    branches/cilkplus/gcc/config/score/crti.asm
    branches/cilkplus/gcc/config/score/crtn.asm
    branches/cilkplus/gcc/config/score/t-score-elf
    branches/cilkplus/gcc/config/sh/crt1.asm
    branches/cilkplus/gcc/config/sh/crti.asm
    branches/cilkplus/gcc/config/sh/crtn.asm
    branches/cilkplus/gcc/config/sh/lib1funcs-4-300.asm
    branches/cilkplus/gcc/config/sh/lib1funcs-Os-4-200.asm
    branches/cilkplus/gcc/config/sh/lib1funcs.asm
    branches/cilkplus/gcc/config/sh/lib1funcs.h
    branches/cilkplus/gcc/config/sh/libgcc-excl.ver
    branches/cilkplus/gcc/config/sh/libgcc-glibc.ver
    branches/cilkplus/gcc/config/sh/linux-atomic.asm
    branches/cilkplus/gcc/config/sh/t-elf
    branches/cilkplus/gcc/config/sh/t-linux64
    branches/cilkplus/gcc/config/sh/t-netbsd
    branches/cilkplus/gcc/config/sh/t-superh
    branches/cilkplus/gcc/config/sparc/lb1spc.asm
    branches/cilkplus/gcc/config/sparc/lb1spl.asm
    branches/cilkplus/gcc/config/sparc/libgcc-sparc-glibc.ver
    branches/cilkplus/gcc/config/sparc/little-endian.opt
    branches/cilkplus/gcc/config/sparc/t-linux
    branches/cilkplus/gcc/config/spu/cache.S
    branches/cilkplus/gcc/config/spu/cachemgr.c
    branches/cilkplus/gcc/config/spu/divmodti4.c
    branches/cilkplus/gcc/config/spu/divv2df3.c
    branches/cilkplus/gcc/config/spu/float_disf.c
    branches/cilkplus/gcc/config/spu/float_unsdidf.c
    branches/cilkplus/gcc/config/spu/float_unsdisf.c
    branches/cilkplus/gcc/config/spu/float_unssidf.c
    branches/cilkplus/gcc/config/spu/mfc_multi_tag_release.c
    branches/cilkplus/gcc/config/spu/mfc_multi_tag_reserve.c
    branches/cilkplus/gcc/config/spu/mfc_tag_release.c
    branches/cilkplus/gcc/config/spu/mfc_tag_reserve.c
    branches/cilkplus/gcc/config/spu/mfc_tag_table.c
    branches/cilkplus/gcc/config/spu/multi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-ashlsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-ashrsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-clzhi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-cmpsi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-ctzhi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-divsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-ffshi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-lshrsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-modsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-parityhi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-popcounthi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-ucmpsi2.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-udivmodsi4.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-udivsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2-umodsi3.c
    branches/cilkplus/gcc/config/stormy16/stormy16-lib2.c
    branches/cilkplus/gcc/config/stormy16/t-stormy16
    branches/cilkplus/gcc/config/t-freebsd
    branches/cilkplus/gcc/config/t-freebsd-thread
    branches/cilkplus/gcc/config/t-libc-ok
    branches/cilkplus/gcc/config/t-libgcc-pic
    branches/cilkplus/gcc/config/t-linux
    branches/cilkplus/gcc/config/t-netbsd
    branches/cilkplus/gcc/config/t-openbsd-thread
    branches/cilkplus/gcc/config/t-slibgcc-dummy
    branches/cilkplus/gcc/config/t-slibgcc-elf-ver
    branches/cilkplus/gcc/config/t-slibgcc-libgcc
    branches/cilkplus/gcc/config/t-slibgcc-nolc-override
    branches/cilkplus/gcc/config/t-svr4
    branches/cilkplus/gcc/config/udivmod.c
    branches/cilkplus/gcc/config/udivmodsi4.c
    branches/cilkplus/gcc/config/v850/lib1funcs.asm
    branches/cilkplus/gcc/config/vax/lib1funcs.asm
    branches/cilkplus/gcc/config/vax/t-linux
    branches/cilkplus/gcc/config/vms/vms-ucrt0.c
    branches/cilkplus/gcc/config/vxlib-tls.c
    branches/cilkplus/gcc/config/vxlib.c
    branches/cilkplus/gcc/config/xtensa/crti.asm
    branches/cilkplus/gcc/config/xtensa/crtn.asm
    branches/cilkplus/gcc/config/xtensa/ieee754-df.S
    branches/cilkplus/gcc/config/xtensa/ieee754-sf.S
    branches/cilkplus/gcc/config/xtensa/lib1funcs.asm
    branches/cilkplus/gcc/config/xtensa/lib2funcs.S
    branches/cilkplus/gcc/config/xtensa/libgcc-xtensa.ver
    branches/cilkplus/gcc/config/xtensa/t-elf
    branches/cilkplus/gcc/config/xtensa/t-linux
    branches/cilkplus/gcc/crtstuff.c
    branches/cilkplus/gcc/gbl-ctors.h
    branches/cilkplus/gcc/gthr-aix.h
    branches/cilkplus/gcc/gthr-dce.h
    branches/cilkplus/gcc/gthr-lynx.h
    branches/cilkplus/gcc/gthr-mipssde.h
    branches/cilkplus/gcc/gthr-posix.c
    branches/cilkplus/gcc/gthr-posix.h
    branches/cilkplus/gcc/gthr-rtems.h
    branches/cilkplus/gcc/gthr-single.h
    branches/cilkplus/gcc/gthr-tpf.h
    branches/cilkplus/gcc/gthr-vxworks.h
    branches/cilkplus/gcc/gthr-win32.h
    branches/cilkplus/gcc/gthr.h
    branches/cilkplus/gcc/libgcc-libsystem.ver
    branches/cilkplus/gcc/libgcc2.c
    branches/cilkplus/gcc/libgcc2.h
    branches/cilkplus/gcc/longlong.h
    branches/cilkplus/gcc/mkmap-flat.awk
    branches/cilkplus/gcc/mkmap-symver.awk
    branches/cilkplus/gcc/testsuite/gnat.dg/specs/unchecked_union.ads
    branches/cilkplus/gcc/testsuite/go.test/test/vectors.go
    branches/cilkplus/libgcc/config/ia64/__divxf3.asm
    branches/cilkplus/libgcc/config/ia64/_fixtfdi.asm
    branches/cilkplus/libgcc/config/ia64/_fixunstfdi.asm
    branches/cilkplus/libgcc/config/ia64/_floatditf.asm
    branches/cilkplus/libgcc/config/ia64/t-glibc
    branches/cilkplus/libgcc/config/ia64/t-glibc-libunwind
    branches/cilkplus/libgcc/config/microblaze/divsi3.asm
    branches/cilkplus/libgcc/config/microblaze/moddi3.asm
    branches/cilkplus/libgcc/config/microblaze/modsi3.asm
    branches/cilkplus/libgcc/config/microblaze/muldi3_hard.asm
    branches/cilkplus/libgcc/config/microblaze/mulsi3.asm
    branches/cilkplus/libgcc/config/microblaze/stack_overflow_exit.asm
    branches/cilkplus/libgcc/config/microblaze/udivsi3.asm
    branches/cilkplus/libgcc/config/microblaze/umodsi3.asm
    branches/cilkplus/libgcc/config/moxie/crti.asm
    branches/cilkplus/libgcc/config/moxie/crtn.asm
    branches/cilkplus/libgcc/config/moxie/t-moxie
    branches/cilkplus/libgcc/config/rs6000/libgcc-ppc-glibc.ver
    branches/cilkplus/libgcc/config/rs6000/libgcc-ppc64.ver
    branches/cilkplus/libgcc/config/rs6000/t-ldbl128
    branches/cilkplus/libgcc/config/s390/t-tpf
    branches/cilkplus/libgcc/config/t-crtin
    branches/cilkplus/libgo/go/container/vector/
    branches/cilkplus/libgo/go/ebnf/
    branches/cilkplus/libgo/go/exp/datafmt/
    branches/cilkplus/libgo/go/exp/regexp/
    branches/cilkplus/libgo/go/go/typechecker/
    branches/cilkplus/libgo/go/go/types/
    branches/cilkplus/libgo/go/http/spdy/
    branches/cilkplus/libgo/go/image/color.go
    branches/cilkplus/libgo/go/math/fabs.go
    branches/cilkplus/libgo/go/math/fdim.go
    branches/cilkplus/libgo/go/math/fmod.go
    branches/cilkplus/libgo/go/mime/mime_test.go
    branches/cilkplus/libgo/go/netchan/
    branches/cilkplus/libgo/go/time/sys_posix.go
    branches/cilkplus/libgo/go/try/
    branches/cilkplus/libgo/syscalls/
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/Makefile.in
    branches/cilkplus/Makefile.tpl
    branches/cilkplus/config.sub
    branches/cilkplus/config/ChangeLog
    branches/cilkplus/config/mh-interix
    branches/cilkplus/fixincludes/ChangeLog
    branches/cilkplus/fixincludes/fixincl.x
    branches/cilkplus/fixincludes/inclhack.def
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/a-cbprqu.adb
    branches/cilkplus/gcc/ada/a-cuprqu.adb
    branches/cilkplus/gcc/ada/a-tienau.adb
    branches/cilkplus/gcc/ada/checks.adb
    branches/cilkplus/gcc/ada/checks.ads
    branches/cilkplus/gcc/ada/debug.adb
    branches/cilkplus/gcc/ada/exp_ch2.adb
    branches/cilkplus/gcc/ada/exp_ch3.adb
    branches/cilkplus/gcc/ada/exp_ch5.adb
    branches/cilkplus/gcc/ada/expect.c
    branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/misc.c
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/gnat_rm.texi
    branches/cilkplus/gcc/ada/gnat_ugn.texi
    branches/cilkplus/gcc/ada/init.c
    branches/cilkplus/gcc/ada/opt.ads
    branches/cilkplus/gcc/ada/par-prag.adb
    branches/cilkplus/gcc/ada/prj-proc.adb
    branches/cilkplus/gcc/ada/s-finmas.adb
    branches/cilkplus/gcc/ada/s-finmas.ads
    branches/cilkplus/gcc/ada/s-gearop.adb
    branches/cilkplus/gcc/ada/s-osinte-lynxos-3.ads
    branches/cilkplus/gcc/ada/s-stposu.adb
    branches/cilkplus/gcc/ada/sem.adb
    branches/cilkplus/gcc/ada/sem_ch12.adb
    branches/cilkplus/gcc/ada/sem_ch13.adb
    branches/cilkplus/gcc/ada/sem_ch3.adb
    branches/cilkplus/gcc/ada/sem_disp.adb
    branches/cilkplus/gcc/ada/sem_eval.adb
    branches/cilkplus/gcc/ada/sem_prag.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/sem_util.ads
    branches/cilkplus/gcc/ada/sem_warn.adb
    branches/cilkplus/gcc/ada/sinfo.adb
    branches/cilkplus/gcc/ada/sinfo.ads
    branches/cilkplus/gcc/ada/snames.ads-tmpl
    branches/cilkplus/gcc/ada/switch-c.adb
    branches/cilkplus/gcc/ada/switch-m.adb
    branches/cilkplus/gcc/ada/tb-alvms.c
    branches/cilkplus/gcc/ada/tb-alvxw.c
    branches/cilkplus/gcc/ada/tb-gcc.c
    branches/cilkplus/gcc/ada/tb-ivms.c
    branches/cilkplus/gcc/ada/tracebak.c
    branches/cilkplus/gcc/ada/types.ads
    branches/cilkplus/gcc/ada/usage.adb
    branches/cilkplus/gcc/ada/warnsw.adb
    branches/cilkplus/gcc/ada/warnsw.ads
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.def
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c-family/c-lex.c
    branches/cilkplus/gcc/c-family/c-opts.c
    branches/cilkplus/gcc/c-family/c.opt
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/collect2.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/alpha/t-vms
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/bpabi.h
    branches/cilkplus/gcc/config/arm/linux-eabi.h
    branches/cilkplus/gcc/config/arm/t-arm
    branches/cilkplus/gcc/config/arm/t-arm-elf
    branches/cilkplus/gcc/config/arm/t-linux-eabi
    branches/cilkplus/gcc/config/arm/t-strongarm-elf
    branches/cilkplus/gcc/config/arm/t-symbian
    branches/cilkplus/gcc/config/arm/t-vxworks
    branches/cilkplus/gcc/config/arm/t-wince-pe
    branches/cilkplus/gcc/config/avr/avr-protos.h
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/avr.md
    branches/cilkplus/gcc/config/avr/avr.opt
    branches/cilkplus/gcc/config/avr/constraints.md
    branches/cilkplus/gcc/config/avr/predicates.md
    branches/cilkplus/gcc/config/avr/t-avr
    branches/cilkplus/gcc/config/bfin/t-bfin-elf
    branches/cilkplus/gcc/config/bfin/t-bfin-linux
    branches/cilkplus/gcc/config/bfin/t-bfin-uclinux
    branches/cilkplus/gcc/config/c6x/c6x.c
    branches/cilkplus/gcc/config/c6x/t-c6x-elf
    branches/cilkplus/gcc/config/c6x/t-c6x-uclinux
    branches/cilkplus/gcc/config/cris/cris-protos.h
    branches/cilkplus/gcc/config/cris/cris.c
    branches/cilkplus/gcc/config/cris/cris.h
    branches/cilkplus/gcc/config/cris/cris.md
    branches/cilkplus/gcc/config/cris/t-cris
    branches/cilkplus/gcc/config/cris/t-elfmulti
    branches/cilkplus/gcc/config/cris/t-linux
    branches/cilkplus/gcc/config/darwin.c
    branches/cilkplus/gcc/config/frv/t-frv
    branches/cilkplus/gcc/config/frv/t-linux
    branches/cilkplus/gcc/config/h8300/t-h8300
    branches/cilkplus/gcc/config/i386/freebsd64.h
    branches/cilkplus/gcc/config/i386/i386-protos.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/mmx.md
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/i386/sse.md
    branches/cilkplus/gcc/config/i386/t-cygming
    branches/cilkplus/gcc/config/i386/t-darwin
    branches/cilkplus/gcc/config/i386/t-darwin64
    branches/cilkplus/gcc/config/i386/t-interix
    branches/cilkplus/gcc/config/i386/t-linux64
    branches/cilkplus/gcc/config/i386/t-mingw-w32
    branches/cilkplus/gcc/config/i386/t-mingw-w64
    branches/cilkplus/gcc/config/i386/t-openbsd
    branches/cilkplus/gcc/config/ia64/ia64.c
    branches/cilkplus/gcc/config/ia64/t-hpux
    branches/cilkplus/gcc/config/ia64/t-ia64
    branches/cilkplus/gcc/config/m32c/m32c.c
    branches/cilkplus/gcc/config/m32c/t-m32c
    branches/cilkplus/gcc/config/m32r/t-linux
    branches/cilkplus/gcc/config/m32r/t-m32r
    branches/cilkplus/gcc/config/m68k/m68k.c
    branches/cilkplus/gcc/config/m68k/t-linux
    branches/cilkplus/gcc/config/m68k/t-mlibs
    branches/cilkplus/gcc/config/m68k/t-uclinux
    branches/cilkplus/gcc/config/mcore/t-mcore
    branches/cilkplus/gcc/config/mep/t-mep
    branches/cilkplus/gcc/config/microblaze/t-microblaze
    branches/cilkplus/gcc/config/mips/t-elf
    branches/cilkplus/gcc/config/mips/t-isa3264
    branches/cilkplus/gcc/config/mips/t-linux64
    branches/cilkplus/gcc/config/mips/t-mips
    branches/cilkplus/gcc/config/mips/t-r3900
    branches/cilkplus/gcc/config/mips/t-sde
    branches/cilkplus/gcc/config/mips/t-sr71k
    branches/cilkplus/gcc/config/mips/t-st
    branches/cilkplus/gcc/config/mips/t-vr
    branches/cilkplus/gcc/config/mmix/t-mmix
    branches/cilkplus/gcc/config/mn10300/t-mn10300
    branches/cilkplus/gcc/config/pa/constraints.md
    branches/cilkplus/gcc/config/pa/elf.h
    branches/cilkplus/gcc/config/pa/pa-linux.h
    branches/cilkplus/gcc/config/pa/pa-protos.h
    branches/cilkplus/gcc/config/pa/pa.c
    branches/cilkplus/gcc/config/pa/pa.h
    branches/cilkplus/gcc/config/pa/pa.md
    branches/cilkplus/gcc/config/pa/pa64-hpux.h
    branches/cilkplus/gcc/config/pa/pa64-linux.h
    branches/cilkplus/gcc/config/pa/predicates.md
    branches/cilkplus/gcc/config/pa/som.h
    branches/cilkplus/gcc/config/pa/t-dce-thr
    branches/cilkplus/gcc/config/pdp11/t-pdp11
    branches/cilkplus/gcc/config/picochip/t-picochip
    branches/cilkplus/gcc/config/rs6000/altivec.md
    branches/cilkplus/gcc/config/rs6000/darwin.h
    branches/cilkplus/gcc/config/rs6000/power7.md
    branches/cilkplus/gcc/config/rs6000/rs6000-protos.h
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/rs6000.h
    branches/cilkplus/gcc/config/rs6000/rs6000.md
    branches/cilkplus/gcc/config/rs6000/t-aix43
    branches/cilkplus/gcc/config/rs6000/t-aix52
    branches/cilkplus/gcc/config/rs6000/t-darwin64
    branches/cilkplus/gcc/config/rs6000/t-fprules
    branches/cilkplus/gcc/config/rs6000/t-linux64
    branches/cilkplus/gcc/config/rs6000/t-lynx
    branches/cilkplus/gcc/config/rs6000/t-netbsd
    branches/cilkplus/gcc/config/rs6000/t-ppccomm
    branches/cilkplus/gcc/config/rs6000/t-spe
    branches/cilkplus/gcc/config/rs6000/t-vxworks
    branches/cilkplus/gcc/config/rs6000/vsx.md
    branches/cilkplus/gcc/config/rx/t-rx
    branches/cilkplus/gcc/config/sh/sh.h
    branches/cilkplus/gcc/config/sh/t-linux
    branches/cilkplus/gcc/config/sh/t-sh
    branches/cilkplus/gcc/config/sh/t-sh64
    branches/cilkplus/gcc/config/sh/t-vxworks
    branches/cilkplus/gcc/config/sparc/linux64.h
    branches/cilkplus/gcc/config/sparc/netbsd-elf.h
    branches/cilkplus/gcc/config/sparc/openbsd64.h
    branches/cilkplus/gcc/config/sparc/predicates.md
    branches/cilkplus/gcc/config/sparc/sp64-elf.h
    branches/cilkplus/gcc/config/sparc/sparc-protos.h
    branches/cilkplus/gcc/config/sparc/sparc.c
    branches/cilkplus/gcc/config/sparc/sparc.h
    branches/cilkplus/gcc/config/sparc/sparc.md
    branches/cilkplus/gcc/config/sparc/sparc.opt
    branches/cilkplus/gcc/config/sparc/t-elf
    branches/cilkplus/gcc/config/sparc/t-leon
    branches/cilkplus/gcc/config/sparc/t-leon3
    branches/cilkplus/gcc/config/sparc/t-linux64
    branches/cilkplus/gcc/config/sparc/t-netbsd64
    branches/cilkplus/gcc/config/spu/spu.md
    branches/cilkplus/gcc/config/spu/t-spu-elf
    branches/cilkplus/gcc/config/t-darwin
    branches/cilkplus/gcc/config/t-libunwind
    branches/cilkplus/gcc/config/t-lynx
    branches/cilkplus/gcc/config/t-rtems
    branches/cilkplus/gcc/config/t-sol2
    branches/cilkplus/gcc/config/t-vxworks
    branches/cilkplus/gcc/config/v850/t-v850
    branches/cilkplus/gcc/config/vms/t-vms
    branches/cilkplus/gcc/config/xtensa/t-xtensa
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/NEWS
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-objcp-common.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/cvt.c
    branches/cilkplus/gcc/cp/cxx-pretty-print.c
    branches/cilkplus/gcc/cp/cxx-pretty-print.h
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/decl2.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/init.c
    branches/cilkplus/gcc/cp/mangle.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/search.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/tree.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/cp/typeck2.c
    branches/cilkplus/gcc/cppdefault.c
    branches/cilkplus/gcc/cselib.c
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/tm.texi
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/Make-lang.in
    branches/cilkplus/gcc/fortran/check.c
    branches/cilkplus/gcc/fortran/intrinsic.texi
    branches/cilkplus/gcc/fortran/simplify.c
    branches/cilkplus/gcc/fortran/symbol.c
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/ggc-page.c
    branches/cilkplus/gcc/gimple-fold.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/go/ChangeLog
    branches/cilkplus/gcc/go/Make-lang.in
    branches/cilkplus/gcc/go/gofrontend/expressions.cc
    branches/cilkplus/gcc/go/gofrontend/expressions.h
    branches/cilkplus/gcc/go/gofrontend/gogo.cc
    branches/cilkplus/gcc/go/gofrontend/parse.cc
    branches/cilkplus/gcc/go/gofrontend/runtime.def
    branches/cilkplus/gcc/go/gofrontend/statements.cc
    branches/cilkplus/gcc/go/gofrontend/types.cc
    branches/cilkplus/gcc/go/gofrontend/types.h
    branches/cilkplus/gcc/godump.c
    branches/cilkplus/gcc/input.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/Make-lang.in
    branches/cilkplus/gcc/lto-wrapper.c
    branches/cilkplus/gcc/mkconfig.sh
    branches/cilkplus/gcc/modulo-sched.c
    branches/cilkplus/gcc/objc/ChangeLog
    branches/cilkplus/gcc/objc/objc-act.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/optabs.h
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/EXCLUDES
    branches/cilkplus/gcc/po/ja.po
    branches/cilkplus/gcc/regcprop.c
    branches/cilkplus/gcc/reload.c
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/reorg.c
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/rtlanal.c
    branches/cilkplus/gcc/sched-deps.c
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/target.def
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/c-c++-common/dfp/pr33466.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/auto1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/bracket3.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-98.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist-deduce.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x.C
    branches/cilkplus/gcc/testsuite/g++.dg/ipa/devirt-c-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/ipa/devirt-c-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tree-ssa/pr45605.C
    branches/cilkplus/gcc/testsuite/g++.dg/vect/vect.exp
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/DFcmp.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/HIcmp.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/HIset.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/SFset.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/SIcmp.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/SIset.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/UHIcmp.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/unsorted/USIcmp.c
    branches/cilkplus/gcc/testsuite/gcc.dg/format/ms_c90-printf-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/format/ms_c90-scanf-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/graphite/run-id-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/scal-to-vec2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-16.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-32.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-4.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-8.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v16hi.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v16qi.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v2df.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v2di.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v32qi.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v4df.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v4di.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v4sf.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v4si.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v8hi.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v8sf.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-v8si.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-31.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-33.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-34.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-6-global.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/vector-compare-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr42575.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherd-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherd-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherd256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherd256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherpd-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherpd-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherpd256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherpd256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherps-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherps-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherps256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherps256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherq-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherq-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherq256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i32gatherq256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherd-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherd-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherd256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherd256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherpd-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherpd-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherpd256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherpd256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherps-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherps-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherps256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherps256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherq-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherq-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherq256-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-i64gatherq256-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/fma-check.h
    branches/cilkplus/gcc/testsuite/gcc.target/i386/fma4-check.h
    branches/cilkplus/gcc/testsuite/gcc.target/i386/funcspec-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/funcspec-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr37843-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/vectorize4-avx.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/xop-check.h
    branches/cilkplus/gcc/testsuite/gfortran.dg/inquire_5.f90
    branches/cilkplus/gcc/testsuite/go.test/test/chan/sieve2.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/fake.go
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-data-ref.c
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-ssa-dom.c
    branches/cilkplus/gcc/tree-ssa-sink.c
    branches/cilkplus/gcc/tree-ssa-strlen.c
    branches/cilkplus/gcc/tree-ssa-tail-merge.c
    branches/cilkplus/gcc/tree-streamer-in.c
    branches/cilkplus/gcc/tree-streamer-out.c
    branches/cilkplus/gcc/tree-vect-data-refs.c
    branches/cilkplus/gcc/tree-vect-generic.c
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-patterns.c
    branches/cilkplus/gcc/tree-vect-slp.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.def
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/include/ChangeLog
    branches/cilkplus/include/ansidecl.h
    branches/cilkplus/include/obstack.h
    branches/cilkplus/libcpp/ChangeLog
    branches/cilkplus/libcpp/configure
    branches/cilkplus/libcpp/configure.ac
    branches/cilkplus/libcpp/expr.c
    branches/cilkplus/libcpp/include/cpplib.h
    branches/cilkplus/libcpp/include/line-map.h
    branches/cilkplus/libcpp/init.c
    branches/cilkplus/libcpp/internal.h
    branches/cilkplus/libcpp/lex.c
    branches/cilkplus/libcpp/line-map.c
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/Makefile.in
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/alpha/t-alpha
    branches/cilkplus/libgcc/config/alpha/t-osf-pthread
    branches/cilkplus/libgcc/config/alpha/t-slibgcc-osf
    branches/cilkplus/libgcc/config/arm/libunwind.S
    branches/cilkplus/libgcc/config/arm/t-bpabi
    branches/cilkplus/libgcc/config/arm/t-symbian
    branches/cilkplus/libgcc/config/avr/t-avr
    branches/cilkplus/libgcc/config/c6x/pr-support.c
    branches/cilkplus/libgcc/config/darwin-crt3.c
    branches/cilkplus/libgcc/config/i386/morestack.S
    branches/cilkplus/libgcc/config/i386/t-cygming
    branches/cilkplus/libgcc/config/i386/t-sol2
    branches/cilkplus/libgcc/config/ia64/fde-vms.c
    branches/cilkplus/libgcc/config/ia64/t-hpux
    branches/cilkplus/libgcc/config/ia64/t-ia64
    branches/cilkplus/libgcc/config/ia64/t-softfp-compat
    branches/cilkplus/libgcc/config/ia64/t-vms
    branches/cilkplus/libgcc/config/ia64/unwind-ia64.c
    branches/cilkplus/libgcc/config/libbid/bid_gcc_intrinsics.h
    branches/cilkplus/libgcc/config/lm32/t-elf
    branches/cilkplus/libgcc/config/lm32/t-uclinux
    branches/cilkplus/libgcc/config/microblaze/t-microblaze
    branches/cilkplus/libgcc/config/mips/t-mips
    branches/cilkplus/libgcc/config/mips/t-mips16
    branches/cilkplus/libgcc/config/mips/t-slibgcc-irix
    branches/cilkplus/libgcc/config/mmix/t-mmix
    branches/cilkplus/libgcc/config/picochip/t-picochip
    branches/cilkplus/libgcc/config/rs6000/darwin-fallback.c
    branches/cilkplus/libgcc/config/rs6000/t-darwin
    branches/cilkplus/libgcc/config/rs6000/t-freebsd
    branches/cilkplus/libgcc/config/rs6000/t-ibm-ldouble
    branches/cilkplus/libgcc/config/rs6000/t-linux64
    branches/cilkplus/libgcc/config/rs6000/t-ppccomm
    branches/cilkplus/libgcc/config/sh/t-linux
    branches/cilkplus/libgcc/config/sparc/t-softmul
    branches/cilkplus/libgcc/config/sparc/t-sol2
    branches/cilkplus/libgcc/config/spu/t-elf
    branches/cilkplus/libgcc/config/t-darwin
    branches/cilkplus/libgcc/config/t-libunwind
    branches/cilkplus/libgcc/config/t-slibgcc
    branches/cilkplus/libgcc/config/t-slibgcc-darwin
    branches/cilkplus/libgcc/config/t-slibgcc-elf-ver
    branches/cilkplus/libgcc/config/t-sol2
    branches/cilkplus/libgcc/config/xtensa/t-xtensa
    branches/cilkplus/libgcc/config/xtensa/unwind-dw2-xtensa.c
    branches/cilkplus/libgcc/configure
    branches/cilkplus/libgcc/configure.ac
    branches/cilkplus/libgcc/dfp-bit.h
    branches/cilkplus/libgcc/emutls.c
    branches/cilkplus/libgcc/fixed-bit.c
    branches/cilkplus/libgcc/fp-bit.c
    branches/cilkplus/libgcc/generic-morestack-thread.c
    branches/cilkplus/libgcc/generic-morestack.c
    branches/cilkplus/libgcc/libgcov.c
    branches/cilkplus/libgcc/siditi-object.mk
    branches/cilkplus/libgcc/unwind-arm-common.inc
    branches/cilkplus/libgcc/unwind-dw2-fde-dip.c
    branches/cilkplus/libgcc/unwind-dw2-fde.c
    branches/cilkplus/libgcc/unwind-dw2.c
    branches/cilkplus/libgcc/unwind-sjlj.c
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/Makefile.am
    branches/cilkplus/libgfortran/Makefile.in
    branches/cilkplus/libgfortran/acinclude.m4
    branches/cilkplus/libgfortran/config.h.in
    branches/cilkplus/libgfortran/configure
    branches/cilkplus/libgfortran/configure.ac
    branches/cilkplus/libgfortran/io/file_pos.c
    branches/cilkplus/libgfortran/io/inquire.c
    branches/cilkplus/libgfortran/io/intrinsics.c
    branches/cilkplus/libgfortran/io/io.h
    branches/cilkplus/libgfortran/io/open.c
    branches/cilkplus/libgfortran/io/transfer.c
    branches/cilkplus/libgfortran/io/unit.c
    branches/cilkplus/libgfortran/io/unix.c
    branches/cilkplus/libgfortran/io/unix.h
    branches/cilkplus/libgo/MERGE
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/configure
    branches/cilkplus/libgo/configure.ac
    branches/cilkplus/libgo/go/archive/tar/common.go
    branches/cilkplus/libgo/go/archive/tar/reader.go
    branches/cilkplus/libgo/go/archive/tar/testdata/writer.tar
    branches/cilkplus/libgo/go/archive/tar/writer.go
    branches/cilkplus/libgo/go/archive/tar/writer_test.go
    branches/cilkplus/libgo/go/archive/zip/reader.go
    branches/cilkplus/libgo/go/archive/zip/reader_test.go
    branches/cilkplus/libgo/go/archive/zip/struct.go
    branches/cilkplus/libgo/go/archive/zip/writer.go
    branches/cilkplus/libgo/go/archive/zip/writer_test.go
    branches/cilkplus/libgo/go/asn1/asn1.go
    branches/cilkplus/libgo/go/asn1/asn1_test.go
    branches/cilkplus/libgo/go/asn1/marshal.go
    branches/cilkplus/libgo/go/big/int.go
    branches/cilkplus/libgo/go/big/int_test.go
    branches/cilkplus/libgo/go/big/nat.go
    branches/cilkplus/libgo/go/big/rat.go
    branches/cilkplus/libgo/go/big/rat_test.go
    branches/cilkplus/libgo/go/bufio/bufio.go
    branches/cilkplus/libgo/go/bufio/bufio_test.go
    branches/cilkplus/libgo/go/bytes/buffer.go
    branches/cilkplus/libgo/go/bytes/bytes.go
    branches/cilkplus/libgo/go/bytes/bytes_test.go
    branches/cilkplus/libgo/go/cmath/asin.go
    branches/cilkplus/libgo/go/cmath/sin.go
    branches/cilkplus/libgo/go/cmath/sqrt.go
    branches/cilkplus/libgo/go/cmath/tan.go
    branches/cilkplus/libgo/go/container/heap/heap_test.go
    branches/cilkplus/libgo/go/crypto/blowfish/block.go
    branches/cilkplus/libgo/go/crypto/blowfish/blowfish_test.go
    branches/cilkplus/libgo/go/crypto/blowfish/cipher.go
    branches/cilkplus/libgo/go/crypto/elliptic/elliptic_test.go
    branches/cilkplus/libgo/go/crypto/ocsp/ocsp_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/s2k/s2k.go
    branches/cilkplus/libgo/go/crypto/rand/rand_unix.go
    branches/cilkplus/libgo/go/crypto/tls/cipher_suites.go
    branches/cilkplus/libgo/go/crypto/tls/common.go
    branches/cilkplus/libgo/go/crypto/tls/conn.go
    branches/cilkplus/libgo/go/crypto/tls/conn_test.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_client.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_client_test.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_messages.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_messages_test.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_server.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_server_test.go
    branches/cilkplus/libgo/go/crypto/tls/key_agreement.go
    branches/cilkplus/libgo/go/crypto/tls/prf.go
    branches/cilkplus/libgo/go/crypto/tls/prf_test.go
    branches/cilkplus/libgo/go/crypto/x509/cert_pool.go
    branches/cilkplus/libgo/go/crypto/x509/pkix/pkix.go
    branches/cilkplus/libgo/go/crypto/x509/verify_test.go
    branches/cilkplus/libgo/go/crypto/x509/x509.go
    branches/cilkplus/libgo/go/crypto/x509/x509_test.go
    branches/cilkplus/libgo/go/csv/reader.go
    branches/cilkplus/libgo/go/csv/reader_test.go
    branches/cilkplus/libgo/go/debug/dwarf/type.go
    branches/cilkplus/libgo/go/encoding/binary/binary.go
    branches/cilkplus/libgo/go/exec/exec.go
    branches/cilkplus/libgo/go/exec/exec_test.go
    branches/cilkplus/libgo/go/exec/lp_unix.go
    branches/cilkplus/libgo/go/exp/gui/x11/auth.go
    branches/cilkplus/libgo/go/exp/gui/x11/conn.go
    branches/cilkplus/libgo/go/exp/norm/composition.go
    branches/cilkplus/libgo/go/exp/norm/composition_test.go
    branches/cilkplus/libgo/go/exp/norm/forminfo.go
    branches/cilkplus/libgo/go/exp/norm/maketables.go
    branches/cilkplus/libgo/go/exp/norm/maketesttables.go
    branches/cilkplus/libgo/go/exp/norm/normalize.go
    branches/cilkplus/libgo/go/exp/norm/tables.go
    branches/cilkplus/libgo/go/exp/norm/trie.go
    branches/cilkplus/libgo/go/exp/norm/trie_test.go
    branches/cilkplus/libgo/go/exp/norm/triedata_test.go
    branches/cilkplus/libgo/go/exp/norm/triegen.go
    branches/cilkplus/libgo/go/exp/template/html/context.go
    branches/cilkplus/libgo/go/exp/template/html/escape.go
    branches/cilkplus/libgo/go/exp/template/html/escape_test.go
    branches/cilkplus/libgo/go/exp/wingui/gui.go
    branches/cilkplus/libgo/go/exp/wingui/winapi.go
    branches/cilkplus/libgo/go/exp/wingui/zwinapi.go
    branches/cilkplus/libgo/go/flag/flag.go
    branches/cilkplus/libgo/go/flag/flag_test.go
    branches/cilkplus/libgo/go/fmt/doc.go
    branches/cilkplus/libgo/go/fmt/fmt_test.go
    branches/cilkplus/libgo/go/fmt/print.go
    branches/cilkplus/libgo/go/go/ast/filter.go
    branches/cilkplus/libgo/go/go/ast/print_test.go
    branches/cilkplus/libgo/go/go/build/build_test.go
    branches/cilkplus/libgo/go/go/build/dir.go
    branches/cilkplus/libgo/go/go/build/pkgtest/pkgtest.go
    branches/cilkplus/libgo/go/go/build/syslist_test.go
    branches/cilkplus/libgo/go/go/parser/parser.go
    branches/cilkplus/libgo/go/go/parser/parser_test.go
    branches/cilkplus/libgo/go/go/printer/nodes.go
    branches/cilkplus/libgo/go/go/printer/printer.go
    branches/cilkplus/libgo/go/go/printer/printer_test.go
    branches/cilkplus/libgo/go/go/printer/testdata/declarations.golden
    branches/cilkplus/libgo/go/go/printer/testdata/declarations.input
    branches/cilkplus/libgo/go/go/scanner/scanner.go
    branches/cilkplus/libgo/go/go/scanner/scanner_test.go
    branches/cilkplus/libgo/go/go/token/position.go
    branches/cilkplus/libgo/go/gob/codec_test.go
    branches/cilkplus/libgo/go/gob/decode.go
    branches/cilkplus/libgo/go/gob/decoder.go
    branches/cilkplus/libgo/go/gob/doc.go
    branches/cilkplus/libgo/go/gob/encode.go
    branches/cilkplus/libgo/go/gob/encoder.go
    branches/cilkplus/libgo/go/gob/encoder_test.go
    branches/cilkplus/libgo/go/gob/gobencdec_test.go
    branches/cilkplus/libgo/go/gob/type.go
    branches/cilkplus/libgo/go/html/escape.go
    branches/cilkplus/libgo/go/html/parse.go
    branches/cilkplus/libgo/go/html/parse_test.go
    branches/cilkplus/libgo/go/html/token.go
    branches/cilkplus/libgo/go/html/token_test.go
    branches/cilkplus/libgo/go/http/cgi/child.go
    branches/cilkplus/libgo/go/http/cgi/child_test.go
    branches/cilkplus/libgo/go/http/cgi/host.go
    branches/cilkplus/libgo/go/http/cgi/host_test.go
    branches/cilkplus/libgo/go/http/chunked.go
    branches/cilkplus/libgo/go/http/client.go
    branches/cilkplus/libgo/go/http/client_test.go
    branches/cilkplus/libgo/go/http/cookie.go
    branches/cilkplus/libgo/go/http/cookie_test.go
    branches/cilkplus/libgo/go/http/dump.go
    branches/cilkplus/libgo/go/http/fcgi/child.go
    branches/cilkplus/libgo/go/http/fcgi/fcgi_test.go
    branches/cilkplus/libgo/go/http/fs.go
    branches/cilkplus/libgo/go/http/header.go
    branches/cilkplus/libgo/go/http/httptest/server.go
    branches/cilkplus/libgo/go/http/persist.go
    branches/cilkplus/libgo/go/http/readrequest_test.go
    branches/cilkplus/libgo/go/http/request.go
    branches/cilkplus/libgo/go/http/request_test.go
    branches/cilkplus/libgo/go/http/requestwrite_test.go
    branches/cilkplus/libgo/go/http/response.go
    branches/cilkplus/libgo/go/http/response_test.go
    branches/cilkplus/libgo/go/http/serve_test.go
    branches/cilkplus/libgo/go/http/server.go
    branches/cilkplus/libgo/go/http/transfer.go
    branches/cilkplus/libgo/go/http/transport.go
    branches/cilkplus/libgo/go/http/transport_test.go
    branches/cilkplus/libgo/go/image/bmp/reader.go
    branches/cilkplus/libgo/go/image/decode_test.go
    branches/cilkplus/libgo/go/image/draw/bench_test.go
    branches/cilkplus/libgo/go/image/draw/clip_test.go
    branches/cilkplus/libgo/go/image/draw/draw.go
    branches/cilkplus/libgo/go/image/draw/draw_test.go
    branches/cilkplus/libgo/go/image/gif/reader.go
    branches/cilkplus/libgo/go/image/image.go
    branches/cilkplus/libgo/go/image/image_test.go
    branches/cilkplus/libgo/go/image/jpeg/reader.go
    branches/cilkplus/libgo/go/image/jpeg/writer_test.go
    branches/cilkplus/libgo/go/image/names.go
    branches/cilkplus/libgo/go/image/png/reader.go
    branches/cilkplus/libgo/go/image/png/reader_test.go
    branches/cilkplus/libgo/go/image/png/writer.go
    branches/cilkplus/libgo/go/image/png/writer_test.go
    branches/cilkplus/libgo/go/image/tiff/reader.go
    branches/cilkplus/libgo/go/image/tiff/reader_test.go
    branches/cilkplus/libgo/go/image/ycbcr/ycbcr.go
    branches/cilkplus/libgo/go/index/suffixarray/qsufsort.go
    branches/cilkplus/libgo/go/index/suffixarray/suffixarray.go
    branches/cilkplus/libgo/go/index/suffixarray/suffixarray_test.go
    branches/cilkplus/libgo/go/io/io.go
    branches/cilkplus/libgo/go/io/io_test.go
    branches/cilkplus/libgo/go/io/ioutil/ioutil.go
    branches/cilkplus/libgo/go/json/decode.go
    branches/cilkplus/libgo/go/json/decode_test.go
    branches/cilkplus/libgo/go/json/encode.go
    branches/cilkplus/libgo/go/json/encode_test.go
    branches/cilkplus/libgo/go/json/indent.go
    branches/cilkplus/libgo/go/json/scanner_test.go
    branches/cilkplus/libgo/go/json/stream_test.go
    branches/cilkplus/libgo/go/mail/message_test.go
    branches/cilkplus/libgo/go/math/all_test.go
    branches/cilkplus/libgo/go/math/bits.go
    branches/cilkplus/libgo/go/math/gamma.go
    branches/cilkplus/libgo/go/math/jn.go
    branches/cilkplus/libgo/go/math/lgamma.go
    branches/cilkplus/libgo/go/math/pow.go
    branches/cilkplus/libgo/go/math/pow10.go
    branches/cilkplus/libgo/go/math/remainder.go
    branches/cilkplus/libgo/go/mime/grammar.go
    branches/cilkplus/libgo/go/mime/mediatype.go
    branches/cilkplus/libgo/go/mime/mediatype_test.go
    branches/cilkplus/libgo/go/mime/multipart/formdata.go
    branches/cilkplus/libgo/go/mime/multipart/multipart.go
    branches/cilkplus/libgo/go/mime/multipart/writer.go
    branches/cilkplus/libgo/go/mime/type.go
    branches/cilkplus/libgo/go/net/cgo_bsd.go
    branches/cilkplus/libgo/go/net/cgo_stub.go
    branches/cilkplus/libgo/go/net/cgo_unix.go
    branches/cilkplus/libgo/go/net/dial.go
    branches/cilkplus/libgo/go/net/dnsclient_unix.go
    branches/cilkplus/libgo/go/net/dnsconfig.go
    branches/cilkplus/libgo/go/net/fd.go
    branches/cilkplus/libgo/go/net/fd_linux.go
    branches/cilkplus/libgo/go/net/fd_select.go
    branches/cilkplus/libgo/go/net/fd_windows.go
    branches/cilkplus/libgo/go/net/file.go
    branches/cilkplus/libgo/go/net/file_test.go
    branches/cilkplus/libgo/go/net/interface.go
    branches/cilkplus/libgo/go/net/interface_bsd.go
    branches/cilkplus/libgo/go/net/interface_linux.go
    branches/cilkplus/libgo/go/net/interface_stub.go
    branches/cilkplus/libgo/go/net/interface_test.go
    branches/cilkplus/libgo/go/net/ip.go
    branches/cilkplus/libgo/go/net/ip_test.go
    branches/cilkplus/libgo/go/net/iprawsock_posix.go
    branches/cilkplus/libgo/go/net/ipsock_posix.go
    branches/cilkplus/libgo/go/net/lookup_plan9.go
    branches/cilkplus/libgo/go/net/lookup_test.go
    branches/cilkplus/libgo/go/net/lookup_unix.go
    branches/cilkplus/libgo/go/net/lookup_windows.go
    branches/cilkplus/libgo/go/net/multicast_test.go
    branches/cilkplus/libgo/go/net/net_test.go
    branches/cilkplus/libgo/go/net/newpollserver.go
    branches/cilkplus/libgo/go/net/parse.go
    branches/cilkplus/libgo/go/net/port.go
    branches/cilkplus/libgo/go/net/sendfile_stub.go
    branches/cilkplus/libgo/go/net/sendfile_windows.go
    branches/cilkplus/libgo/go/net/server_test.go
    branches/cilkplus/libgo/go/net/sock.go
    branches/cilkplus/libgo/go/net/sock_bsd.go
    branches/cilkplus/libgo/go/net/tcpsock_posix.go
    branches/cilkplus/libgo/go/net/textproto/header.go
    branches/cilkplus/libgo/go/net/textproto/pipeline.go
    branches/cilkplus/libgo/go/net/textproto/reader.go
    branches/cilkplus/libgo/go/net/textproto/reader_test.go
    branches/cilkplus/libgo/go/net/udpsock_plan9.go
    branches/cilkplus/libgo/go/net/udpsock_posix.go
    branches/cilkplus/libgo/go/net/unixsock_posix.go
    branches/cilkplus/libgo/go/old/template/template_test.go
    branches/cilkplus/libgo/go/os/dir_plan9.go
    branches/cilkplus/libgo/go/os/dir_unix.go
    branches/cilkplus/libgo/go/os/env.go
    branches/cilkplus/libgo/go/os/env_unix.go
    branches/cilkplus/libgo/go/os/error_plan9.go
    branches/cilkplus/libgo/go/os/error_posix.go
    branches/cilkplus/libgo/go/os/exec_posix.go
    branches/cilkplus/libgo/go/os/exec_unix.go
    branches/cilkplus/libgo/go/os/file_posix.go
    branches/cilkplus/libgo/go/os/file_unix.go
    branches/cilkplus/libgo/go/os/inotify/inotify_linux.go
    branches/cilkplus/libgo/go/os/os_test.go
    branches/cilkplus/libgo/go/os/path.go
    branches/cilkplus/libgo/go/os/path_unix.go
    branches/cilkplus/libgo/go/os/str.go
    branches/cilkplus/libgo/go/os/sys_bsd.go
    branches/cilkplus/libgo/go/os/user/lookup_stubs.go
    branches/cilkplus/libgo/go/os/user/lookup_unix.go
    branches/cilkplus/libgo/go/path/filepath/match.go
    branches/cilkplus/libgo/go/path/filepath/match_test.go
    branches/cilkplus/libgo/go/path/filepath/path.go
    branches/cilkplus/libgo/go/path/filepath/path_test.go
    branches/cilkplus/libgo/go/path/filepath/path_unix.go
    branches/cilkplus/libgo/go/path/filepath/path_windows.go
    branches/cilkplus/libgo/go/rand/rand_test.go
    branches/cilkplus/libgo/go/reflect/all_test.go
    branches/cilkplus/libgo/go/reflect/deepequal.go
    branches/cilkplus/libgo/go/reflect/type.go
    branches/cilkplus/libgo/go/reflect/value.go
    branches/cilkplus/libgo/go/regexp/all_test.go
    branches/cilkplus/libgo/go/regexp/find_test.go
    branches/cilkplus/libgo/go/regexp/regexp.go
    branches/cilkplus/libgo/go/rpc/client.go
    branches/cilkplus/libgo/go/rpc/jsonrpc/client.go
    branches/cilkplus/libgo/go/rpc/jsonrpc/server.go
    branches/cilkplus/libgo/go/rpc/server.go
    branches/cilkplus/libgo/go/rpc/server_test.go
    branches/cilkplus/libgo/go/runtime/chan_test.go
    branches/cilkplus/libgo/go/runtime/extern.go
    branches/cilkplus/libgo/go/runtime/pprof/pprof_test.go
    branches/cilkplus/libgo/go/scanner/scanner.go
    branches/cilkplus/libgo/go/scanner/scanner_test.go
    branches/cilkplus/libgo/go/sort/sort.go
    branches/cilkplus/libgo/go/sort/sort_test.go
    branches/cilkplus/libgo/go/strconv/atof.go
    branches/cilkplus/libgo/go/strconv/atof_test.go
    branches/cilkplus/libgo/go/strconv/decimal.go
    branches/cilkplus/libgo/go/strconv/decimal_test.go
    branches/cilkplus/libgo/go/strconv/ftoa.go
    branches/cilkplus/libgo/go/strconv/quote.go
    branches/cilkplus/libgo/go/strconv/quote_test.go
    branches/cilkplus/libgo/go/strings/strings.go
    branches/cilkplus/libgo/go/strings/strings_test.go
    branches/cilkplus/libgo/go/sync/atomic/atomic.c
    branches/cilkplus/libgo/go/sync/atomic/atomic_test.go
    branches/cilkplus/libgo/go/sync/atomic/doc.go
    branches/cilkplus/libgo/go/template/exec.go
    branches/cilkplus/libgo/go/template/exec_test.go
    branches/cilkplus/libgo/go/template/helper.go
    branches/cilkplus/libgo/go/template/parse.go
    branches/cilkplus/libgo/go/template/parse/lex.go
    branches/cilkplus/libgo/go/template/parse/lex_test.go
    branches/cilkplus/libgo/go/template/parse/node.go
    branches/cilkplus/libgo/go/template/parse/parse.go
    branches/cilkplus/libgo/go/template/parse/parse_test.go
    branches/cilkplus/libgo/go/template/parse/set.go
    branches/cilkplus/libgo/go/template/set.go
    branches/cilkplus/libgo/go/testing/testing.go
    branches/cilkplus/libgo/go/time/format.go
    branches/cilkplus/libgo/go/time/sleep_test.go
    branches/cilkplus/libgo/go/time/sys_plan9.go
    branches/cilkplus/libgo/go/time/time.go
    branches/cilkplus/libgo/go/time/time_test.go
    branches/cilkplus/libgo/go/time/zoneinfo_plan9.go
    branches/cilkplus/libgo/go/time/zoneinfo_posix.go
    branches/cilkplus/libgo/go/time/zoneinfo_unix.go
    branches/cilkplus/libgo/go/time/zoneinfo_windows.go
    branches/cilkplus/libgo/go/unicode/script_test.go
    branches/cilkplus/libgo/go/url/url.go
    branches/cilkplus/libgo/go/url/url_test.go
    branches/cilkplus/libgo/go/utf8/utf8.go
    branches/cilkplus/libgo/go/utf8/utf8_test.go
    branches/cilkplus/libgo/go/websocket/client.go
    branches/cilkplus/libgo/go/websocket/server.go
    branches/cilkplus/libgo/go/websocket/websocket.go
    branches/cilkplus/libgo/go/websocket/websocket_test.go
    branches/cilkplus/libgo/go/xml/marshal.go
    branches/cilkplus/libgo/go/xml/marshal_test.go
    branches/cilkplus/libgo/go/xml/read.go
    branches/cilkplus/libgo/go/xml/read_test.go
    branches/cilkplus/libgo/go/xml/xml.go
    branches/cilkplus/libgo/merge.sh
    branches/cilkplus/libgo/mksysinfo.sh
    branches/cilkplus/libgo/runtime/cpuprof.c
    branches/cilkplus/libgo/runtime/go-append.c
    branches/cilkplus/libgo/runtime/go-byte-array-to-string.c
    branches/cilkplus/libgo/runtime/go-close.c
    branches/cilkplus/libgo/runtime/go-go.c
    branches/cilkplus/libgo/runtime/go-int-array-to-string.c
    branches/cilkplus/libgo/runtime/go-int-to-string.c
    branches/cilkplus/libgo/runtime/go-main.c
    branches/cilkplus/libgo/runtime/go-make-slice.c
    branches/cilkplus/libgo/runtime/go-map-delete.c
    branches/cilkplus/libgo/runtime/go-new.c
    branches/cilkplus/libgo/runtime/go-note.c
    branches/cilkplus/libgo/runtime/go-panic.c
    branches/cilkplus/libgo/runtime/go-semacquire.c
    branches/cilkplus/libgo/runtime/go-string-to-byte-array.c
    branches/cilkplus/libgo/runtime/go-string-to-int-array.c
    branches/cilkplus/libgo/runtime/go-strplus.c
    branches/cilkplus/libgo/runtime/go-strslice.c
    branches/cilkplus/libgo/runtime/goc2c.c
    branches/cilkplus/libgo/runtime/malloc.goc
    branches/cilkplus/libgo/runtime/malloc.h
    branches/cilkplus/libgo/runtime/map.goc
    branches/cilkplus/libgo/runtime/mcache.c
    branches/cilkplus/libgo/runtime/mcentral.c
    branches/cilkplus/libgo/runtime/mem.c
    branches/cilkplus/libgo/runtime/mem_posix_memalign.c
    branches/cilkplus/libgo/runtime/mfinal.c
    branches/cilkplus/libgo/runtime/mfixalloc.c
    branches/cilkplus/libgo/runtime/mgc0.c
    branches/cilkplus/libgo/runtime/mheap.c
    branches/cilkplus/libgo/runtime/mprof.goc
    branches/cilkplus/libgo/runtime/msize.c
    branches/cilkplus/libgo/runtime/proc.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libgo/runtime/sigqueue.goc
    branches/cilkplus/libgo/runtime/thread.c
    branches/cilkplus/libgo/testsuite/Makefile.in
    branches/cilkplus/libgo/testsuite/gotest
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/Makefile.in
    branches/cilkplus/libiberty/setproctitle.c
    branches/cilkplus/libiberty/simple-object-mach-o.c
    branches/cilkplus/libobjc/ChangeLog
    branches/cilkplus/libobjc/Makefile.in
    branches/cilkplus/libobjc/config.h.in
    branches/cilkplus/libobjc/configure
    branches/cilkplus/libobjc/configure.ac
    branches/cilkplus/libquadmath/ChangeLog
    branches/cilkplus/libquadmath/printf/gmp-impl.h


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