r275900 [1/2] - in /branches/gccgo: ./ .gitigno...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Sep 18 18:28:00 GMT 2019


Author: ian
Date: Wed Sep 18 18:28:45 2019
New Revision: 275900

URL: https://gcc.gnu.org/viewcvs?rev=275900&root=gcc&view=rev
Log:
Merge from trunk revision 275890.

Added:
    branches/gccgo/libstdc++-v3/include/std/span
      - copied unchanged from r275890, trunk/libstdc++-v3/include/std/span
    branches/gccgo/libstdc++-v3/testsuite/20_util/common_reference/
      - copied from r275890, trunk/libstdc++-v3/testsuite/20_util/common_reference/
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/89164.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/89164.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/89164.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/89164.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/89164.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/89164.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/89164.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/89164.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/to_chars/3.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/to_chars/3.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/to_chars/lwg3266.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/20_util/to_chars/lwg3266.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/span/
      - copied from r275890, trunk/libstdc++-v3/testsuite/23_containers/span/
    branches/gccgo/libstdc++-v3/testsuite/23_containers/vector/cons/89164.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/89164.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/vector/cons/89164_c++17.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/89164_c++17.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access_cpp20.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/24_iterators/range_access_cpp20.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/cpp_lib_constexpr.cc
      - copied unchanged from r275890, trunk/libstdc++-v3/testsuite/25_algorithms/cpp_lib_constexpr.cc
Removed:
    branches/gccgo/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/acinclude.m4
    branches/gccgo/libstdc++-v3/config.h.in
    branches/gccgo/libstdc++-v3/config/abi/post/aarch64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i386-solaris/amd64/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i386-solaris/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/sparc-solaris/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/sparc-solaris/sparcv9/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gccgo/libstdc++-v3/configure
    branches/gccgo/libstdc++-v3/configure.ac
    branches/gccgo/libstdc++-v3/configure.host
    branches/gccgo/libstdc++-v3/crossconfig.m4
    branches/gccgo/libstdc++-v3/doc/html/manual/abi.html
    branches/gccgo/libstdc++-v3/doc/html/manual/configure.html
    branches/gccgo/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/gccgo/libstdc++-v3/doc/html/manual/memory.html
    branches/gccgo/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/gccgo/libstdc++-v3/doc/html/manual/source_code_style.html
    branches/gccgo/libstdc++-v3/doc/html/manual/status.html
    branches/gccgo/libstdc++-v3/doc/xml/manual/abi.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/allocator.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
    branches/gccgo/libstdc++-v3/include/Makefile.am
    branches/gccgo/libstdc++-v3/include/Makefile.in
    branches/gccgo/libstdc++-v3/include/bits/algorithmfwd.h
    branches/gccgo/libstdc++-v3/include/bits/charconv.h
    branches/gccgo/libstdc++-v3/include/bits/range_access.h
    branches/gccgo/libstdc++-v3/include/bits/stl_algo.h
    branches/gccgo/libstdc++-v3/include/bits/stl_algobase.h
    branches/gccgo/libstdc++-v3/include/bits/stl_iterator.h
    branches/gccgo/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/gccgo/libstdc++-v3/include/std/charconv
    branches/gccgo/libstdc++-v3/include/std/condition_variable
    branches/gccgo/libstdc++-v3/include/std/string_view
    branches/gccgo/libstdc++-v3/include/std/type_traits
    branches/gccgo/libstdc++-v3/include/std/utility
    branches/gccgo/libstdc++-v3/include/std/version
    branches/gccgo/libstdc++-v3/include/tr1/ell_integral.tcc
    branches/gccgo/libstdc++-v3/libsupc++/eh_personality.cc
    branches/gccgo/libstdc++-v3/python/libstdcxx/v6/xmethods.py
    branches/gccgo/libstdc++-v3/src/c++17/memory_resource.cc
    branches/gccgo/libstdc++-v3/src/filesystem/ops-common.h
    branches/gccgo/libstdc++-v3/testsuite/20_util/exchange/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/adjacent_find/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/all_of/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/any_of/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/binary_search/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/constexpr_macro.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy_backward/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy_n/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/count/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/count_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/equal/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/equal_range/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/fill/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/fill_n/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/find/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/find_end/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/find_first_of/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/find_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/find_if_not/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/for_each/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/for_each/for_each_n.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/generate/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/generate_n/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_heap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_heap_until/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_partitioned/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_permutation/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_sorted/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/iter_swap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/lower_bound/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/make_heap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/merge/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/mismatch/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/next_permutation/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/none_of/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/nth_element/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/partial_sort/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/partition/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/partition_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/partition_point/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/pop_heap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/prev_permutation/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/push_heap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/remove/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/remove_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/remove_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/replace_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/replace_if/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/reverse/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/reverse_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/rotate/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/rotate_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/search/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/search_n/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/set_difference/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/set_intersection/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/set_union/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/sort/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/sort_heap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/swap/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/swap_ranges/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/transform/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/unique/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/unique_copy/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/upper_bound/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/iterators/91067.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/3_function_objects/result_of.cc
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_abi.cc
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_performance.h

Changes in other areas also in this revision:
Added:
    branches/gccgo/gcc/array-traits.h
      - copied unchanged from r275890, trunk/gcc/array-traits.h
    branches/gccgo/gcc/common/config/bpf/
      - copied from r275890, trunk/gcc/common/config/bpf/
    branches/gccgo/gcc/config/arm/uclinuxfdpiceabi.h
      - copied unchanged from r275890, trunk/gcc/config/arm/uclinuxfdpiceabi.h
    branches/gccgo/gcc/config/bpf/
      - copied from r275890, trunk/gcc/config/bpf/
    branches/gccgo/gcc/testsuite/c-c++-common/Warray-bounds-7.c
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/Warray-bounds-7.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wstringop-overflow-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/Wstringop-overflow-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/line-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/cpp/line-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/pr91639-one.h
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/cpp/pr91639-one.h
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/pr91639-two.h
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/cpp/pr91639-two.h
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/pr91639.c
      - copied unchanged from r275890, trunk/gcc/testsuite/c-c++-common/cpp/pr91639.c
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attributes-namespace1.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/attributes-namespace1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attributes-namespace2.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/attributes-namespace2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attributes-namespace3.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/attributes-namespace3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attributes-namespace4.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/attributes-namespace4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attributes-namespace5.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/attributes-namespace5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-redeclaration2.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-redeclaration2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-70.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-70.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr91545.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp0x/pr91545.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/auto-fn57.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn57.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-incr2.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-incr2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/nontype1.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1y/nontype1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/var-templ63.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ63.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-if30.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if30.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-if31.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if31.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-if32.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if32.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/using7.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1z/using7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/using8.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp1z/using8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit1.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit10.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit11.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit12.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit13.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit2.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit3.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit4.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit5.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit6.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit7.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit8.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit9.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/constinit9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated9.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/volatile1.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/volatile1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/volatile2.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/volatile2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/volatile3.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/volatile3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/volatile4.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/cpp2a/volatile4.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield13.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/expr/bitfield13.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield14.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/expr/bitfield14.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/int128-6.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/ext/int128-6.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/is_class_error3.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/ext/is_class_error3.C
    branches/gccgo/gcc/testsuite/g++.dg/inherit/virtual14.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/inherit/virtual14.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/using61.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/lookup/using61.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr91572_0.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/lto/pr91572_0.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr91351.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/opt/pr91351.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/operator8.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/parse/operator8.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr91155.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/torture/pr91155.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr91680.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/torture/pr91680.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Warray-bounds-8.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds-8.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/sequence-pt-4.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.dg/warn/sequence-pt-4.C
    branches/gccgo/gcc/testsuite/g++.target/i386/pr91605.C
      - copied unchanged from r275890, trunk/gcc/testsuite/g++.target/i386/pr91605.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20190827-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/compile/20190827-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr91001.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/compile/pr91001.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr91725.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/compile/pr91725.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20190901-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/execute/20190901-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr91597.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/execute/pr91597.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr91632.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/execute/pr91632.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr91635.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.c-torture/execute/pr91635.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-44.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/Warray-bounds-44.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wenum-conversion.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/Wenum-conversion.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-15.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-16.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-16.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr91089.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/ipa/pr91089.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-10.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-11.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-12.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-5.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-6.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-7.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-8.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr88784-9.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr88784-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr89435.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr89435.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr89795.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr89795.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91720.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/pr91720.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-68.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/strlenopt-68.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-78.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/strlenopt-78.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-round-roundeven.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/torture/builtin-round-roundeven.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-round-roundevenf128.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/torture/builtin-round-roundevenf128.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/torture/pr91656-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/torture/pr91656-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/torture/pr91656-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-6.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-7.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-8.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-9.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-5.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-21.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-22.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-22.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/dump-4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/dump-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr91504.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr91504.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr91579.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr91579.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr91680.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr91680.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/slsr-42.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-42.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-81.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-81.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr91665.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/pr91665.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr91750.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/pr91750.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-fma-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/vect-fma-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-mulhrs-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/vect-mulhrs-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-mulhrs-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/vect-mulhrs-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-mulhrs-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/vect-mulhrs-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-mulhrs-4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/vect/vect-mulhrs-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/wrapped-binop-simplify.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.dg/wrapped-binop-simplify.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vld1x4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vld1x4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vst1x4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vst1x4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_5.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/sel_6.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve/sel_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve2/mulhrs_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/aarch64/sve2/mulhrs_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr91603.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/arm/pr91603.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr91684.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/arm/pr91684.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/unaligned-argument-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/arm/unaligned-argument-3.c
    branches/gccgo/gcc/testsuite/gcc.target/bpf/
      - copied from r275890, trunk/gcc/testsuite/gcc.target/bpf/
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr87853.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr87853.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr89386-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr89386-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr89386.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr89386.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91528.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr91528.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91604.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr91604.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91623.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr91623.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91704.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/pr91704.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse4_1-round-roundeven-1.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/sse4_1-round-roundeven-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse4_1-round-roundeven-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/i386/sse4_1-round-roundeven-2.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/get-fcsr-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/mips/get-fcsr-3.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/data-attributes-2.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/msp430/data-attributes-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/darn-3.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/powerpc/darn-3.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/li.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/riscv/li.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/shift-shift-4.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/riscv/shift-shift-4.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/shift-shift-5.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/riscv/shift-shift-5.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/sigfpe-eh.c
      - copied unchanged from r275890, trunk/gcc/testsuite/gcc.target/s390/sigfpe-eh.c
    branches/gccgo/gcc/testsuite/gfortran.dg/allocated_3.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/allocated_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/argument_checking_20.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/argument_checking_20.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/argument_checking_21.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/argument_checking_21.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/argument_checking_22.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/argument_checking_22.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/argument_checking_23.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/argument_checking_23.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/associate_49.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/associate_49.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/char_array_constructor_4.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/char_array_constructor_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dependency_55.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/dependency_55.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/do_subscript_6.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/do_subscript_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr39937.f
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr39937.f
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91496.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91496.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91552.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91552.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91553.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91553.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91564.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91564.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91565.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91565.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91566.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91566.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91568.f
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91568.f
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91577.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91577.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91587.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91587.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91589.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91589.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91642.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91642.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91650_1.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91650_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91650_2.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91650_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91660_1.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91660_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91660_2.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91660_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91716.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91716.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91727.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/pr91727.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/select_rank_1.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/select_rank_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/select_rank_2.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/select_rank_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
      - copied unchanged from r275890, trunk/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
    branches/gccgo/gcc/testsuite/gnat.dg/access8.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/access8.adb
    branches/gccgo/gcc/testsuite/gnat.dg/access8_pkg.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/access8_pkg.adb
    branches/gccgo/gcc/testsuite/gnat.dg/access8_pkg.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/access8_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/aggr28.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/aggr28.adb
    branches/gccgo/gcc/testsuite/gnat.dg/ai12_0086_example.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/ai12_0086_example.adb
    branches/gccgo/gcc/testsuite/gnat.dg/containers1.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/containers1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/containers1.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/containers1.ads
    branches/gccgo/gcc/testsuite/gnat.dg/discr58.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/discr58.adb
    branches/gccgo/gcc/testsuite/gnat.dg/expect3.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/expect3.adb
    branches/gccgo/gcc/testsuite/gnat.dg/expect4.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/expect4.adb
    branches/gccgo/gcc/testsuite/gnat.dg/fixedpnt7.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/fixedpnt7.adb
    branches/gccgo/gcc/testsuite/gnat.dg/fixedpnt8.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/fixedpnt8.adb
    branches/gccgo/gcc/testsuite/gnat.dg/float_value2.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/float_value2.adb
    branches/gccgo/gcc/testsuite/gnat.dg/ghost7.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/ghost7.adb
    branches/gccgo/gcc/testsuite/gnat.dg/ghost7.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/ghost7.ads
    branches/gccgo/gcc/testsuite/gnat.dg/limited4.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/limited4.adb
    branches/gccgo/gcc/testsuite/gnat.dg/multfixed.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/multfixed.adb
    branches/gccgo/gcc/testsuite/gnat.dg/pack24.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/pack24.adb
    branches/gccgo/gcc/testsuite/gnat.dg/pack25.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/pack25.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate13.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/predicate13.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate13.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/predicate13.ads
    branches/gccgo/gcc/testsuite/gnat.dg/system_info1.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/system_info1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/warn30.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/warn30.adb
    branches/gccgo/gcc/testsuite/gnat.dg/warn30.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/warn30.ads
    branches/gccgo/gcc/testsuite/gnat.dg/warn31.adb
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/warn31.adb
    branches/gccgo/gcc/testsuite/gnat.dg/warn31.ads
      - copied unchanged from r275890, trunk/gcc/testsuite/gnat.dg/warn31.ads
    branches/gccgo/libgcc/config/bpf/
      - copied from r275890, trunk/libgcc/config/bpf/
    branches/gccgo/libgo/go/cmd/go/init_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/init_test.go
    branches/gccgo/libgo/go/cmd/go/internal/auth/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/auth/
    branches/gccgo/libgo/go/cmd/go/internal/imports/testdata/android/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/imports/testdata/android/
    branches/gccgo/libgo/go/cmd/go/internal/imports/testdata/illumos/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/imports/testdata/illumos/
    branches/gccgo/libgo/go/cmd/go/internal/imports/testdata/star/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/imports/testdata/star/
    branches/gccgo/libgo/go/cmd/go/internal/load/pkg_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/load/pkg_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/bootstrap.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/modfetch/bootstrap.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/key.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/modfetch/key.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/sumdb.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/modfetch/sumdb.go
    branches/gccgo/libgo/go/cmd/go/internal/note/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/note/
    branches/gccgo/libgo/go/cmd/go/internal/renameio/renameio_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/renameio/renameio_test.go
    branches/gccgo/libgo/go/cmd/go/internal/renameio/umask_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/renameio/umask_test.go
    branches/gccgo/libgo/go/cmd/go/internal/robustio/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/robustio/
    branches/gccgo/libgo/go/cmd/go/internal/sumweb/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/sumweb/
    branches/gccgo/libgo/go/cmd/go/internal/tlog/
      - copied from r275890, trunk/libgo/go/cmd/go/internal/tlog/
    branches/gccgo/libgo/go/cmd/go/internal/version/exe.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/version/exe.go
    branches/gccgo/libgo/go/cmd/go/internal/web/api.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/api.go
    branches/gccgo/libgo/go/cmd/go/internal/web/file_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/file_test.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url_other.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url_other.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url_other_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url_other_test.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url_test.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url_windows.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url_windows.go
    branches/gccgo/libgo/go/cmd/go/internal/web/url_windows_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/internal/web/url_windows_test.go
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_a_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_a_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_a_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_a_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_b_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_b_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_b_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_b_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_c_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_c_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_badchain_c_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_badchain_c_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_downgrade_v2.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_downgrade_v2.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_downgrade_v2_v2.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_downgrade_v2_v2.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_invalidpath_v1_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_invalidpath_v1_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_missingpkg_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_missingpkg_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_missingpkg_v1.0.1-beta.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_missingpkg_v1.0.1-beta.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_nest_sub_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_nest_sub_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_nest_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_nest_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_newcycle_a_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_newcycle_a_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_newcycle_a_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_newcycle_a_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_newcycle_b_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_newcycle_b_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_noroot_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_noroot_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_noroot_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_noroot_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_notags_v0.0.0-20190507143103-cc8cbe209b64.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_notags_v0.0.0-20190507143103-cc8cbe209b64.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_printversion_v0.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_printversion_v0.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_printversion_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_printversion_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.0.0-20190430073000-30950c05d534.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.0.0-20190430073000-30950c05d534.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.1-0.20190429073117-b5426c86b553.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.1-0.20190429073117-b5426c86b553.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_tools_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_tools_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_usemissingpre_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_usemissingpre_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_version_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_version_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_version_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_version_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/example.com_version_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/example.com_version_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.0.0-20190619020302-197a620e0c9a.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.0.0-20190619020302-197a620e0c9a.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.0.20190619023908-3da23a9deb9e.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.0.20190619023908-3da23a9deb9e.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_depofdirectpatch_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_depofdirectpatch_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_depofdirectpatch_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_depofdirectpatch_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_direct_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.1.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/patch.example.com_indirect_v1.1.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt
    branches/gccgo/libgo/go/cmd/go/testdata/mod/rsc.io_badzip_v1.0.0.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/mod/rsc.io_badzip_v1.0.0.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/bug.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/bug.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_acl_windows.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_acl_windows.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_cache_gomips.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_cache_gomips.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_cache_trimpath.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_cache_trimpath.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_multi_main.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_multi_main.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_nocache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_nocache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_relative_pkgdir.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_relative_pkgdir.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_relative_tmpdir.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_relative_tmpdir.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_runtime_gcflags.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_runtime_gcflags.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_trimpath.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/build_trimpath.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cache_unix.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/cache_unix.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cgo_syso_issue29253.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/cgo_syso_issue29253.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/clean_testcache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/clean_testcache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cmd_import_error.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/cmd_import_error.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/env_write.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/env_write.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/gcflags_patterns.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/gcflags_patterns.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_404_meta.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_404_meta.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_brace.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_brace.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_dotfiles.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_dotfiles.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_insecure_redirect.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_insecure_redirect.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_tilde.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_tilde.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_unicode.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/get_unicode.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/gopath_std_vendor.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/gopath_std_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/install_cmd_gobin.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/install_cmd_gobin.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_importmap.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/list_importmap.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_test_err.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/list_test_err.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_test_non_go_files.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/list_test_non_go_files.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_alt_goroot.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_alt_goroot.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_auth.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_auth.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_build_versioned.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_build_versioned.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_clean_cache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_clean_cache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_concurrent.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_concurrent.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_dir.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_dir.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_dot.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_dot.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_download_hash.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_download_hash.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_download_latest.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_download_latest.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_edit_go.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_edit_go.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_cmd.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_cmd.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_fallback.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_fallback.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_hash.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_hash.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_latest_pseudo.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_latest_pseudo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_main.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_main.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_newcycle.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_newcycle.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_patterns.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_patterns.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_private_vcs.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_private_vcs.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_pseudo_other_branch.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_pseudo_other_branch.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_pseudo_prefix.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_pseudo_prefix.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_svn.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_svn.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_tags.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_tags.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_test.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_test.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_upgrade_pseudo.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_get_upgrade_pseudo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_git_export_subst.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_git_export_subst.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_gonoproxy.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_gonoproxy.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_help.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_help.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_import_v1suffix.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_import_v1suffix.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_indirect.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_indirect.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_indirect_main.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_indirect_main.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_indirect_tidy.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_indirect_tidy.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_init_empty.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_init_empty.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_init_glide.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_init_glide.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_init_path.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_init_path.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_invalid_version.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_invalid_version.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_compiled_concurrent.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_compiled_concurrent.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_direct.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_direct.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_pseudo.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_pseudo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_replace_dir.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_replace_dir.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_std.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_std.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_test.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_test.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_upgrade_pseudo.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_list_upgrade_pseudo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_load_badchain.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_load_badchain.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_load_badzip.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_load_badzip.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_missingpkg_prerelease.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_missingpkg_prerelease.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_modinfo.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_modinfo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_off.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_off.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_off_init.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_off_init.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_outside.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_outside.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_patterns_vendor.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_patterns_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_proxy_https.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_proxy_https.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_proxy_list.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_proxy_list.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_pseudo_cache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_pseudo_cache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_query_empty.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_query_empty.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_replace_import.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_replace_import.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_run_internal.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_run_internal.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_run_path.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_run_path.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_std_vendor.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_std_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_string_alias.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_string_alias.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sum_replaced.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sum_replaced.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sumdb.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sumdb.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sumdb_cache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sumdb_cache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sumdb_file_path.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sumdb_file_path.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sumdb_golang.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sumdb_golang.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_sumdb_proxy.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_sumdb_proxy.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_symlink.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_symlink.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_test_cached.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_test_cached.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_test_files.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_test_files.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_tidy_error.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_tidy_error.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_tidy_replace.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_tidy_replace.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_vcs_missing.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_vcs_missing.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_vendor_replace.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/mod_vendor_replace.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/prevent_sys_unix_import.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/prevent_sys_unix_import.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/run_set_executable_name.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/run_set_executable_name.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/run_wildcard.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/run_wildcard.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/script_wait.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/script_wait.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/std_vendor.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/std_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/sum_readonly.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/sum_readonly.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_devnull.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/test_devnull.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_generated_main.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/test_generated_main.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_go111module_cache.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/test_go111module_cache.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_status.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/test_status.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_timeout.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/test_timeout.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/version.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/version.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/vet_asm.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/vet_asm.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/vet_deps.txt
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/script/vet_deps.txt
    branches/gccgo/libgo/go/cmd/go/testdata/standalone_testmain_flag_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/go/testdata/standalone_testmain_flag_test.go
    branches/gccgo/libgo/go/cmd/go/testdata/testcover/pkg4/
      - copied from r275890, trunk/libgo/go/cmd/go/testdata/testcover/pkg4/
    branches/gccgo/libgo/go/cmd/gofmt/testdata/go2numbers.golden
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/go2numbers.golden
    branches/gccgo/libgo/go/cmd/gofmt/testdata/go2numbers.input
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/go2numbers.input
    branches/gccgo/libgo/go/cmd/gofmt/testdata/rewrite9.golden
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/rewrite9.golden
    branches/gccgo/libgo/go/cmd/gofmt/testdata/rewrite9.input
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/rewrite9.input
    branches/gccgo/libgo/go/cmd/gofmt/testdata/typealias.golden
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/typealias.golden
    branches/gccgo/libgo/go/cmd/gofmt/testdata/typealias.input
      - copied unchanged from r275890, trunk/libgo/go/cmd/gofmt/testdata/typealias.input
    branches/gccgo/libgo/go/cmd/internal/objabi/line_test.go
      - copied unchanged from r275890, trunk/libgo/go/cmd/internal/objabi/line_test.go
    branches/gccgo/libgo/go/cmd/vet/testdata/asm/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/asm/
    branches/gccgo/libgo/go/cmd/vet/testdata/assign/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/assign/
    branches/gccgo/libgo/go/cmd/vet/testdata/atomic/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/atomic/
    branches/gccgo/libgo/go/cmd/vet/testdata/bool/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/bool/
    branches/gccgo/libgo/go/cmd/vet/testdata/buildtag/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/buildtag/
    branches/gccgo/libgo/go/cmd/vet/testdata/cgo/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/cgo/
    branches/gccgo/libgo/go/cmd/vet/testdata/composite/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/composite/
    branches/gccgo/libgo/go/cmd/vet/testdata/copylock/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/copylock/
    branches/gccgo/libgo/go/cmd/vet/testdata/deadcode/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/deadcode/
    branches/gccgo/libgo/go/cmd/vet/testdata/httpresponse/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/httpresponse/
    branches/gccgo/libgo/go/cmd/vet/testdata/lostcancel/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/lostcancel/
    branches/gccgo/libgo/go/cmd/vet/testdata/method/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/method/
    branches/gccgo/libgo/go/cmd/vet/testdata/nilfunc/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/nilfunc/
    branches/gccgo/libgo/go/cmd/vet/testdata/print/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/print/
    branches/gccgo/libgo/go/cmd/vet/testdata/rangeloop/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/rangeloop/
    branches/gccgo/libgo/go/cmd/vet/testdata/shift/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/shift/
    branches/gccgo/libgo/go/cmd/vet/testdata/structtag/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/structtag/
    branches/gccgo/libgo/go/cmd/vet/testdata/tagtest/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/tagtest/
    branches/gccgo/libgo/go/cmd/vet/testdata/testingpkg/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/testingpkg/
    branches/gccgo/libgo/go/cmd/vet/testdata/unmarshal/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/unmarshal/
    branches/gccgo/libgo/go/cmd/vet/testdata/unsafeptr/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/unsafeptr/
    branches/gccgo/libgo/go/cmd/vet/testdata/unused/
      - copied from r275890, trunk/libgo/go/cmd/vet/testdata/unused/
    branches/gccgo/libgo/go/crypto/ecdsa/ecdsa_noasm.go
      - copied unchanged from r275890, trunk/libgo/go/crypto/ecdsa/ecdsa_noasm.go
    branches/gccgo/libgo/go/crypto/ecdsa/ecdsa_s390x.go
      - copied unchanged from r275890, trunk/libgo/go/crypto/ecdsa/ecdsa_s390x.go
    branches/gccgo/libgo/go/crypto/ecdsa/ecdsa_s390x_test.go
      - copied unchanged from r275890, trunk/libgo/go/crypto/ecdsa/ecdsa_s390x_test.go
    branches/gccgo/libgo/go/crypto/ed25519/
      - copied from r275890, trunk/libgo/go/crypto/ed25519/
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv10-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv11-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv11-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndEd25519Given
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndEd25519Given
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-Ed25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndEd25519Given
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndEd25519Given
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-Ed25519
      - copied unchanged from r275890, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-Ed25519
    branches/gccgo/libgo/go/debug/dwarf/testdata/cppunsuptypes.cc
      - copied unchanged from r275890, trunk/libgo/go/debug/dwarf/testdata/cppunsuptypes.cc
    branches/gccgo/libgo/go/debug/dwarf/testdata/cppunsuptypes.elf
      - copied unchanged from r275890, trunk/libgo/go/debug/dwarf/testdata/cppunsuptypes.elf
    branches/gccgo/libgo/go/encoding/csv/fuzz.go
      - copied unchanged from r275890, trunk/libgo/go/encoding/csv/fuzz.go
    branches/gccgo/libgo/go/encoding/json/fuzz.go
      - copied unchanged from r275890, trunk/libgo/go/encoding/json/fuzz.go
    branches/gccgo/libgo/go/errors/wrap.go
      - copied unchanged from r275890, trunk/libgo/go/errors/wrap.go
    branches/gccgo/libgo/go/errors/wrap_test.go
      - copied unchanged from r275890, trunk/libgo/go/errors/wrap_test.go
    branches/gccgo/libgo/go/fmt/errors.go
      - copied unchanged from r275890, trunk/libgo/go/fmt/errors.go
    branches/gccgo/libgo/go/fmt/errors_test.go
      - copied unchanged from r275890, trunk/libgo/go/fmt/errors_test.go
    branches/gccgo/libgo/go/go/doc/testdata/issue10858.0.golden
      - copied unchanged from r275890, trunk/libgo/go/go/doc/testdata/issue10858.0.golden
    branches/gccgo/libgo/go/go/doc/testdata/issue10858.1.golden
      - copied unchanged from r275890, trunk/libgo/go/go/doc/testdata/issue10858.1.golden
    branches/gccgo/libgo/go/go/doc/testdata/issue10858.2.golden
      - copied unchanged from r275890, trunk/libgo/go/go/doc/testdata/issue10858.2.golden
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue30628.go
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue30628.go
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue30628.gox
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue30628.gox
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue31540.go
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue31540.go
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue31540.gox
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue31540.gox
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue34182.go
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue34182.go
    branches/gccgo/libgo/go/go/internal/gccgoimporter/testdata/issue34182.gox
      - copied unchanged from r275890, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue34182.gox
    branches/gccgo/libgo/go/go/token/token_test.go
      - copied unchanged from r275890, trunk/libgo/go/go/token/token_test.go
    branches/gccgo/libgo/go/go/types/gccgosizes.go
      - copied unchanged from r275890, trunk/libgo/go/go/types/gccgosizes.go
    branches/gccgo/libgo/go/golang.org/x/crypto/
      - copied from r275890, trunk/libgo/go/golang.org/x/crypto/
    branches/gccgo/libgo/go/golang.org/x/net/
      - copied from r275890, trunk/libgo/go/golang.org/x/net/
    branches/gccgo/libgo/go/golang.org/x/sys/
      - copied from r275890, trunk/libgo/go/golang.org/x/sys/
    branches/gccgo/libgo/go/golang.org/x/text/
      - copied from r275890, trunk/libgo/go/golang.org/x/text/
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/errorsas/
      - copied from r275890, trunk/libgo/go/golang.org/x/tools/go/analysis/passes/errorsas/
    branches/gccgo/libgo/go/html/fuzz.go
      - copied unchanged from r275890, trunk/libgo/go/html/fuzz.go
    branches/gccgo/libgo/go/image/png/fuzz.go
      - copied unchanged from r275890, trunk/libgo/go/image/png/fuzz.go
    branches/gccgo/libgo/go/image/png/testdata/invalid-palette.png
      - copied unchanged from r275890, trunk/libgo/go/image/png/testdata/invalid-palette.png
    branches/gccgo/libgo/go/index/suffixarray/gen.go
      - copied unchanged from r275890, trunk/libgo/go/index/suffixarray/gen.go
    branches/gccgo/libgo/go/index/suffixarray/sais.go
      - copied unchanged from r275890, trunk/libgo/go/index/suffixarray/sais.go
    branches/gccgo/libgo/go/index/suffixarray/sais2.go
      - copied unchanged from r275890, trunk/libgo/go/index/suffixarray/sais2.go
    branches/gccgo/libgo/go/internal/bytealg/equal_generic.go
      - copied unchanged from r275890, trunk/libgo/go/internal/bytealg/equal_generic.go
    branches/gccgo/libgo/go/internal/cfg/
      - copied from r275890, trunk/libgo/go/internal/cfg/
    branches/gccgo/libgo/go/internal/goversion/
      - copied from r275890, trunk/libgo/go/internal/goversion/
    branches/gccgo/libgo/go/internal/lazyregexp/
      - copied from r275890, trunk/libgo/go/internal/lazyregexp/
    branches/gccgo/libgo/go/internal/lazytemplate/
      - copied from r275890, trunk/libgo/go/internal/lazytemplate/
    branches/gccgo/libgo/go/internal/oserror/
      - copied from r275890, trunk/libgo/go/internal/oserror/
    branches/gccgo/libgo/go/internal/poll/errno_unix.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/errno_unix.go
    branches/gccgo/libgo/go/internal/poll/errno_windows.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/errno_windows.go
    branches/gccgo/libgo/go/internal/poll/error_linux_test.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/error_linux_test.go
    branches/gccgo/libgo/go/internal/poll/error_stub_test.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/error_stub_test.go
    branches/gccgo/libgo/go/internal/poll/error_test.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/error_test.go
    branches/gccgo/libgo/go/internal/poll/fd_opendir_darwin.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/fd_opendir_darwin.go
    branches/gccgo/libgo/go/internal/poll/read_test.go
      - copied unchanged from r275890, trunk/libgo/go/internal/poll/read_test.go
    branches/gccgo/libgo/go/internal/reflectlite/
      - copied from r275890, trunk/libgo/go/internal/reflectlite/
    branches/gccgo/libgo/go/math/bits/bits_errors.go
      - copied unchanged from r275890, trunk/libgo/go/math/bits/bits_errors.go
    branches/gccgo/libgo/go/math/bits/bits_errors_bootstrap.go
      - copied unchanged from r275890, trunk/libgo/go/math/bits/bits_errors_bootstrap.go
    branches/gccgo/libgo/go/net/http/clone.go
      - copied unchanged from r275890, trunk/libgo/go/net/http/clone.go
    branches/gccgo/libgo/go/net/testdata/freebsd-usevc-resolv.conf
      - copied unchanged from r275890, trunk/libgo/go/net/testdata/freebsd-usevc-resolv.conf
    branches/gccgo/libgo/go/net/testdata/linux-use-vc-resolv.conf
      - copied unchanged from r275890, trunk/libgo/go/net/testdata/linux-use-vc-resolv.conf
    branches/gccgo/libgo/go/net/testdata/openbsd-tcp-resolv.conf
      - copied unchanged from r275890, trunk/libgo/go/net/testdata/openbsd-tcp-resolv.conf
    branches/gccgo/libgo/go/net/testdata/single-request-reopen-resolv.conf
      - copied unchanged from r275890, trunk/libgo/go/net/testdata/single-request-reopen-resolv.conf
    branches/gccgo/libgo/go/net/testdata/single-request-resolv.conf
      - copied unchanged from r275890, trunk/libgo/go/net/testdata/single-request-resolv.conf
    branches/gccgo/libgo/go/os/env_default.go
      - copied unchanged from r275890, trunk/libgo/go/os/env_default.go
    branches/gccgo/libgo/go/os/env_windows.go
      - copied unchanged from r275890, trunk/libgo/go/os/env_windows.go
    branches/gccgo/libgo/go/os/error_errno.go
      - copied unchanged from r275890, trunk/libgo/go/os/error_errno.go
    branches/gccgo/libgo/go/os/error_plan9.go
      - copied unchanged from r275890, trunk/libgo/go/os/error_plan9.go
    branches/gccgo/libgo/go/os/exec/bench_test.go
      - copied unchanged from r275890, trunk/libgo/go/os/exec/bench_test.go
    branches/gccgo/libgo/go/os/export_unix_test.go
      - copied unchanged from r275890, trunk/libgo/go/os/export_unix_test.go
    branches/gccgo/libgo/go/runtime/debuglog.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/debuglog.go
    branches/gccgo/libgo/go/runtime/debuglog_off.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/debuglog_off.go
    branches/gccgo/libgo/go/runtime/debuglog_on.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/debuglog_on.go
    branches/gccgo/libgo/go/runtime/debuglog_test.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/debuglog_test.go
    branches/gccgo/libgo/go/runtime/export_debuglog_test.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/export_debuglog_test.go
    branches/gccgo/libgo/go/runtime/mgcscavenge.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/mgcscavenge.go
    branches/gccgo/libgo/go/runtime/os_netbsd_arm64.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/os_netbsd_arm64.go
    branches/gccgo/libgo/go/runtime/os_openbsd_arm64.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/os_openbsd_arm64.go
    branches/gccgo/libgo/go/runtime/panic32.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/panic32.go
    branches/gccgo/libgo/go/runtime/sigqueue_note.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/sigqueue_note.go
    branches/gccgo/libgo/go/runtime/testdata/testprog/sleep.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/testdata/testprog/sleep.go
    branches/gccgo/libgo/go/runtime/treap_test.go
      - copied unchanged from r275890, trunk/libgo/go/runtime/treap_test.go
    branches/gccgo/libgo/go/sort/slice_go113.go
      - copied unchanged from r275890, trunk/libgo/go/sort/slice_go113.go
    branches/gccgo/libgo/go/sort/slice_go14.go
      - copied unchanged from r275890, trunk/libgo/go/sort/slice_go14.go
    branches/gccgo/libgo/go/sort/slice_go18.go
      - copied unchanged from r275890, trunk/libgo/go/sort/slice_go18.go
    branches/gccgo/libgo/go/sync/poolqueue.go
      - copied unchanged from r275890, trunk/libgo/go/sync/poolqueue.go
    branches/gccgo/libgo/go/syscall/getdirentries_test.go
      - copied unchanged from r275890, trunk/libgo/go/syscall/getdirentries_test.go
    branches/gccgo/libgo/go/syscall/syscall_netbsd_arm64.go
      - copied unchanged from r275890, trunk/libgo/go/syscall/syscall_netbsd_arm64.go
    branches/gccgo/libgo/go/syscall/syscall_openbsd_arm64.go
      - copied unchanged from r275890, trunk/libgo/go/syscall/syscall_openbsd_arm64.go
    branches/gccgo/libgo/go/syscall/syscall_ptrace_test.go
      - copied unchanged from r275890, trunk/libgo/go/syscall/syscall_ptrace_test.go
    branches/gccgo/libgo/go/testing/run_example.go
      - copied unchanged from r275890, trunk/libgo/go/testing/run_example.go
    branches/gccgo/libgo/go/testing/run_example_js.go
      - copied unchanged from r275890, trunk/libgo/go/testing/run_example_js.go
    branches/gccgo/libgo/misc/cgo/errors/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/errors/testdata/
    branches/gccgo/libgo/misc/cgo/life/life_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/life/life_test.go
    branches/gccgo/libgo/misc/cgo/life/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/life/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/life/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/life/testdata/
    branches/gccgo/libgo/misc/cgo/stdio/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/stdio/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/stdio/stdio_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/stdio/stdio_test.go
    branches/gccgo/libgo/misc/cgo/stdio/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/stdio/testdata/
    branches/gccgo/libgo/misc/cgo/test/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/test/pkg_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/pkg_test.go
    branches/gccgo/libgo/misc/cgo/test/test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/test.go
    branches/gccgo/libgo/misc/cgo/test/test_unix.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/test_unix.go
    branches/gccgo/libgo/misc/cgo/test/test_windows.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/test_windows.go
    branches/gccgo/libgo/misc/cgo/test/testdata/cgo_linux_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/cgo_linux_test.go
    branches/gccgo/libgo/misc/cgo/test/testdata/cgo_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/cgo_test.go
    branches/gccgo/libgo/misc/cgo/test/testdata/gcc68255/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/gcc68255/
    branches/gccgo/libgo/misc/cgo/test/testdata/gcc68255.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/gcc68255.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue20266/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue20266/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue20266.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue20266.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue23555.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue23555.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue23555a/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue23555a/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue23555b/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue23555b/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161_darwin_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161_darwin_test.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161arg/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161arg/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161e0/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161e0/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161e1/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161e1/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161e2/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161e2/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue24161res/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue24161res/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue26213/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue26213/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue26430/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue26430/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue26430.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue26430.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue26743/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue26743/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue26743.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue26743.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue27054/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue27054/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue27340/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue27340/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue27340.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue27340.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue29563/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue29563/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue29563.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue29563.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue8756/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue8756/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue8756.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue8756.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue8828/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue8828/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue8828.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue8828.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9026/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue9026/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9026.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue9026.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9400/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue9400/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9400_linux.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue9400_linux.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9510.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/issue9510.go
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9510a/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue9510a/
    branches/gccgo/libgo/misc/cgo/test/testdata/issue9510b/
      - copied from r275890, trunk/libgo/misc/cgo/test/testdata/issue9510b/
    branches/gccgo/libgo/misc/cgo/test/testdata/test26213.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testdata/test26213.go
    branches/gccgo/libgo/misc/cgo/test/testx.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/test/testx.go
    branches/gccgo/libgo/misc/cgo/testcarchive/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testcarchive/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testcarchive/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testcarchive/testdata/
    branches/gccgo/libgo/misc/cgo/testcshared/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testcshared/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testcshared/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testcshared/testdata/
    branches/gccgo/libgo/misc/cgo/testgodefs/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testgodefs/testdata/
    branches/gccgo/libgo/misc/cgo/testplugin/altpath/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testplugin/altpath/testdata/
    branches/gccgo/libgo/misc/cgo/testplugin/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testplugin/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testplugin/plugin_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testplugin/plugin_test.go
    branches/gccgo/libgo/misc/cgo/testplugin/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testplugin/testdata/
    branches/gccgo/libgo/misc/cgo/testsanitizers/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testsanitizers/testdata/
    branches/gccgo/libgo/misc/cgo/testshared/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testshared/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testshared/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testshared/testdata/
    branches/gccgo/libgo/misc/cgo/testso/noso_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testso/noso_test.go
    branches/gccgo/libgo/misc/cgo/testso/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testso/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testso/so_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testso/so_test.go
    branches/gccgo/libgo/misc/cgo/testso/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testso/testdata/
    branches/gccgo/libgo/misc/cgo/testsovar/noso_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testsovar/noso_test.go
    branches/gccgo/libgo/misc/cgo/testsovar/overlaydir_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testsovar/overlaydir_test.go
    branches/gccgo/libgo/misc/cgo/testsovar/so_test.go
      - copied unchanged from r275890, trunk/libgo/misc/cgo/testsovar/so_test.go
    branches/gccgo/libgo/misc/cgo/testsovar/testdata/
      - copied from r275890, trunk/libgo/misc/cgo/testsovar/testdata/
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-21.c
      - copied unchanged from r275890, trunk/libgomp/testsuite/libgomp.c/scan-21.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-22.c
      - copied unchanged from r275890, trunk/libgomp/testsuite/libgomp.c/scan-22.c
Removed:
    branches/gccgo/gcc/bt-load.c
    branches/gccgo/gcc/common/config/spu/
    branches/gccgo/gcc/config/spu/
    branches/gccgo/gcc/cp/repo.c
    branches/gccgo/gcc/testsuite/g++.dg/parse/repo1.C
    branches/gccgo/gcc/testsuite/g++.dg/rtti/repo1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo10.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo11.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo2.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo3.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo4.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo5.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo6.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo7.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo8.C
    branches/gccgo/gcc/testsuite/g++.dg/template/repo9.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/repo1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/repo2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/repo3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/repo4.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/20010114-2.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/20030331-1.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/compare-fp-1.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4f.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8f.x
    branches/gccgo/gcc/testsuite/gcc.dg/vect/costmodel/spu/
    branches/gccgo/gcc/testsuite/gcc.target/arm/neon-extend-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/neon-extend-2.c
    branches/gccgo/gcc/testsuite/gcc.target/spu/
    branches/gccgo/gcc/testsuite/gfortran.dg/warn_argument_mismatch_1.f90
    branches/gccgo/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
    branches/gccgo/gcc/testsuite/gfortran.fortran-torture/execute/getarg_1.x
    branches/gccgo/gcc/tlink.c
    branches/gccgo/libgcc/config/spu/
    branches/gccgo/libgo/go/cmd/go/internal/imports/testdata/import1/
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/noweb.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/web.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/init_test.go
    branches/gccgo/libgo/go/cmd/go/internal/web/security.go
    branches/gccgo/libgo/go/cmd/go/internal/web2/
    branches/gccgo/libgo/go/cmd/go/internal/webtest/
    branches/gccgo/libgo/go/cmd/go/testdata/script/binary_only.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_warning.txt
    branches/gccgo/libgo/go/cmd/vet/all/main.go
    branches/gccgo/libgo/go/cmd/vet/testdata/src/asm/asm.go
    branches/gccgo/libgo/go/cmd/vet/testdata/src/assign/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/atomic/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/bool/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/buildtag/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/cgo/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/composite/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/copylock/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/deadcode/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/httpresponse/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/lostcancel/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/method/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/nilfunc/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/print/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/rangeloop/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/shift/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/structtag/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/tagtest/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/testingpkg/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/unmarshal/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/unsafeptr/
    branches/gccgo/libgo/go/cmd/vet/testdata/src/unused/
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-PSS-Disabled
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-PSS-Disabled-512
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-PSS-Disabled
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven-PSS-Disabled
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven-PSS-Disabled-Required
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-PSS-Disabled
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-PSS-Disabled-Required
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven-PSS-Disabled
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-RSA-PSS-Disabled
    branches/gccgo/libgo/go/go/doc/lazyre.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/internal/analysisflags/patch.go
    branches/gccgo/libgo/go/index/suffixarray/qsufsort.go
    branches/gccgo/libgo/go/internal/poll/fd_opendir_ios.go
    branches/gccgo/libgo/go/internal/x/
    branches/gccgo/libgo/go/os/dir_ios.go
    branches/gccgo/libgo/go/os/error_unix.go
    branches/gccgo/libgo/go/os/error_windows.go
    branches/gccgo/libgo/go/runtime/sys_darwin.go
    branches/gccgo/libgo/go/runtime/sys_darwin_32.go
    branches/gccgo/libgo/go/runtime/sys_darwin_64.go
    branches/gccgo/libgo/go/runtime/unaligned1.go
    branches/gccgo/libgo/go/runtime/unaligned2.go
    branches/gccgo/libgo/go/syscall/js/typedarray.go
    branches/gccgo/libgo/misc/cgo/errors/src/
    branches/gccgo/libgo/misc/cgo/life/c-life.c
    branches/gccgo/libgo/misc/cgo/life/life.go
    branches/gccgo/libgo/misc/cgo/life/life.h
    branches/gccgo/libgo/misc/cgo/life/main.go
    branches/gccgo/libgo/misc/cgo/life/main.out
    branches/gccgo/libgo/misc/cgo/stdio/chain.go
    branches/gccgo/libgo/misc/cgo/stdio/chain.out
    branches/gccgo/libgo/misc/cgo/stdio/fib.go
    branches/gccgo/libgo/misc/cgo/stdio/fib.out
    branches/gccgo/libgo/misc/cgo/stdio/file.go
    branches/gccgo/libgo/misc/cgo/stdio/hello.go
    branches/gccgo/libgo/misc/cgo/stdio/hello.out
    branches/gccgo/libgo/misc/cgo/stdio/run.out
    branches/gccgo/libgo/misc/cgo/stdio/stdio.go
    branches/gccgo/libgo/misc/cgo/test/align.go
    branches/gccgo/libgo/misc/cgo/test/api.go
    branches/gccgo/libgo/misc/cgo/test/basic.go
    branches/gccgo/libgo/misc/cgo/test/cflags.go
    branches/gccgo/libgo/misc/cgo/test/checkconst.go
    branches/gccgo/libgo/misc/cgo/test/complex.go
    branches/gccgo/libgo/misc/cgo/test/cthread.go
    branches/gccgo/libgo/misc/cgo/test/duplicate_symbol.go
    branches/gccgo/libgo/misc/cgo/test/env.go
    branches/gccgo/libgo/misc/cgo/test/exports.go
    branches/gccgo/libgo/misc/cgo/test/fpvar.go
    branches/gccgo/libgo/misc/cgo/test/gcc68255/
    branches/gccgo/libgo/misc/cgo/test/gcc68255.go
    branches/gccgo/libgo/misc/cgo/test/helpers.go
    branches/gccgo/libgo/misc/cgo/test/issue10303.go
    branches/gccgo/libgo/misc/cgo/test/issue11925.go
    branches/gccgo/libgo/misc/cgo/test/issue12030.go
    branches/gccgo/libgo/misc/cgo/test/issue1222.go
    branches/gccgo/libgo/misc/cgo/test/issue1328.go
    branches/gccgo/libgo/misc/cgo/test/issue13402.go
    branches/gccgo/libgo/misc/cgo/test/issue13930.go
    branches/gccgo/libgo/misc/cgo/test/issue14838.go
    branches/gccgo/libgo/misc/cgo/test/issue1560.go
    branches/gccgo/libgo/misc/cgo/test/issue1635.go
    branches/gccgo/libgo/misc/cgo/test/issue17065.go
    branches/gccgo/libgo/misc/cgo/test/issue17537.go
    branches/gccgo/libgo/misc/cgo/test/issue18126.go
    branches/gccgo/libgo/misc/cgo/test/issue18720.go
    branches/gccgo/libgo/misc/cgo/test/issue20129.go
    branches/gccgo/libgo/misc/cgo/test/issue20266/
    branches/gccgo/libgo/misc/cgo/test/issue20266.go
    branches/gccgo/libgo/misc/cgo/test/issue20369.go
    branches/gccgo/libgo/misc/cgo/test/issue20910.go
    branches/gccgo/libgo/misc/cgo/test/issue21668.go
    branches/gccgo/libgo/misc/cgo/test/issue21708.go
    branches/gccgo/libgo/misc/cgo/test/issue21809.go
    branches/gccgo/libgo/misc/cgo/test/issue22958.go
    branches/gccgo/libgo/misc/cgo/test/issue23356.go
    branches/gccgo/libgo/misc/cgo/test/issue23555.go
    branches/gccgo/libgo/misc/cgo/test/issue23555a/
    branches/gccgo/libgo/misc/cgo/test/issue23555b/
    branches/gccgo/libgo/misc/cgo/test/issue23720.go
    branches/gccgo/libgo/misc/cgo/test/issue24161_darwin_test.go
    branches/gccgo/libgo/misc/cgo/test/issue24161arg/
    branches/gccgo/libgo/misc/cgo/test/issue24161e0/
    branches/gccgo/libgo/misc/cgo/test/issue24161e1/
    branches/gccgo/libgo/misc/cgo/test/issue24161e2/
    branches/gccgo/libgo/misc/cgo/test/issue24161res/
    branches/gccgo/libgo/misc/cgo/test/issue24206.go
    branches/gccgo/libgo/misc/cgo/test/issue24206_generic.go
    branches/gccgo/libgo/misc/cgo/test/issue2462.go
    branches/gccgo/libgo/misc/cgo/test/issue25143.go
    branches/gccgo/libgo/misc/cgo/test/issue26066.go
    branches/gccgo/libgo/misc/cgo/test/issue26213/
    branches/gccgo/libgo/misc/cgo/test/issue26430/
    branches/gccgo/libgo/misc/cgo/test/issue26430.go
    branches/gccgo/libgo/misc/cgo/test/issue26517.go
    branches/gccgo/libgo/misc/cgo/test/issue26743/
    branches/gccgo/libgo/misc/cgo/test/issue26743.go
    branches/gccgo/libgo/misc/cgo/test/issue27054/
    branches/gccgo/libgo/misc/cgo/test/issue27340/
    branches/gccgo/libgo/misc/cgo/test/issue27340.go
    branches/gccgo/libgo/misc/cgo/test/issue28545.go
    branches/gccgo/libgo/misc/cgo/test/issue28772.go
    branches/gccgo/libgo/misc/cgo/test/issue28896.go
    branches/gccgo/libgo/misc/cgo/test/issue29383.go
    branches/gccgo/libgo/misc/cgo/test/issue29748.go
    branches/gccgo/libgo/misc/cgo/test/issue29781.go
    branches/gccgo/libgo/misc/cgo/test/issue30065.go
    branches/gccgo/libgo/misc/cgo/test/issue3250.go
    branches/gccgo/libgo/misc/cgo/test/issue3250w.go
    branches/gccgo/libgo/misc/cgo/test/issue3261.go
    branches/gccgo/libgo/misc/cgo/test/issue3729.go
    branches/gccgo/libgo/misc/cgo/test/issue3729w.go
    branches/gccgo/libgo/misc/cgo/test/issue3741.go
    branches/gccgo/libgo/misc/cgo/test/issue3775.go
    branches/gccgo/libgo/misc/cgo/test/issue3945.go
    branches/gccgo/libgo/misc/cgo/test/issue4054a.go
    branches/gccgo/libgo/misc/cgo/test/issue4054b.go
    branches/gccgo/libgo/misc/cgo/test/issue4339.go
    branches/gccgo/libgo/misc/cgo/test/issue4417.go
    branches/gccgo/libgo/misc/cgo/test/issue4857.go
    branches/gccgo/libgo/misc/cgo/test/issue5227.go
    branches/gccgo/libgo/misc/cgo/test/issue5242.go
    branches/gccgo/libgo/misc/cgo/test/issue5337.go
    branches/gccgo/libgo/misc/cgo/test/issue5337w.go
    branches/gccgo/libgo/misc/cgo/test/issue5548.go
    branches/gccgo/libgo/misc/cgo/test/issue5603.go
    branches/gccgo/libgo/misc/cgo/test/issue5740.go
    branches/gccgo/libgo/misc/cgo/test/issue5986.go
    branches/gccgo/libgo/misc/cgo/test/issue6128.go
    branches/gccgo/libgo/misc/cgo/test/issue6390.go
    branches/gccgo/libgo/misc/cgo/test/issue6472.go
    branches/gccgo/libgo/misc/cgo/test/issue6506.go
    branches/gccgo/libgo/misc/cgo/test/issue6612.go
    branches/gccgo/libgo/misc/cgo/test/issue6833.go
    branches/gccgo/libgo/misc/cgo/test/issue6907.go
    branches/gccgo/libgo/misc/cgo/test/issue6907export.go
    branches/gccgo/libgo/misc/cgo/test/issue7560.go
    branches/gccgo/libgo/misc/cgo/test/issue7665.go
    branches/gccgo/libgo/misc/cgo/test/issue7786.go
    branches/gccgo/libgo/misc/cgo/test/issue7978.go
    branches/gccgo/libgo/misc/cgo/test/issue8092.go
    branches/gccgo/libgo/misc/cgo/test/issue8331a.go
    branches/gccgo/libgo/misc/cgo/test/issue8331b.go
    branches/gccgo/libgo/misc/cgo/test/issue8428.go
    branches/gccgo/libgo/misc/cgo/test/issue8441.go
    branches/gccgo/libgo/misc/cgo/test/issue8756/
    branches/gccgo/libgo/misc/cgo/test/issue8756.go
    branches/gccgo/libgo/misc/cgo/test/issue8811.go
    branches/gccgo/libgo/misc/cgo/test/issue8828/
    branches/gccgo/libgo/misc/cgo/test/issue8828.go
    branches/gccgo/libgo/misc/cgo/test/issue9026/
    branches/gccgo/libgo/misc/cgo/test/issue9026.go
    branches/gccgo/libgo/misc/cgo/test/issue9400/
    branches/gccgo/libgo/misc/cgo/test/issue9400_linux.go
    branches/gccgo/libgo/misc/cgo/test/issue9510.go
    branches/gccgo/libgo/misc/cgo/test/issue9510a/
    branches/gccgo/libgo/misc/cgo/test/issue9510b/
    branches/gccgo/libgo/misc/cgo/test/issue9557.go
    branches/gccgo/libgo/misc/cgo/test/test22906.go
    branches/gccgo/libgo/misc/cgo/test/test26213.go
    branches/gccgo/libgo/misc/cgo/test/test27660.go
    branches/gccgo/libgo/misc/cgo/test/twoargs.go
    branches/gccgo/libgo/misc/cgo/testcarchive/main.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main2.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main3.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main4.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main5.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main6.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main_unix.c
    branches/gccgo/libgo/misc/cgo/testcarchive/main_windows.c
    branches/gccgo/libgo/misc/cgo/testcarchive/src/
    branches/gccgo/libgo/misc/cgo/testcshared/main0.c
    branches/gccgo/libgo/misc/cgo/testcshared/main1.c
    branches/gccgo/libgo/misc/cgo/testcshared/main2.c
    branches/gccgo/libgo/misc/cgo/testcshared/main3.c
    branches/gccgo/libgo/misc/cgo/testcshared/main4.c
    branches/gccgo/libgo/misc/cgo/testcshared/main5.c
    branches/gccgo/libgo/misc/cgo/testcshared/src/
    branches/gccgo/libgo/misc/cgo/testgodefs/anonunion.go
    branches/gccgo/libgo/misc/cgo/testgodefs/fieldtypedef.go
    branches/gccgo/libgo/misc/cgo/testgodefs/issue8478.go
    branches/gccgo/libgo/misc/cgo/testgodefs/main.go
    branches/gccgo/libgo/misc/cgo/testplugin/altpath/src/
    branches/gccgo/libgo/misc/cgo/testplugin/src/
    branches/gccgo/libgo/misc/cgo/testplugin/test.bash
    branches/gccgo/libgo/misc/cgo/testplugin/unnamed1/
    branches/gccgo/libgo/misc/cgo/testplugin/unnamed2/
    branches/gccgo/libgo/misc/cgo/testsanitizers/src/
    branches/gccgo/libgo/misc/cgo/testshared/src/
    branches/gccgo/libgo/misc/cgo/testso/cgoso.c
    branches/gccgo/libgo/misc/cgo/testso/cgoso.go
    branches/gccgo/libgo/misc/cgo/testso/cgoso_c.c
    branches/gccgo/libgo/misc/cgo/testso/cgoso_unix.go
    branches/gccgo/libgo/misc/cgo/testso/main.go
    branches/gccgo/libgo/misc/cgo/testsovar/cgoso.go
    branches/gccgo/libgo/misc/cgo/testsovar/cgoso_c.c
    branches/gccgo/libgo/misc/cgo/testsovar/cgoso_c.h
    branches/gccgo/libgo/misc/cgo/testsovar/main.go
    branches/gccgo/libgo/runtime/getncpu-aix.c
    branches/gccgo/libgo/runtime/getncpu-bsd.c
    branches/gccgo/libgo/runtime/getncpu-hurd.c
    branches/gccgo/libgo/runtime/getncpu-irix.c
    branches/gccgo/libgo/runtime/getncpu-linux.c
    branches/gccgo/libgo/runtime/getncpu-none.c
    branches/gccgo/libgo/runtime/getncpu-solaris.c
    branches/gccgo/libgo/runtime/go-type.h
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/.gitignore
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/Makefile.in
    branches/gccgo/Makefile.tpl
    branches/gccgo/config.guess
    branches/gccgo/config.sub
    branches/gccgo/config/ChangeLog
    branches/gccgo/config/futex.m4
    branches/gccgo/config/tls.m4
    branches/gccgo/configure
    branches/gccgo/configure.ac
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/contrib/clang-format
    branches/gccgo/contrib/compare-all-tests
    branches/gccgo/contrib/config-list.mk
    branches/gccgo/contrib/header-tools/ChangeLog
    branches/gccgo/contrib/header-tools/README
    branches/gccgo/contrib/header-tools/reduce-headers
    branches/gccgo/contrib/mklog
    branches/gccgo/contrib/vimrc
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/adaint.c
    branches/gccgo/gcc/ada/ali-util.adb
    branches/gccgo/gcc/ada/ali-util.ads
    branches/gccgo/gcc/ada/ali.ads
    branches/gccgo/gcc/ada/bindgen.adb
    branches/gccgo/gcc/ada/checks.adb
    branches/gccgo/gcc/ada/checks.ads
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_of_specific_ada_features.rst
    branches/gccgo/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/gccgo/gcc/ada/einfo.adb
    branches/gccgo/gcc/ada/einfo.ads
    branches/gccgo/gcc/ada/exp_aggr.adb
    branches/gccgo/gcc/ada/exp_attr.adb
    branches/gccgo/gcc/ada/exp_ch3.adb
    branches/gccgo/gcc/ada/exp_ch4.adb
    branches/gccgo/gcc/ada/exp_ch5.adb
    branches/gccgo/gcc/ada/exp_ch6.adb
    branches/gccgo/gcc/ada/exp_ch6.ads
    branches/gccgo/gcc/ada/exp_dbug.adb
    branches/gccgo/gcc/ada/exp_dbug.ads
    branches/gccgo/gcc/ada/exp_disp.adb
    branches/gccgo/gcc/ada/exp_spark.adb
    branches/gccgo/gcc/ada/exp_unst.adb
    branches/gccgo/gcc/ada/exp_util.adb
    branches/gccgo/gcc/ada/exp_util.ads
    branches/gccgo/gcc/ada/freeze.adb
    branches/gccgo/gcc/ada/frontend.adb
    branches/gccgo/gcc/ada/gcc-interface/ada-tree.h
    branches/gccgo/gcc/ada/gcc-interface/decl.c
    branches/gccgo/gcc/ada/gcc-interface/gigi.h
    branches/gccgo/gcc/ada/gcc-interface/misc.c
    branches/gccgo/gcc/ada/gcc-interface/trans.c
    branches/gccgo/gcc/ada/gcc-interface/utils.c
    branches/gccgo/gcc/ada/gnat_rm.texi
    branches/gccgo/gcc/ada/gnat_ugn.texi
    branches/gccgo/gcc/ada/gsocket.h
    branches/gccgo/gcc/ada/inline.adb
    branches/gccgo/gcc/ada/libgnarl/s-interr.adb
    branches/gccgo/gcc/ada/libgnarl/s-interr__hwint.adb   (contents, props changed)
    branches/gccgo/gcc/ada/libgnarl/s-interr__sigaction.adb
    branches/gccgo/gcc/ada/libgnarl/s-interr__vxworks.adb
    branches/gccgo/gcc/ada/libgnat/a-cbhama.adb
    branches/gccgo/gcc/ada/libgnat/a-cbhase.adb
    branches/gccgo/gcc/ada/libgnat/a-cbmutr.adb
    branches/gccgo/gcc/ada/libgnat/a-cborma.adb
    branches/gccgo/gcc/ada/libgnat/a-cborse.adb
    branches/gccgo/gcc/ada/libgnat/a-cobove.adb
    branches/gccgo/gcc/ada/libgnat/a-cofuma.adb
    branches/gccgo/gcc/ada/libgnat/a-cofuma.ads
    branches/gccgo/gcc/ada/libgnat/g-expect.adb
    branches/gccgo/gcc/ada/libgnat/g-expect.ads
    branches/gccgo/gcc/ada/libgnat/g-exptty.adb
    branches/gccgo/gcc/ada/libgnat/g-exptty.ads
    branches/gccgo/gcc/ada/libgnat/g-socket.adb
    branches/gccgo/gcc/ada/libgnat/g-socket.ads
    branches/gccgo/gcc/ada/libgnat/g-sothco.adb
    branches/gccgo/gcc/ada/libgnat/g-sothco.ads
    branches/gccgo/gcc/ada/libgnat/s-arit64.adb
    branches/gccgo/gcc/ada/libgnat/s-bitfie.ads
    branches/gccgo/gcc/ada/libgnat/s-bituti.adb
    branches/gccgo/gcc/ada/libgnat/s-stausa.adb
    branches/gccgo/gcc/ada/libgnat/s-stausa.ads
    branches/gccgo/gcc/ada/libgnat/s-valrea.adb
    branches/gccgo/gcc/ada/libgnat/s-win32.ads
    branches/gccgo/gcc/ada/make.adb
    branches/gccgo/gcc/ada/make_util.ads
    branches/gccgo/gcc/ada/osint.adb
    branches/gccgo/gcc/ada/osint.ads
    branches/gccgo/gcc/ada/s-oscons-tmplt.c
    branches/gccgo/gcc/ada/sem.adb
    branches/gccgo/gcc/ada/sem_aggr.adb
    branches/gccgo/gcc/ada/sem_ch13.adb
    branches/gccgo/gcc/ada/sem_ch3.adb
    branches/gccgo/gcc/ada/sem_ch4.adb
    branches/gccgo/gcc/ada/sem_ch6.adb
    branches/gccgo/gcc/ada/sem_ch8.adb
    branches/gccgo/gcc/ada/sem_eval.adb
    branches/gccgo/gcc/ada/sem_res.adb
    branches/gccgo/gcc/ada/sem_spark.adb
    branches/gccgo/gcc/ada/sem_type.adb
    branches/gccgo/gcc/ada/sem_util.adb
    branches/gccgo/gcc/ada/sem_util.ads
    branches/gccgo/gcc/ada/terminals.c
    branches/gccgo/gcc/alias.c
    branches/gccgo/gcc/bitmap.c
    branches/gccgo/gcc/bitmap.h
    branches/gccgo/gcc/brig/ChangeLog
    branches/gccgo/gcc/brig/brig-lang.c
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/builtins.def
    branches/gccgo/gcc/builtins.h
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-attribs.c
    branches/gccgo/gcc/c-family/c-common.c
    branches/gccgo/gcc/c-family/c-common.h
    branches/gccgo/gcc/c-family/c-cppbuiltin.c
    branches/gccgo/gcc/c-family/c-format.c
    branches/gccgo/gcc/c-family/c-lex.c
    branches/gccgo/gcc/c-family/c-opts.c
    branches/gccgo/gcc/c-family/c-warn.c
    branches/gccgo/gcc/c-family/c.opt
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/caller-save.c
    branches/gccgo/gcc/calls.c
    branches/gccgo/gcc/cfgcleanup.c
    branches/gccgo/gcc/cfgexpand.c
    branches/gccgo/gcc/cfgloopanal.c
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/collect2.c
    branches/gccgo/gcc/collect2.h
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/common.opt
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config/aarch64/aarch64-builtins.c
    branches/gccgo/gcc/config/aarch64/aarch64-c.c
    branches/gccgo/gcc/config/aarch64/aarch64-cores.def
    branches/gccgo/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gccgo/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/gccgo/gcc/config/aarch64/aarch64-simd.md
    branches/gccgo/gcc/config/aarch64/aarch64-sve.md
    branches/gccgo/gcc/config/aarch64/aarch64-sve2.md
    branches/gccgo/gcc/config/aarch64/aarch64-tune.md
    branches/gccgo/gcc/config/aarch64/aarch64.c
    branches/gccgo/gcc/config/aarch64/aarch64.h
    branches/gccgo/gcc/config/aarch64/aarch64.md
    branches/gccgo/gcc/config/aarch64/aarch64.opt
    branches/gccgo/gcc/config/aarch64/arm_acle.h
    branches/gccgo/gcc/config/aarch64/arm_neon.h
    branches/gccgo/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/gccgo/gcc/config/aarch64/falkor-tag-collision-avoidance.c
    branches/gccgo/gcc/config/aarch64/falkor.md
    branches/gccgo/gcc/config/aarch64/iterators.md
    branches/gccgo/gcc/config/aarch64/saphira.md
    branches/gccgo/gcc/config/aarch64/thunderx2t99.md
    branches/gccgo/gcc/config/aarch64/tsv110.md
    branches/gccgo/gcc/config/alpha/alpha.c
    branches/gccgo/gcc/config/arc/arc.c
    branches/gccgo/gcc/config/arm/arm-c.c
    branches/gccgo/gcc/config/arm/arm-cpus.in
    branches/gccgo/gcc/config/arm/arm-protos.h
    branches/gccgo/gcc/config/arm/arm-tables.opt
    branches/gccgo/gcc/config/arm/arm-tune.md
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/arm.h
    branches/gccgo/gcc/config/arm/arm.md
    branches/gccgo/gcc/config/arm/arm.opt
    branches/gccgo/gcc/config/arm/arm1020e.md
    branches/gccgo/gcc/config/arm/arm1026ejs.md
    branches/gccgo/gcc/config/arm/arm1136jfs.md
    branches/gccgo/gcc/config/arm/arm926ejs.md
    branches/gccgo/gcc/config/arm/arm_acle.h
    branches/gccgo/gcc/config/arm/bpabi.h
    branches/gccgo/gcc/config/arm/constraints.md
    branches/gccgo/gcc/config/arm/cortex-a15.md
    branches/gccgo/gcc/config/arm/cortex-a17.md
    branches/gccgo/gcc/config/arm/cortex-a5.md
    branches/gccgo/gcc/config/arm/cortex-a53.md
    branches/gccgo/gcc/config/arm/cortex-a57.md
    branches/gccgo/gcc/config/arm/cortex-a7.md
    branches/gccgo/gcc/config/arm/cortex-a8.md
    branches/gccgo/gcc/config/arm/cortex-a9.md
    branches/gccgo/gcc/config/arm/cortex-m4.md
    branches/gccgo/gcc/config/arm/cortex-m7.md
    branches/gccgo/gcc/config/arm/cortex-r4.md
    branches/gccgo/gcc/config/arm/fa526.md
    branches/gccgo/gcc/config/arm/fa606te.md
    branches/gccgo/gcc/config/arm/fa626te.md
    branches/gccgo/gcc/config/arm/fa726te.md
    branches/gccgo/gcc/config/arm/iterators.md
    branches/gccgo/gcc/config/arm/iwmmxt.md
    branches/gccgo/gcc/config/arm/linux-eabi.h
    branches/gccgo/gcc/config/arm/neon.md
    branches/gccgo/gcc/config/arm/predicates.md
    branches/gccgo/gcc/config/arm/thumb1.md
    branches/gccgo/gcc/config/arm/thumb2.md
    branches/gccgo/gcc/config/arm/types.md
    branches/gccgo/gcc/config/arm/unspecs.md
    branches/gccgo/gcc/config/arm/vec-common.md
    branches/gccgo/gcc/config/arm/xgene1.md
    branches/gccgo/gcc/config/avr/avr.c
    branches/gccgo/gcc/config/bfin/bfin.c
    branches/gccgo/gcc/config/c6x/c6x-protos.h
    branches/gccgo/gcc/config/c6x/c6x.c
    branches/gccgo/gcc/config/c6x/c6x.h
    branches/gccgo/gcc/config/cr16/cr16.c
    branches/gccgo/gcc/config/cris/cris.c
    branches/gccgo/gcc/config/csky/csky.c
    branches/gccgo/gcc/config/csky/csky.h
    branches/gccgo/gcc/config/epiphany/epiphany.c
    branches/gccgo/gcc/config/epiphany/resolve-sw-modes.c
    branches/gccgo/gcc/config/fr30/fr30.c
    branches/gccgo/gcc/config/frv/frv.c
    branches/gccgo/gcc/config/ft32/ft32.c
    branches/gccgo/gcc/config/gcn/gcn.c
    branches/gccgo/gcc/config/gcn/gcn.md
    branches/gccgo/gcc/config/h8300/h8300.c
    branches/gccgo/gcc/config/i386/avx2intrin.h
    branches/gccgo/gcc/config/i386/avxintrin.h
    branches/gccgo/gcc/config/i386/emmintrin.h
    branches/gccgo/gcc/config/i386/gmm_malloc.h
    branches/gccgo/gcc/config/i386/i386-expand.c
    branches/gccgo/gcc/config/i386/i386-expand.h
    branches/gccgo/gcc/config/i386/i386-features.c
    branches/gccgo/gcc/config/i386/i386-features.h
    branches/gccgo/gcc/config/i386/i386-options.c
    branches/gccgo/gcc/config/i386/i386.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/i386.opt
    branches/gccgo/gcc/config/i386/predicates.md
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/sync.md
    branches/gccgo/gcc/config/i386/x86-tune-costs.h
    branches/gccgo/gcc/config/i386/x86-tune.def
    branches/gccgo/gcc/config/ia64/ia64.c
    branches/gccgo/gcc/config/ia64/ia64.h
    branches/gccgo/gcc/config/ia64/ia64.opt
    branches/gccgo/gcc/config/iq2000/iq2000.h
    branches/gccgo/gcc/config/lm32/lm32.c
    branches/gccgo/gcc/config/m32c/m32c.c
    branches/gccgo/gcc/config/m32r/m32r.c
    branches/gccgo/gcc/config/m32r/m32r.h
    branches/gccgo/gcc/config/m68k/m68k.c
    branches/gccgo/gcc/config/mcore/mcore.c
    branches/gccgo/gcc/config/microblaze/microblaze.c
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/mips/mips.h
    branches/gccgo/gcc/config/mips/mips.md
    branches/gccgo/gcc/config/mmix/mmix.c
    branches/gccgo/gcc/config/mn10300/mn10300.c
    branches/gccgo/gcc/config/mn10300/mn10300.h
    branches/gccgo/gcc/config/moxie/moxie.c
    branches/gccgo/gcc/config/msp430/msp430.c
    branches/gccgo/gcc/config/nds32/nds32.h
    branches/gccgo/gcc/config/nios2/nios2.c
    branches/gccgo/gcc/config/or1k/constraints.md
    branches/gccgo/gcc/config/or1k/or1k.c
    branches/gccgo/gcc/config/or1k/or1k.h
    branches/gccgo/gcc/config/or1k/or1k.md
    branches/gccgo/gcc/config/pa/pa.c
    branches/gccgo/gcc/config/pdp11/pdp11.c
    branches/gccgo/gcc/config/pru/pru.c
    branches/gccgo/gcc/config/riscv/riscv.c
    branches/gccgo/gcc/config/riscv/riscv.md
    branches/gccgo/gcc/config/rl78/rl78.c
    branches/gccgo/gcc/config/rs6000/altivec.md
    branches/gccgo/gcc/config/rs6000/predicates.md
    branches/gccgo/gcc/config/rs6000/rs6000-logue.c
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.h
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/rs6000/rs6000.opt
    branches/gccgo/gcc/config/rx/rx.c
    branches/gccgo/gcc/config/s390/s390.c
    branches/gccgo/gcc/config/s390/s390.h
    branches/gccgo/gcc/config/sh/sh.c
    branches/gccgo/gcc/config/sh/sh.h
    branches/gccgo/gcc/config/sparc/sparc.c
    branches/gccgo/gcc/config/sparc/sparc.h
    branches/gccgo/gcc/config/stormy16/stormy16.c
    branches/gccgo/gcc/config/tilegx/tilegx.c
    branches/gccgo/gcc/config/tilegx/tilegx.h
    branches/gccgo/gcc/config/tilepro/tilepro.c
    branches/gccgo/gcc/config/tilepro/tilepro.h
    branches/gccgo/gcc/config/v850/v850.c
    branches/gccgo/gcc/config/vax/vax.c
    branches/gccgo/gcc/config/visium/visium.c
    branches/gccgo/gcc/config/visium/visium.h
    branches/gccgo/gcc/config/xtensa/xtensa.c
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/coretypes.h
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/Make-lang.in
    branches/gccgo/gcc/cp/call.c
    branches/gccgo/gcc/cp/class.c
    branches/gccgo/gcc/cp/config-lang.in
    branches/gccgo/gcc/cp/constexpr.c
    branches/gccgo/gcc/cp/constraint.cc
    branches/gccgo/gcc/cp/cp-gimplify.c
    branches/gccgo/gcc/cp/cp-objcp-common.c
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/decl2.c
    branches/gccgo/gcc/cp/expr.c
    branches/gccgo/gcc/cp/lex.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/optimize.c
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/semantics.c
    branches/gccgo/gcc/cp/tree.c
    branches/gccgo/gcc/cp/typeck.c
    branches/gccgo/gcc/cp/typeck2.c
    branches/gccgo/gcc/cse.c
    branches/gccgo/gcc/cselib.c
    branches/gccgo/gcc/d/ChangeLog
    branches/gccgo/gcc/d/d-lang.cc
    branches/gccgo/gcc/dbgcnt.def
    branches/gccgo/gcc/dce.c
    branches/gccgo/gcc/ddg.c
    branches/gccgo/gcc/df-core.c
    branches/gccgo/gcc/df-problems.c
    branches/gccgo/gcc/df-scan.c
    branches/gccgo/gcc/df.h
    branches/gccgo/gcc/doc/extend.texi
    branches/gccgo/gcc/doc/generic.texi
    branches/gccgo/gcc/doc/install.texi
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/match-and-simplify.texi
    branches/gccgo/gcc/doc/md.texi
    branches/gccgo/gcc/doc/options.texi
    branches/gccgo/gcc/doc/sourcebuild.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/dse.c
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/expmed.c
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/final.c
    branches/gccgo/gcc/flags.h
    branches/gccgo/gcc/fold-const-call.c
    branches/gccgo/gcc/fold-const.c
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/array.c
    branches/gccgo/gcc/fortran/check.c
    branches/gccgo/gcc/fortran/decl.c
    branches/gccgo/gcc/fortran/dependency.c
    branches/gccgo/gcc/fortran/dump-parse-tree.c
    branches/gccgo/gcc/fortran/expr.c
    branches/gccgo/gcc/fortran/frontend-passes.c
    branches/gccgo/gcc/fortran/gfortran.h
    branches/gccgo/gcc/fortran/gfortran.texi
    branches/gccgo/gcc/fortran/interface.c
    branches/gccgo/gcc/fortran/intrinsic.c
    branches/gccgo/gcc/fortran/intrinsic.texi
    branches/gccgo/gcc/fortran/invoke.texi
    branches/gccgo/gcc/fortran/io.c
    branches/gccgo/gcc/fortran/lang.opt
    branches/gccgo/gcc/fortran/match.c
    branches/gccgo/gcc/fortran/match.h
    branches/gccgo/gcc/fortran/options.c
    branches/gccgo/gcc/fortran/parse.c
    branches/gccgo/gcc/fortran/parse.h
    branches/gccgo/gcc/fortran/primary.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/simplify.c
    branches/gccgo/gcc/fortran/st.c
    branches/gccgo/gcc/fortran/trans-array.c
    branches/gccgo/gcc/fortran/trans-decl.c
    branches/gccgo/gcc/fortran/trans-stmt.c
    branches/gccgo/gcc/fortran/trans-stmt.h
    branches/gccgo/gcc/fortran/trans-types.c
    branches/gccgo/gcc/fortran/trans.c
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/gcov.c
    branches/gccgo/gcc/gcse-common.c
    branches/gccgo/gcc/gcse.c
    branches/gccgo/gcc/genemit.c
    branches/gccgo/gcc/genmatch.c
    branches/gccgo/gcc/ggc-page.c
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/gimple-fold.h
    branches/gccgo/gcc/gimple-loop-versioning.cc
    branches/gccgo/gcc/gimple-pretty-print.c
    branches/gccgo/gcc/gimple-ssa-sprintf.c
    branches/gccgo/gcc/gimple-ssa-store-merging.c
    branches/gccgo/gcc/gimple-ssa-strength-reduction.c
    branches/gccgo/gcc/gimple-ssa-warn-restrict.c
    branches/gccgo/gcc/gimple.c
    branches/gccgo/gcc/gimple.h
    branches/gccgo/gcc/gimplify.c
    branches/gccgo/gcc/ginclude/unwind-arm-common.h
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/go-lang.c
    branches/gccgo/gcc/go/gofrontend/MERGE
    branches/gccgo/gcc/go/gofrontend/escape.cc
    branches/gccgo/gcc/go/gofrontend/expressions.cc
    branches/gccgo/gcc/go/gofrontend/expressions.h
    branches/gccgo/gcc/go/gofrontend/gogo.cc
    branches/gccgo/gcc/go/gofrontend/gogo.h
    branches/gccgo/gcc/go/gofrontend/import.cc
    branches/gccgo/gcc/go/gofrontend/lex.cc
    branches/gccgo/gcc/go/gofrontend/lex.h
    branches/gccgo/gcc/go/gofrontend/runtime.cc
    branches/gccgo/gcc/go/gofrontend/runtime.def
    branches/gccgo/gcc/go/gofrontend/statements.cc
    branches/gccgo/gcc/go/gofrontend/statements.h
    branches/gccgo/gcc/go/gofrontend/types.cc
    branches/gccgo/gcc/go/gofrontend/types.h
    branches/gccgo/gcc/go/gofrontend/wb.cc
    branches/gccgo/gcc/haifa-sched.c
    branches/gccgo/gcc/hard-reg-set.h
    branches/gccgo/gcc/hooks.c
    branches/gccgo/gcc/hooks.h
    branches/gccgo/gcc/hw-doloop.c
    branches/gccgo/gcc/internal-fn.c
    branches/gccgo/gcc/internal-fn.def
    branches/gccgo/gcc/ipa-cp.c
    branches/gccgo/gcc/ipa-fnsummary.c
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ira-build.c
    branches/gccgo/gcc/ira-color.c
    branches/gccgo/gcc/ira-conflicts.c
    branches/gccgo/gcc/ira-costs.c
    branches/gccgo/gcc/ira-emit.c
    branches/gccgo/gcc/ira-int.h
    branches/gccgo/gcc/ira-lives.c
    branches/gccgo/gcc/ira.c
    branches/gccgo/gcc/langhooks.c
    branches/gccgo/gcc/loop-doloop.c
    branches/gccgo/gcc/loop-invariant.c
    branches/gccgo/gcc/loop-iv.c
    branches/gccgo/gcc/lra-assigns.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-eliminations.c
    branches/gccgo/gcc/lra-lives.c
    branches/gccgo/gcc/lra-remat.c
    branches/gccgo/gcc/lra-spills.c
    branches/gccgo/gcc/lra.c
    branches/gccgo/gcc/lto-opts.c
    branches/gccgo/gcc/lto-streamer-in.c
    branches/gccgo/gcc/lto-wrapper.c
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/lto/lto-lang.c
    branches/gccgo/gcc/lto/lto.c
    branches/gccgo/gcc/match.pd
    branches/gccgo/gcc/mode-switching.c
    branches/gccgo/gcc/opt-functions.awk
    branches/gccgo/gcc/opt-suggestions.c
    branches/gccgo/gcc/optabs.c
    branches/gccgo/gcc/optabs.def
    branches/gccgo/gcc/optc-gen.awk
    branches/gccgo/gcc/opth-gen.awk
    branches/gccgo/gcc/opts-common.c
    branches/gccgo/gcc/opts.c
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/passes.def
    branches/gccgo/gcc/po/ChangeLog
    branches/gccgo/gcc/po/es.po
    branches/gccgo/gcc/po/zh_CN.po
    branches/gccgo/gcc/postreload-gcse.c
    branches/gccgo/gcc/postreload.c
    branches/gccgo/gcc/print-rtl.c
    branches/gccgo/gcc/profile.c
    branches/gccgo/gcc/real.c
    branches/gccgo/gcc/real.h
    branches/gccgo/gcc/recog.c
    branches/gccgo/gcc/recog.h
    branches/gccgo/gcc/reg-stack.c
    branches/gccgo/gcc/regcprop.c
    branches/gccgo/gcc/reginfo.c
    branches/gccgo/gcc/regrename.c
    branches/gccgo/gcc/regs.h
    branches/gccgo/gcc/regset.h
    branches/gccgo/gcc/reload.c
    branches/gccgo/gcc/reload.h
    branches/gccgo/gcc/reload1.c
    branches/gccgo/gcc/reorg.c
    branches/gccgo/gcc/resource.c
    branches/gccgo/gcc/rtl.def
    branches/gccgo/gcc/rtl.h
    branches/gccgo/gcc/rtlanal.c
    branches/gccgo/gcc/sched-deps.c
    branches/gccgo/gcc/sched-rgn.c
    branches/gccgo/gcc/sel-sched-ir.c
    branches/gccgo/gcc/sel-sched.c
    branches/gccgo/gcc/shrink-wrap.c
    branches/gccgo/gcc/stack-ptr-mod.c
    branches/gccgo/gcc/stor-layout.c
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/targhooks.c
    branches/gccgo/gcc/targhooks.h
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/c-c++-common/Wbool-operation-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/dump-ada-spec-15.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/atomic-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/atomic-9.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/depend-iterator-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/loop-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/order-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr68107.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr69733.c
    branches/gccgo/gcc/testsuite/c-c++-common/spec-barrier-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/tm/pr54893.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-add.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-div.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-mul.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mixed-sub.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mul-minus-one.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mul-one.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-mul.c
    branches/gccgo/gcc/testsuite/c-c++-common/torture/complex-sign-sub.c
    branches/gccgo/gcc/testsuite/g++.dg/abi/forced.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/guard2.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/simd4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/enum29.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist-deduce.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/noexcept03.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr65327.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr84676.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv-conv2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv1n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv1p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv2n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv2p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv3n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv3p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv4n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv4p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv5n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv5p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv6n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv6p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv7n.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv7p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv8p.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/trailing14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/new1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/namespace-attribs.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/namespace-attribs2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/decomp2.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bool3.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bool4.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/cond9.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/cleanup-10.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/cleanup-11.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/cleanup-8.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/cleanup-9.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/desig4.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/label10.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/sync-4.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/vector25.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/depend-iterator-1.C
    branches/gccgo/gcc/testsuite/g++.dg/inherit/covariant21.C
    branches/gccgo/gcc/testsuite/g++.dg/init/ref18.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/comdat.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/devirt-c-7.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-2.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-3.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-4.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-5.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-7.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-8.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ivinline-9.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr63838.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/flifetime-dse2.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/flifetime-dse4.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/temp1.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/vt1.C
    branches/gccgo/gcc/testsuite/g++.dg/other/anon5.C
    branches/gccgo/gcc/testsuite/g++.dg/other/large-size-array.C
    branches/gccgo/gcc/testsuite/g++.dg/other/pr88187.C
    branches/gccgo/gcc/testsuite/g++.dg/overload/rvalue2.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash13.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash46.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/semicolon4.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/template28.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/typename4.C
    branches/gccgo/gcc/testsuite/g++.dg/spellcheck-typenames.C
    branches/gccgo/gcc/testsuite/g++.dg/template/dtor2.C
    branches/gccgo/gcc/testsuite/g++.dg/template/error9.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/diag-2.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/diag-4.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/diag-5.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/pr79288.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/type-generic-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ubsan/pr59415.C
    branches/gccgo/gcc/testsuite/g++.dg/vect/pr87914.cc
    branches/gccgo/gcc/testsuite/g++.dg/warn/Warray-bounds-4.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wreturn-type-4.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr30551-2.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr30551.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr36069.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p9506.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/comdat5.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/dtor3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/volatile1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20000211-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20000403-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20000609-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20010102-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20010107-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20011109-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20011218-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20011229-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020129-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020304-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020320-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020604-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020706-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20020706-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20021015-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20021205-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20030903-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20030921-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20031023-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20031023-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20031023-3.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20031023-4.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20031125-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20040101-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20040317-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20040614-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20040726-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20040909-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20050122-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20050202-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20050303-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20051216-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20060208-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20060421-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20071207-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20080903-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20081108-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20101217-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20121027-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20150327.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20151204.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/900313-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920428-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920501-12.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920501-4.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920501-7.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920625-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920723-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/920928-5.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/921202-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/930117-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/930421-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/930607-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/930623-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/931003-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/931004-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/950719-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/951222-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/961004-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/980504-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/980816-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/990517-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/990625-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/991213-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/DFcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/HIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/HIset.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/QIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/QIset.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/SFset.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/SIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/SIset.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/UHIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/UQIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/USIcmp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/bcopy.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/callind.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/calls-void.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/calls.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/consec.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/lll.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/parms.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pass.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/poor.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pp.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr21840.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr23929.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr25310.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr25311.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr32139.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr32399.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr34091.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr34458.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr34688.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr35607.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37258.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37327.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37381.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37433-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37433.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37669-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37669.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr37742-3.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr39928-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr39937.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr39941.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr40080.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr41181.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr41634.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr43415.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr43417.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr43635.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr43791.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr43845.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr44043.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr44063.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr44788.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr48596.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr51694.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr51856.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr54428.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr54713-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr54713-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr54713-3.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr55921.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr70061.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr70240.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr70355.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr77754-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr77754-3.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr77754-4.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr82052.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr82096.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr83487.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr86122.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr89663-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pret-arg.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pta-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/regs-arg-size.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/sound.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/stack-check-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/structret.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/uuarg.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20030222-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20031003-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/conversion.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/compare-fp-4.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-2.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/inf-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/inf-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr39228.c
    branches/gccgo/gcc/testsuite/gcc.dg/20001009-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020312-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020418-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020426-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020430-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20030702-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20040306-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20040622-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/20041106-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20050603-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/20050629-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/20061026.c
    branches/gccgo/gcc/testsuite/gcc.dg/Walloc-size-larger-than-18.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-30.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-36.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-39.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-41.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wframe-larger-than-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wframe-larger-than.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wrestrict-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/addr_equal-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/and-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtin-inf-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtins-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtins-43.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtins-44.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtins-45.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtins-config.h
    branches/gccgo/gcc/testsuite/gcc.dg/cleanup-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/cleanup-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/cleanup-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cleanup-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/const-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/fdata-sections-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/fdata-sections-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/float-range-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/float-range-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/float-range-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/float-range-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/fold-overflow-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/ms_unnamed-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/unnamed-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/hex-round-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/hex-round-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pure-const-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/lower-subreg-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/noreturn-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/nrv3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr15784-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr27095.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr28243.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr28796-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr30551.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr33826.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr39323-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr39323-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr39323-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr65780-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr65780-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr67338.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr70317.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr78185.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr78973-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr78973.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr79538.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr81292-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr81292-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr81703.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr83100-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr83100-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_2.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_3.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_4.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-12g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-14g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-14gf.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-16g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-17g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-18g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-19.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-1f.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-20.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-22.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-22g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-24.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-26.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-27.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-28.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-29.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-2f.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-30.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-31g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-32.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-33.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-33g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-34.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-35.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-48.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-49.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-4g.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-4gf.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-50.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-51.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-52.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-53.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-54.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-55.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-56.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-61.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-73.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt.h
    branches/gccgo/gcc/testsuite/gcc.dg/strncmp-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/struct-ret-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/titype-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-attr-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-complex-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-cproj-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-frexp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-ldexp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-logb-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-math-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/fp-int-convert.h
    branches/gccgo/gcc/testsuite/gcc.dg/torture/inf-compare-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/inf-compare-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/inf-compare-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/inf-compare-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr25947-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr52451.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr68264.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr69760.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91323.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/type-generic-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/vshuf-8.inc
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/alias-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/copy-headers-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/copy-headers-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopts-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopts-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopts-lt.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr23744.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr32044.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr83501.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/strlen-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/vector-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/uninit-C-O0.c
    branches/gccgo/gcc/testsuite/gcc.dg/uninit-C.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-math-errno-slp-32.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-math-errno-vect-pow-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr81740-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr81740-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr88598-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr89440.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr90018.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr91293-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr91293-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr91293-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-float-extend-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-float-truncate-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/gccgo/gcc/testsuite/gcc.target/arm/20051215-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/armv6-unaligned-load-ice.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/attr-unaligned-load-ice.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/attr_arm-err.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/data-rel-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/data-rel-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/div64-unwinding.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/eliminate.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/fp16-aapcs-4.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv4-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv4t-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv4t-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv5t-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv5t-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv5te-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv5te-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6k-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6k-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6m-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6t2-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6t2-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6z-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv6z-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/g2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/interrupt-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/interrupt-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ivopts-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ivopts-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ivopts-4.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ivopts-5.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/macro_defs1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/mmx-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr19599.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr40887.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr43597.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr43698.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr43920-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr45701-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr45701-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr59858.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr61948.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr65647-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr66912.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr70830.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr77933-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr77933-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79058.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr83712.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/scd42-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/scd42-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/scd42-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/sibcall-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/stack-checking.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/stack-red-zone.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/synchronize.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/tail-long-call.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/tlscall.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/vfp-longcall-apcs.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/20020616-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/minmax-4.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/minmax-5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/minmax-6.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/minmax-7.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82361-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82361-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91154.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/r10k-cache-barrier-9.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/function-attributes-4.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/region-attribute-misuse.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr88233.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/rlwinm-0.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/rlwinm-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/rlwinm-2.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/20161111-1.c
    branches/gccgo/gcc/testsuite/gfortran.dg/bessel_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bessel_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bessel_7.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/char4_iunit_1.f03
    branches/gccgo/gcc/testsuite/gfortran.dg/chmod_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/chmod_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/chmod_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_7.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/default_format_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/directive_unroll_5.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/erf_2.F90
    branches/gccgo/gcc/testsuite/gfortran.dg/erf_3.F90
    branches/gccgo/gcc/testsuite/gfortran.dg/g77/20010519-1.f
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/acc_on_device-1.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/init_flag_10.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/init_flag_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/int_conv_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/integer_exponentiation_3.F90
    branches/gccgo/gcc/testsuite/gfortran.dg/integer_exponentiation_5.F90
    branches/gccgo/gcc/testsuite/gfortran.dg/internal_pack_9.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/isnan_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/isnan_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/maxloc_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/maxlocval_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/maxlocval_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/minloc_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/minlocval_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/minlocval_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/module_nan.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/namelist_42.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/namelist_43.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_5.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nan_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nearest_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/nearest_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pdt_4.f03
    branches/gccgo/gcc/testsuite/gfortran.dg/pr20257.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr24823.f
    branches/gccgo/gcc/testsuite/gfortran.dg/read_infnan_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/real_const_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/realloc_on_assign_2.f03
    branches/gccgo/gcc/testsuite/gfortran.dg/reassoc_4.f
    branches/gccgo/gcc/testsuite/gfortran.dg/scalar_mask_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/scratch_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/stat_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/stat_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/transfer_simplify_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/typebound_operator_9.f03
    branches/gccgo/gcc/testsuite/gfortran.dg/used_before_typed_4.f90
    branches/gccgo/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_nearest.x
    branches/gccgo/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_set_exponent.x
    branches/gccgo/gcc/testsuite/gfortran.fortran-torture/execute/nan_inf_fmt.x
    branches/gccgo/gcc/testsuite/go.test/test/fixedbugs/bug369.go
    branches/gccgo/gcc/testsuite/lib/compat.exp
    branches/gccgo/gcc/testsuite/lib/fortran-torture.exp
    branches/gccgo/gcc/testsuite/lib/g++.exp
    branches/gccgo/gcc/testsuite/lib/gcc-dg.exp
    branches/gccgo/gcc/testsuite/lib/gfortran.exp
    branches/gccgo/gcc/testsuite/lib/obj-c++.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/testsuite/lib/target-utils.exp
    branches/gccgo/gcc/toplev.c
    branches/gccgo/gcc/tree-cfg.c
    branches/gccgo/gcc/tree-cfgcleanup.c
    branches/gccgo/gcc/tree-if-conv.c
    branches/gccgo/gcc/tree-inline.c
    branches/gccgo/gcc/tree-pass.h
    branches/gccgo/gcc/tree-profile.c
    branches/gccgo/gcc/tree-ssa-alias.c
    branches/gccgo/gcc/tree-ssa-alias.h
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-ifcombine.c
    branches/gccgo/gcc/tree-ssa-loop-ivopts.c
    branches/gccgo/gcc/tree-ssa-propagate.c
    branches/gccgo/gcc/tree-ssa-propagate.h
    branches/gccgo/gcc/tree-ssa-reassoc.c
    branches/gccgo/gcc/tree-ssa-sccvn.c
    branches/gccgo/gcc/tree-ssa-sccvn.h
    branches/gccgo/gcc/tree-ssa-strlen.c
    branches/gccgo/gcc/tree-ssa-strlen.h
    branches/gccgo/gcc/tree-ssanames.c
    branches/gccgo/gcc/tree-ssanames.h
    branches/gccgo/gcc/tree-streamer-in.c
    branches/gccgo/gcc/tree-switch-conversion.c
    branches/gccgo/gcc/tree-tailcall.c
    branches/gccgo/gcc/tree-vect-loop.c
    branches/gccgo/gcc/tree-vect-patterns.c
    branches/gccgo/gcc/tree-vect-slp.c
    branches/gccgo/gcc/tree-vect-stmts.c
    branches/gccgo/gcc/tree-vectorizer.h
    branches/gccgo/gcc/tree-vrp.c
    branches/gccgo/gcc/tree-vrp.h
    branches/gccgo/gcc/tree.c
    branches/gccgo/gcc/tree.def
    branches/gccgo/gcc/tree.h
    branches/gccgo/gcc/value-prof.c
    branches/gccgo/gcc/value-prof.h
    branches/gccgo/gcc/var-tracking.c
    branches/gccgo/gcc/varasm.c
    branches/gccgo/gcc/vr-values.c
    branches/gccgo/gotools/ChangeLog
    branches/gccgo/gotools/Makefile.am
    branches/gccgo/gotools/Makefile.in
    branches/gccgo/libatomic/ChangeLog
    branches/gccgo/libatomic/acinclude.m4
    branches/gccgo/libatomic/configure
    branches/gccgo/libatomic/configure.tgt
    branches/gccgo/libbacktrace/ChangeLog
    branches/gccgo/libbacktrace/configure
    branches/gccgo/libbacktrace/configure.ac
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/directives-only.c
    branches/gccgo/libcpp/directives.c
    branches/gccgo/libcpp/expr.c
    branches/gccgo/libcpp/files.c
    branches/gccgo/libcpp/init.c
    branches/gccgo/libcpp/internal.h
    branches/gccgo/libcpp/lex.c
    branches/gccgo/libcpp/line-map.c
    branches/gccgo/libffi/ChangeLog
    branches/gccgo/libffi/acinclude.m4
    branches/gccgo/libffi/configure
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config.host
    branches/gccgo/libgcc/config/arm/linux-atomic.c
    branches/gccgo/libgcc/config/arm/unwind-arm.c
    branches/gccgo/libgcc/config/arm/unwind-arm.h
    branches/gccgo/libgcc/crtstuff.c
    branches/gccgo/libgcc/unwind-arm-common.inc
    branches/gccgo/libgcc/unwind-pe.h
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgfortran/intrinsics/random.c
    branches/gccgo/libgo/MERGE
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/VERSION
    branches/gccgo/libgo/check-packages.txt
    branches/gccgo/libgo/configure
    branches/gccgo/libgo/configure.ac
    branches/gccgo/libgo/go/archive/tar/strconv.go
    branches/gccgo/libgo/go/archive/tar/strconv_test.go
    branches/gccgo/libgo/go/archive/zip/struct.go
    branches/gccgo/libgo/go/archive/zip/zip_test.go
    branches/gccgo/libgo/go/bufio/bufio.go
    branches/gccgo/libgo/go/bufio/bufio_test.go
    branches/gccgo/libgo/go/bufio/example_test.go
    branches/gccgo/libgo/go/bufio/scan.go
    branches/gccgo/libgo/go/builtin/builtin.go
    branches/gccgo/libgo/go/bytes/buffer.go
    branches/gccgo/libgo/go/bytes/buffer_test.go
    branches/gccgo/libgo/go/bytes/bytes.go
    branches/gccgo/libgo/go/bytes/bytes_test.go
    branches/gccgo/libgo/go/bytes/example_test.go
    branches/gccgo/libgo/go/bytes/export_test.go
    branches/gccgo/libgo/go/cmd/cgo/doc.go
    branches/gccgo/libgo/go/cmd/cgo/gcc.go
    branches/gccgo/libgo/go/cmd/cgo/godefs.go
    branches/gccgo/libgo/go/cmd/cgo/out.go
    branches/gccgo/libgo/go/cmd/go/alldocs.go
    branches/gccgo/libgo/go/cmd/go/go_test.go
    branches/gccgo/libgo/go/cmd/go/go_windows_test.go
    branches/gccgo/libgo/go/cmd/go/help_test.go
    branches/gccgo/libgo/go/cmd/go/internal/base/base.go
    branches/gccgo/libgo/go/cmd/go/internal/base/env.go
    branches/gccgo/libgo/go/cmd/go/internal/base/goflags.go
    branches/gccgo/libgo/go/cmd/go/internal/bug/bug.go
    branches/gccgo/libgo/go/cmd/go/internal/cache/cache.go
    branches/gccgo/libgo/go/cmd/go/internal/cache/cache_test.go
    branches/gccgo/libgo/go/cmd/go/internal/cache/default.go
    branches/gccgo/libgo/go/cmd/go/internal/cfg/cfg.go
    branches/gccgo/libgo/go/cmd/go/internal/clean/clean.go
    branches/gccgo/libgo/go/cmd/go/internal/envcmd/env.go
    branches/gccgo/libgo/go/cmd/go/internal/generate/generate.go
    branches/gccgo/libgo/go/cmd/go/internal/generate/generate_test.go
    branches/gccgo/libgo/go/cmd/go/internal/get/get.go
    branches/gccgo/libgo/go/cmd/go/internal/get/path.go
    branches/gccgo/libgo/go/cmd/go/internal/get/vcs.go
    branches/gccgo/libgo/go/cmd/go/internal/get/vcs_test.go
    branches/gccgo/libgo/go/cmd/go/internal/help/help.go
    branches/gccgo/libgo/go/cmd/go/internal/help/helpdoc.go
    branches/gccgo/libgo/go/cmd/go/internal/imports/build.go
    branches/gccgo/libgo/go/cmd/go/internal/imports/scan.go
    branches/gccgo/libgo/go/cmd/go/internal/imports/scan_test.go
    branches/gccgo/libgo/go/cmd/go/internal/imports/tags.go
    branches/gccgo/libgo/go/cmd/go/internal/list/list.go
    branches/gccgo/libgo/go/cmd/go/internal/load/path.go
    branches/gccgo/libgo/go/cmd/go/internal/load/pkg.go
    branches/gccgo/libgo/go/cmd/go/internal/load/test.go
    branches/gccgo/libgo/go/cmd/go/internal/lockedfile/internal/filelock/filelock_test.go
    branches/gccgo/libgo/go/cmd/go/internal/lockedfile/mutex.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/download.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/edit.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/graph.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/init.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/vendor.go
    branches/gccgo/libgo/go/cmd/go/internal/modcmd/verify.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/convert.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/convert_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/dep.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/glide.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/glock.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/modconv_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/tsv.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/vconf.go
    branches/gccgo/libgo/go/cmd/go/internal/modconv/vyml.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/cache.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/codehost/codehost.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/codehost/git.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/codehost/vcs.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/coderepo.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/coderepo_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/fetch.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/proxy.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/pseudo.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/pseudo_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modfetch/repo.go
    branches/gccgo/libgo/go/cmd/go/internal/modfile/rule.go
    branches/gccgo/libgo/go/cmd/go/internal/modget/get.go
    branches/gccgo/libgo/go/cmd/go/internal/modinfo/info.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/build.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/help.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/import.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/import_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/init.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/list.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/load.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/query.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/query_test.go
    branches/gccgo/libgo/go/cmd/go/internal/modload/search.go
    branches/gccgo/libgo/go/cmd/go/internal/module/module.go
    branches/gccgo/libgo/go/cmd/go/internal/module/module_test.go
    branches/gccgo/libgo/go/cmd/go/internal/mvs/mvs.go
    branches/gccgo/libgo/go/cmd/go/internal/mvs/mvs_test.go
    branches/gccgo/libgo/go/cmd/go/internal/par/work.go
    branches/gccgo/libgo/go/cmd/go/internal/renameio/renameio.go
    branches/gccgo/libgo/go/cmd/go/internal/run/run.go
    branches/gccgo/libgo/go/cmd/go/internal/search/search.go
    branches/gccgo/libgo/go/cmd/go/internal/str/path.go
    branches/gccgo/libgo/go/cmd/go/internal/test/test.go
    branches/gccgo/libgo/go/cmd/go/internal/test/testflag.go
    branches/gccgo/libgo/go/cmd/go/internal/tool/tool.go
    branches/gccgo/libgo/go/cmd/go/internal/version/version.go
    branches/gccgo/libgo/go/cmd/go/internal/vet/vet.go
    branches/gccgo/libgo/go/cmd/go/internal/web/bootstrap.go
    branches/gccgo/libgo/go/cmd/go/internal/web/http.go
    branches/gccgo/libgo/go/cmd/go/internal/work/action.go
    branches/gccgo/libgo/go/cmd/go/internal/work/build.go
    branches/gccgo/libgo/go/cmd/go/internal/work/build_test.go
    branches/gccgo/libgo/go/cmd/go/internal/work/buildid.go
    branches/gccgo/libgo/go/cmd/go/internal/work/exec.go
    branches/gccgo/libgo/go/cmd/go/internal/work/gc.go
    branches/gccgo/libgo/go/cmd/go/internal/work/gccgo.go
    branches/gccgo/libgo/go/cmd/go/internal/work/init.go
    branches/gccgo/libgo/go/cmd/go/internal/work/security.go
    branches/gccgo/libgo/go/cmd/go/internal/work/security_test.go
    branches/gccgo/libgo/go/cmd/go/main.go
    branches/gccgo/libgo/go/cmd/go/note_test.go
    branches/gccgo/libgo/go/cmd/go/proxy_test.go
    branches/gccgo/libgo/go/cmd/go/script_test.go
    branches/gccgo/libgo/go/cmd/go/testdata/addmod.go
    branches/gccgo/libgo/go/cmd/go/testdata/script/README
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_GOTMPDIR.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_cache_compile.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_cache_link.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/build_cache_output.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cover_atomic_pkgall.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cover_pkgall_runtime.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/cpu_profile_twice.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/fileline.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/get_with_git_trace.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/goflags.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/help.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/install_cleans_build.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/install_cross_gobin.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/install_rebuild_gopath.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/install_rebuild_removed.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/linkname.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_bad_import.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_compiled_imports.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_find.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_std.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_tags.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_test_e.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/list_test_imports.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_build_tags.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_dep.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_git.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_glide.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_glockfile.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_godeps.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_tsv.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_vendor_conf.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_vendor_json.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_vendor_manifest.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_convert_vendor_yml.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_doc.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_download.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_edit.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_enabled.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_file_proxy.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_find.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_fs_patterns.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_commit.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_downgrade.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_indirect.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_local.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_moved.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_pseudo.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_get_upgrade.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_getmode_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_gobuild_import.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_gopkg_unstable.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_init_dep.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_internal.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_dir.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_list_upgrade.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_patterns.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_query.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_query_exclude.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_readonly.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_replace.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_test.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_tidy_sum.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_upgrade_patch.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_vendor.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_vendor_build.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_verify.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_why.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/pattern_syntax_error.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/run_hello.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_badtest.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/test_compile_binary.txt
    branches/gccgo/libgo/go/cmd/go/testdata/script/vendor_complex.txt
    branches/gccgo/libgo/go/cmd/go/testdata/vendormod.txt
    branches/gccgo/libgo/go/cmd/go/vendor_test.go
    branches/gccgo/libgo/go/cmd/gofmt/gofmt.go
    branches/gccgo/libgo/go/cmd/gofmt/testdata/import.golden
    branches/gccgo/libgo/go/cmd/gofmt/testdata/import.input
    branches/gccgo/libgo/go/cmd/internal/objabi/flag.go
    branches/gccgo/libgo/go/cmd/internal/objabi/funcdata.go
    branches/gccgo/libgo/go/cmd/internal/objabi/head.go
    branches/gccgo/libgo/go/cmd/internal/objabi/line.go
    branches/gccgo/libgo/go/cmd/internal/objabi/reloctype.go
    branches/gccgo/libgo/go/cmd/internal/objabi/reloctype_string.go
    branches/gccgo/libgo/go/cmd/internal/objabi/typekind.go
    branches/gccgo/libgo/go/cmd/internal/objabi/util.go
    branches/gccgo/libgo/go/cmd/internal/sys/supported.go
    branches/gccgo/libgo/go/cmd/vet/main.go
    branches/gccgo/libgo/go/cmd/vet/vet_test.go
    branches/gccgo/libgo/go/compress/flate/deflate_test.go
    branches/gccgo/libgo/go/compress/flate/huffman_bit_writer.go
    branches/gccgo/libgo/go/compress/gzip/gunzip.go
    branches/gccgo/libgo/go/compress/gzip/gzip_test.go
    branches/gccgo/libgo/go/container/ring/ring_test.go
    branches/gccgo/libgo/go/context/context.go
    branches/gccgo/libgo/go/context/context_test.go
    branches/gccgo/libgo/go/context/example_test.go
    branches/gccgo/libgo/go/crypto/cipher/cfb_test.go
    branches/gccgo/libgo/go/crypto/cipher/xor_test.go
    branches/gccgo/libgo/go/crypto/des/block.go
    branches/gccgo/libgo/go/crypto/ecdsa/ecdsa.go
    branches/gccgo/libgo/go/crypto/elliptic/fuzz_test.go
    branches/gccgo/libgo/go/crypto/elliptic/p256_s390x.go
    branches/gccgo/libgo/go/crypto/md5/md5_test.go
    branches/gccgo/libgo/go/crypto/rand/rand_js.go
    branches/gccgo/libgo/go/crypto/rand/util_test.go
    branches/gccgo/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/gccgo/libgo/go/crypto/rsa/rsa.go
    branches/gccgo/libgo/go/crypto/sha1/sha1.go
    branches/gccgo/libgo/go/crypto/sha1/sha1_test.go
    branches/gccgo/libgo/go/crypto/sha1/sha1block.go
    branches/gccgo/libgo/go/crypto/sha256/sha256.go
    branches/gccgo/libgo/go/crypto/sha256/sha256_test.go
    branches/gccgo/libgo/go/crypto/sha256/sha256block.go
    branches/gccgo/libgo/go/crypto/sha512/sha512.go
    branches/gccgo/libgo/go/crypto/sha512/sha512_test.go
    branches/gccgo/libgo/go/crypto/sha512/sha512block.go
    branches/gccgo/libgo/go/crypto/tls/auth.go
    branches/gccgo/libgo/go/crypto/tls/auth_test.go
    branches/gccgo/libgo/go/crypto/tls/cipher_suites.go
    branches/gccgo/libgo/go/crypto/tls/common.go
    branches/gccgo/libgo/go/crypto/tls/conn.go
    branches/gccgo/libgo/go/crypto/tls/generate_cert.go
    branches/gccgo/libgo/go/crypto/tls/handshake_client.go
    branches/gccgo/libgo/go/crypto/tls/handshake_client_test.go
    branches/gccgo/libgo/go/crypto/tls/handshake_client_tls13.go
    branches/gccgo/libgo/go/crypto/tls/handshake_messages.go
    branches/gccgo/libgo/go/crypto/tls/handshake_server.go
    branches/gccgo/libgo/go/crypto/tls/handshake_server_test.go
    branches/gccgo/libgo/go/crypto/tls/handshake_server_tls13.go
    branches/gccgo/libgo/go/crypto/tls/handshake_test.go
    branches/gccgo/libgo/go/crypto/tls/key_agreement.go
    branches/gccgo/libgo/go/crypto/tls/key_schedule.go
    branches/gccgo/libgo/go/crypto/tls/prf.go
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-ExportKeyingMaterial
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv10-RSA-RC4
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv11-RSA-RC4
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-AES128-GCM-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-AES128-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-AES256-GCM-SHA384
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPKCS1v15
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES128-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES128-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-CHACHA20-POLY1305
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-ExportKeyingMaterial
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-P256-ECDHE
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-RSA-RC4
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateTwiceRejected
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiationRejected
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-SCT
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv12-X25519-ECDHE
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-AES128-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-AES256-SHA384
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ALPN
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-CHACHA20-SHA256
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-ECDSA-RSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-ExportKeyingMaterial
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-HelloRetryRequest
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-KeyUpdate
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-P256-ECDHE
    branches/gccgo/libgo/go/crypto/tls/testdata/Client-TLSv13-X25519-ECDHE
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndPKCS1v15Given
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-ExportKeyingMaterial
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-P256
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-3DES
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES256-GCM-SHA384
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RC4
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPKCS1v15
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPSS
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificate
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv12-X25519
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven
    branches/gccgo/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedNotGiven
    branches/gccgo/libgo/go/crypto/tls/ticket.go
    branches/gccgo/libgo/go/crypto/tls/tls.go
    branches/gccgo/libgo/go/crypto/tls/tls_test.go
    branches/gccgo/libgo/go/crypto/x509/name_constraints_test.go
    branches/gccgo/libgo/go/crypto/x509/pem_decrypt_test.go
    branches/gccgo/libgo/go/crypto/x509/pkcs1.go
    branches/gccgo/libgo/go/crypto/x509/pkcs8.go
    branches/gccgo/libgo/go/crypto/x509/pkcs8_test.go
    branches/gccgo/libgo/go/crypto/x509/root_cgo_darwin.go
    branches/gccgo/libgo/go/crypto/x509/root_darwin.go
    branches/gccgo/libgo/go/crypto/x509/root_linux.go
    branches/gccgo/libgo/go/crypto/x509/root_windows.go
    branches/gccgo/libgo/go/crypto/x509/sec1.go
    branches/gccgo/libgo/go/crypto/x509/sec1_test.go
    branches/gccgo/libgo/go/crypto/x509/verify.go
    branches/gccgo/libgo/go/crypto/x509/x509.go
    branches/gccgo/libgo/go/crypto/x509/x509_test.go
    branches/gccgo/libgo/go/crypto/x509/x509_test_import.go
    branches/gccgo/libgo/go/database/sql/convert.go
    branches/gccgo/libgo/go/database/sql/convert_test.go
    branches/gccgo/libgo/go/database/sql/driver/driver.go
    branches/gccgo/libgo/go/database/sql/driver/types.go
    branches/gccgo/libgo/go/database/sql/driver/types_test.go
    branches/gccgo/libgo/go/database/sql/fakedb_test.go
    branches/gccgo/libgo/go/database/sql/sql.go
    branches/gccgo/libgo/go/database/sql/sql_test.go
    branches/gccgo/libgo/go/debug/dwarf/type.go
    branches/gccgo/libgo/go/debug/dwarf/type_test.go
    branches/gccgo/libgo/go/debug/elf/file.go
    branches/gccgo/libgo/go/debug/elf/file_test.go
    branches/gccgo/libgo/go/debug/elf/symbols_test.go
    branches/gccgo/libgo/go/debug/gosym/pclntab.go
    branches/gccgo/libgo/go/debug/gosym/pclntab_test.go
    branches/gccgo/libgo/go/debug/gosym/symtab.go
    branches/gccgo/libgo/go/debug/gosym/symtab_test.go
    branches/gccgo/libgo/go/debug/macho/file_test.go
    branches/gccgo/libgo/go/debug/macho/macho.go
    branches/gccgo/libgo/go/debug/pe/file.go
    branches/gccgo/libgo/go/debug/pe/file_test.go
    branches/gccgo/libgo/go/encoding/base32/base32.go
    branches/gccgo/libgo/go/encoding/base32/base32_test.go
    branches/gccgo/libgo/go/encoding/base64/base64.go
    branches/gccgo/libgo/go/encoding/base64/base64_test.go
    branches/gccgo/libgo/go/encoding/csv/reader.go
    branches/gccgo/libgo/go/encoding/csv/writer.go
    branches/gccgo/libgo/go/encoding/gob/codec_test.go
    branches/gccgo/libgo/go/encoding/gob/decgen.go
    branches/gccgo/libgo/go/encoding/gob/doc.go
    branches/gccgo/libgo/go/encoding/gob/encgen.go
    branches/gccgo/libgo/go/encoding/gob/encode.go
    branches/gccgo/libgo/go/encoding/hex/hex.go
    branches/gccgo/libgo/go/encoding/hex/hex_test.go
    branches/gccgo/libgo/go/encoding/json/bench_test.go
    branches/gccgo/libgo/go/encoding/json/decode.go
    branches/gccgo/libgo/go/encoding/json/decode_test.go
    branches/gccgo/libgo/go/encoding/json/encode.go
    branches/gccgo/libgo/go/encoding/json/encode_test.go
    branches/gccgo/libgo/go/encoding/json/stream.go
    branches/gccgo/libgo/go/encoding/json/stream_test.go
    branches/gccgo/libgo/go/encoding/pem/pem.go
    branches/gccgo/libgo/go/encoding/pem/pem_test.go
    branches/gccgo/libgo/go/errors/errors.go
    branches/gccgo/libgo/go/expvar/expvar.go
    branches/gccgo/libgo/go/expvar/expvar_test.go
    branches/gccgo/libgo/go/flag/flag.go
    branches/gccgo/libgo/go/fmt/doc.go
    branches/gccgo/libgo/go/fmt/example_test.go
    branches/gccgo/libgo/go/fmt/fmt_test.go
    branches/gccgo/libgo/go/fmt/format.go
    branches/gccgo/libgo/go/fmt/print.go
    branches/gccgo/libgo/go/fmt/scan.go
    branches/gccgo/libgo/go/fmt/scan_test.go
    branches/gccgo/libgo/go/go/ast/ast.go
    branches/gccgo/libgo/go/go/build/build.go
    branches/gccgo/libgo/go/go/build/build_test.go
    branches/gccgo/libgo/go/go/build/deps_test.go
    branches/gccgo/libgo/go/go/build/doc.go
    branches/gccgo/libgo/go/go/build/syslist.go
    branches/gccgo/libgo/go/go/constant/example_test.go
    branches/gccgo/libgo/go/go/constant/value.go
    branches/gccgo/libgo/go/go/constant/value_test.go
    branches/gccgo/libgo/go/go/doc/comment.go
    branches/gccgo/libgo/go/go/doc/comment_test.go
    branches/gccgo/libgo/go/go/doc/example.go
    branches/gccgo/libgo/go/go/doc/exports.go
    branches/gccgo/libgo/go/go/doc/headscan.go
    branches/gccgo/libgo/go/go/doc/reader.go
    branches/gccgo/libgo/go/go/importer/importer.go
    branches/gccgo/libgo/go/go/internal/gccgoimporter/importer_test.go
    branches/gccgo/libgo/go/go/internal/gccgoimporter/parser.go
    branches/gccgo/libgo/go/go/internal/gcimporter/bimport.go
    branches/gccgo/libgo/go/go/internal/gcimporter/testdata/exports.go
    branches/gccgo/libgo/go/go/internal/srcimporter/srcimporter_test.go
    branches/gccgo/libgo/go/go/printer/nodes.go
    branches/gccgo/libgo/go/go/printer/printer_test.go
    branches/gccgo/libgo/go/go/scanner/scanner.go
    branches/gccgo/libgo/go/go/scanner/scanner_test.go
    branches/gccgo/libgo/go/go/token/token.go
    branches/gccgo/libgo/go/go/types/call.go
    branches/gccgo/libgo/go/go/types/check_test.go
    branches/gccgo/libgo/go/go/types/eval.go
    branches/gccgo/libgo/go/go/types/eval_test.go
    branches/gccgo/libgo/go/go/types/expr.go
    branches/gccgo/libgo/go/go/types/object.go
    branches/gccgo/libgo/go/go/types/resolver.go
    branches/gccgo/libgo/go/go/types/scope.go
    branches/gccgo/libgo/go/go/types/stdlib_test.go
    branches/gccgo/libgo/go/go/types/typestring.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/analysis.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/doc.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/internal/analysisflags/help.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/asmdecl/asmdecl.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/bools/bools.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/cgocall/cgocall.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/composite/composite.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/inspect/inspect.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/lostcancel/lostcancel.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/printf/printf.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/printf/types.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/shift/shift.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/stdmethods/stdmethods.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/structtag/structtag.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/tests/tests.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/passes/unmarshal/unmarshal.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go
    branches/gccgo/libgo/go/golang.org/x/tools/go/ast/inspector/inspector.go
    branches/gccgo/libgo/go/html/template/context.go
    branches/gccgo/libgo/go/html/template/css.go
    branches/gccgo/libgo/go/html/template/escape_test.go
    branches/gccgo/libgo/go/html/template/html.go
    branches/gccgo/libgo/go/html/template/js.go
    branches/gccgo/libgo/go/html/template/js_test.go
    branches/gccgo/libgo/go/html/template/template.go
    branches/gccgo/libgo/go/html/template/template_test.go
    branches/gccgo/libgo/go/image/decode_test.go
    branches/gccgo/libgo/go/image/draw/draw.go
    branches/gccgo/libgo/go/image/geom.go
    branches/gccgo/libgo/go/image/gif/writer.go
    branches/gccgo/libgo/go/image/gif/writer_test.go
    branches/gccgo/libgo/go/image/jpeg/fdct.go
    branches/gccgo/libgo/go/image/jpeg/idct.go
    branches/gccgo/libgo/go/image/png/reader.go
    branches/gccgo/libgo/go/image/png/reader_test.go
    branches/gccgo/libgo/go/image/png/writer.go
    branches/gccgo/libgo/go/index/suffixarray/suffixarray.go
    branches/gccgo/libgo/go/index/suffixarray/suffixarray_test.go
    branches/gccgo/libgo/go/internal/bytealg/bytealg.c
    branches/gccgo/libgo/go/internal/bytealg/count_generic.go
    branches/gccgo/libgo/go/internal/bytealg/count_native.go
    branches/gccgo/libgo/go/internal/bytealg/equal_native.go
    branches/gccgo/libgo/go/internal/bytealg/index_arm64.go
    branches/gccgo/libgo/go/internal/cpu/cpu.go
    branches/gccgo/libgo/go/internal/cpu/cpu_s390x.go
    branches/gccgo/libgo/go/internal/poll/fd.go
    branches/gccgo/libgo/go/internal/poll/fd_poll_runtime.go
    branches/gccgo/libgo/go/internal/poll/fd_windows.go
    branches/gccgo/libgo/go/internal/poll/sendfile_windows.go
    branches/gccgo/libgo/go/internal/poll/writev.go
    branches/gccgo/libgo/go/internal/syscall/windows/mksyscall.go
    branches/gccgo/libgo/go/internal/syscall/windows/registry/mksyscall.go
    branches/gccgo/libgo/go/internal/syscall/windows/reparse_windows.go
    branches/gccgo/libgo/go/internal/syscall/windows/syscall_windows.go
    branches/gccgo/libgo/go/internal/syscall/windows/sysdll/sysdll.go
    branches/gccgo/libgo/go/internal/syscall/windows/zsyscall_windows.go
    branches/gccgo/libgo/go/internal/testenv/testenv.go
    branches/gccgo/libgo/go/internal/trace/gc_test.go
    branches/gccgo/libgo/go/internal/trace/parser_test.go
    branches/gccgo/libgo/go/internal/xcoff/ar_test.go
    branches/gccgo/libgo/go/internal/xcoff/file.go
    branches/gccgo/libgo/go/io/multi_test.go
    branches/gccgo/libgo/go/log/log.go
    branches/gccgo/libgo/go/log/log_test.go
    branches/gccgo/libgo/go/math/all_test.go
    branches/gccgo/libgo/go/math/big/arith.go
    branches/gccgo/libgo/go/math/big/arith_decl_pure.go
    branches/gccgo/libgo/go/math/big/arith_test.go
    branches/gccgo/libgo/go/math/big/floatconv.go
    branches/gccgo/libgo/go/math/big/floatconv_test.go
    branches/gccgo/libgo/go/math/big/floatmarsh_test.go
    branches/gccgo/libgo/go/math/big/ftoa.go
    branches/gccgo/libgo/go/math/big/int.go
    branches/gccgo/libgo/go/math/big/int_test.go
    branches/gccgo/libgo/go/math/big/intconv.go
    branches/gccgo/libgo/go/math/big/intconv_test.go
    branches/gccgo/libgo/go/math/big/nat.go
    branches/gccgo/libgo/go/math/big/natconv.go
    branches/gccgo/libgo/go/math/big/natconv_test.go
    branches/gccgo/libgo/go/math/big/prime_test.go
    branches/gccgo/libgo/go/math/big/rat.go
    branches/gccgo/libgo/go/math/big/rat_test.go
    branches/gccgo/libgo/go/math/big/ratconv.go
    branches/gccgo/libgo/go/math/big/ratconv_test.go
    branches/gccgo/libgo/go/math/big/sqrt_test.go
    branches/gccgo/libgo/go/math/bits/bits.go
    branches/gccgo/libgo/go/math/bits/bits_test.go
    branches/gccgo/libgo/go/math/bits/example_test.go
    branches/gccgo/libgo/go/math/cmplx/cmath_test.go
    branches/gccgo/libgo/go/math/cmplx/pow.go
    branches/gccgo/libgo/go/math/cmplx/tan.go
    branches/gccgo/libgo/go/math/example_test.go
    branches/gccgo/libgo/go/math/j0.go
    branches/gccgo/libgo/go/math/j1.go
    branches/gccgo/libgo/go/math/jn.go
    branches/gccgo/libgo/go/math/rand/rand_test.go
    branches/gccgo/libgo/go/math/remainder.go
    branches/gccgo/libgo/go/math/sin.go
    branches/gccgo/libgo/go/math/sincos.go
    branches/gccgo/libgo/go/math/tan.go
    branches/gccgo/libgo/go/math/tanh.go
    branches/gccgo/libgo/go/mime/mediatype.go
    branches/gccgo/libgo/go/mime/mediatype_test.go
    branches/gccgo/libgo/go/mime/multipart/formdata_test.go
    branches/gccgo/libgo/go/mime/multipart/multipart_test.go
    branches/gccgo/libgo/go/mime/quotedprintable/reader_test.go
    branches/gccgo/libgo/go/mime/type.go
    branches/gccgo/libgo/go/net/cgo_unix.go
    branches/gccgo/libgo/go/net/dial.go
    branches/gccgo/libgo/go/net/dial_test.go
    branches/gccgo/libgo/go/net/dnsclient.go
    branches/gccgo/libgo/go/net/dnsclient_unix.go
    branches/gccgo/libgo/go/net/dnsclient_unix_test.go
    branches/gccgo/libgo/go/net/dnsconfig_unix.go
    branches/gccgo/libgo/go/net/dnsconfig_unix_test.go
    branches/gccgo/libgo/go/net/error_test.go
    branches/gccgo/libgo/go/net/fd_unix.go
    branches/gccgo/libgo/go/net/file_plan9.go
    branches/gccgo/libgo/go/net/file_unix.go
    branches/gccgo/libgo/go/net/http/cgi/child.go
    branches/gccgo/libgo/go/net/http/client.go
    branches/gccgo/libgo/go/net/http/client_test.go
    branches/gccgo/libgo/go/net/http/clientserver_test.go
    branches/gccgo/libgo/go/net/http/cookie.go
    branches/gccgo/libgo/go/net/http/cookie_test.go
    branches/gccgo/libgo/go/net/http/example_test.go
    branches/gccgo/libgo/go/net/http/export_test.go
    branches/gccgo/libgo/go/net/http/fs.go
    branches/gccgo/libgo/go/net/http/h2_bundle.go
    branches/gccgo/libgo/go/net/http/header.go
    branches/gccgo/libgo/go/net/http/header_test.go
    branches/gccgo/libgo/go/net/http/http.go
    branches/gccgo/libgo/go/net/http/httptest/recorder.go
    branches/gccgo/libgo/go/net/http/httputil/dump_test.go
    branches/gccgo/libgo/go/net/http/httputil/persist.go
    branches/gccgo/libgo/go/net/http/httputil/reverseproxy.go
    branches/gccgo/libgo/go/net/http/httputil/reverseproxy_test.go
    branches/gccgo/libgo/go/net/http/internal/testcert.go
    branches/gccgo/libgo/go/net/http/request.go
    branches/gccgo/libgo/go/net/http/request_test.go
    branches/gccgo/libgo/go/net/http/response.go
    branches/gccgo/libgo/go/net/http/response_test.go
    branches/gccgo/libgo/go/net/http/roundtrip_js.go
    branches/gccgo/libgo/go/net/http/serve_test.go
    branches/gccgo/libgo/go/net/http/server.go
    branches/gccgo/libgo/go/net/http/sniff.go
    branches/gccgo/libgo/go/net/http/sniff_test.go
    branches/gccgo/libgo/go/net/http/socks_bundle.go
    branches/gccgo/libgo/go/net/http/status.go
    branches/gccgo/libgo/go/net/http/transfer.go
    branches/gccgo/libgo/go/net/http/transfer_test.go
    branches/gccgo/libgo/go/net/http/transport.go
    branches/gccgo/libgo/go/net/http/transport_test.go
    branches/gccgo/libgo/go/net/interface_aix.go
    branches/gccgo/libgo/go/net/interface_bsd.go
    branches/gccgo/libgo/go/net/interface_bsdvar.go
    branches/gccgo/libgo/go/net/interface_darwin.go
    branches/gccgo/libgo/go/net/interface_freebsd.go
    branches/gccgo/libgo/go/net/interface_plan9.go
    branches/gccgo/libgo/go/net/interface_solaris.go
    branches/gccgo/libgo/go/net/interface_test.go
    branches/gccgo/libgo/go/net/ip.go
    branches/gccgo/libgo/go/net/listen_test.go
    branches/gccgo/libgo/go/net/lookup.go
    branches/gccgo/libgo/go/net/lookup_plan9.go
    branches/gccgo/libgo/go/net/lookup_test.go
    branches/gccgo/libgo/go/net/lookup_unix.go
    branches/gccgo/libgo/go/net/lookup_windows.go
    branches/gccgo/libgo/go/net/mac.go
    branches/gccgo/libgo/go/net/mac_test.go
    branches/gccgo/libgo/go/net/mail/message.go
    branches/gccgo/libgo/go/net/mail/message_test.go
    branches/gccgo/libgo/go/net/net.go
    branches/gccgo/libgo/go/net/net_test.go
    branches/gccgo/libgo/go/net/pipe_test.go
    branches/gccgo/libgo/go/net/platform_test.go
    branches/gccgo/libgo/go/net/rpc/client_test.go
    branches/gccgo/libgo/go/net/rpc/server.go
    branches/gccgo/libgo/go/net/sendfile_unix_alt.go
    branches/gccgo/libgo/go/net/smtp/smtp_test.go
    branches/gccgo/libgo/go/net/splice_test.go
    branches/gccgo/libgo/go/net/tcpsock.go
    branches/gccgo/libgo/go/net/tcpsock_plan9.go
    branches/gccgo/libgo/go/net/tcpsock_posix.go
    branches/gccgo/libgo/go/net/tcpsock_test.go
    branches/gccgo/libgo/go/net/tcpsockopt_darwin.go
    branches/gccgo/libgo/go/net/textproto/reader.go
    branches/gccgo/libgo/go/net/textproto/reader_test.go
    branches/gccgo/libgo/go/net/textproto/writer.go
    branches/gccgo/libgo/go/net/textproto/writer_test.go
    branches/gccgo/libgo/go/net/timeout_test.go
    branches/gccgo/libgo/go/net/url/url.go
    branches/gccgo/libgo/go/net/url/url_test.go
    branches/gccgo/libgo/go/os/dir.go
    branches/gccgo/libgo/go/os/error.go
    branches/gccgo/libgo/go/os/error_test.go
    branches/gccgo/libgo/go/os/example_test.go
    branches/gccgo/libgo/go/os/exec/exec.go
    branches/gccgo/libgo/go/os/exec/exec_posix_test.go
    branches/gccgo/libgo/go/os/exec/exec_test.go
    branches/gccgo/libgo/go/os/exec_plan9.go
    branches/gccgo/libgo/go/os/exec_posix.go
    branches/gccgo/libgo/go/os/export_test.go
    branches/gccgo/libgo/go/os/file.go
    branches/gccgo/libgo/go/os/file_plan9.go
    branches/gccgo/libgo/go/os/file_posix.go
    branches/gccgo/libgo/go/os/file_unix.go
    branches/gccgo/libgo/go/os/os_test.go
    branches/gccgo/libgo/go/os/os_unix_test.go
    branches/gccgo/libgo/go/os/path.go
    branches/gccgo/libgo/go/os/path_unix.go
    branches/gccgo/libgo/go/os/pipe_test.go
    branches/gccgo/libgo/go/os/proc.go
    branches/gccgo/libgo/go/os/removeall_at.go
    branches/gccgo/libgo/go/os/removeall_noat.go
    branches/gccgo/libgo/go/os/removeall_test.go
    branches/gccgo/libgo/go/os/signal/internal/pty/pty.go
    branches/gccgo/libgo/go/os/sticky_bsd.go
    branches/gccgo/libgo/go/os/sticky_notbsd.go
    branches/gccgo/libgo/go/os/timeout_test.go
    branches/gccgo/libgo/go/os/types_windows.go
    branches/gccgo/libgo/go/os/user/lookup_stubs.go
    branches/gccgo/libgo/go/os/user/user_test.go
    branches/gccgo/libgo/go/path/filepath/example_unix_test.go
    branches/gccgo/libgo/go/path/filepath/path_test.go
    branches/gccgo/libgo/go/path/filepath/symlink.go
    branches/gccgo/libgo/go/path/filepath/symlink_unix.go
    branches/gccgo/libgo/go/path/filepath/symlink_windows.go
    branches/gccgo/libgo/go/path/path_test.go
    branches/gccgo/libgo/go/plugin/plugin_dlopen.go
    branches/gccgo/libgo/go/reflect/all_test.go
    branches/gccgo/libgo/go/reflect/makefunc_ffi.go
    branches/gccgo/libgo/go/reflect/makefunc_ffi_c.c
    branches/gccgo/libgo/go/reflect/swapper.go
    branches/gccgo/libgo/go/reflect/type.go
    branches/gccgo/libgo/go/reflect/value.go
    branches/gccgo/libgo/go/regexp/all_test.go
    branches/gccgo/libgo/go/regexp/exec.go
    branches/gccgo/libgo/go/regexp/exec_test.go
    branches/gccgo/libgo/go/regexp/find_test.go
    branches/gccgo/libgo/go/regexp/onepass_test.go
    branches/gccgo/libgo/go/regexp/regexp.go
    branches/gccgo/libgo/go/regexp/syntax/parse_test.go
    branches/gccgo/libgo/go/regexp/syntax/regexp.go
    branches/gccgo/libgo/go/runtime/alg.go
    branches/gccgo/libgo/go/runtime/auxv_none.go
    branches/gccgo/libgo/go/runtime/cgocall.go
    branches/gccgo/libgo/go/runtime/cgocheck.go
    branches/gccgo/libgo/go/runtime/chan.go
    branches/gccgo/libgo/go/runtime/cpuprof.go
    branches/gccgo/libgo/go/runtime/crash_cgo_test.go
    branches/gccgo/libgo/go/runtime/crash_unix_test.go
    branches/gccgo/libgo/go/runtime/debug.go
    branches/gccgo/libgo/go/runtime/debug/mod.go
    branches/gccgo/libgo/go/runtime/error.go
    branches/gccgo/libgo/go/runtime/export_mmap_test.go
    branches/gccgo/libgo/go/runtime/export_test.go
    branches/gccgo/libgo/go/runtime/extern.go
    branches/gccgo/libgo/go/runtime/ffi.go
    branches/gccgo/libgo/go/runtime/gc_test.go
    branches/gccgo/libgo/go/runtime/hash32.go
    branches/gccgo/libgo/go/runtime/hash64.go
    branches/gccgo/libgo/go/runtime/heapdump.go
    branches/gccgo/libgo/go/runtime/iface.go
    branches/gccgo/libgo/go/runtime/internal/atomic/atomic_test.go
    branches/gccgo/libgo/go/runtime/lock_futex.go
    branches/gccgo/libgo/go/runtime/lock_js.go
    branches/gccgo/libgo/go/runtime/lock_sema.go
    branches/gccgo/libgo/go/runtime/malloc.go
    branches/gccgo/libgo/go/runtime/map.go
    branches/gccgo/libgo/go/runtime/map_fast32.go
    branches/gccgo/libgo/go/runtime/map_fast64.go
    branches/gccgo/libgo/go/runtime/map_faststr.go
    branches/gccgo/libgo/go/runtime/mbarrier.go
    branches/gccgo/libgo/go/runtime/mbitmap.go
    branches/gccgo/libgo/go/runtime/mcache.go
    branches/gccgo/libgo/go/runtime/mcentral.go
    branches/gccgo/libgo/go/runtime/mem_gccgo.go
    branches/gccgo/libgo/go/runtime/memmove_test.go
    branches/gccgo/libgo/go/runtime/mfinal.go
    branches/gccgo/libgo/go/runtime/mgc.go
    branches/gccgo/libgo/go/runtime/mgc_gccgo.go
    branches/gccgo/libgo/go/runtime/mgclarge.go
    branches/gccgo/libgo/go/runtime/mgcmark.go
    branches/gccgo/libgo/go/runtime/mgcsweep.go
    branches/gccgo/libgo/go/runtime/mheap.go
    branches/gccgo/libgo/go/runtime/mksizeclasses.go
    branches/gccgo/libgo/go/runtime/mstats.go
    branches/gccgo/libgo/go/runtime/netpoll.go
    branches/gccgo/libgo/go/runtime/netpoll_aix.go
    branches/gccgo/libgo/go/runtime/netpoll_epoll.go
    branches/gccgo/libgo/go/runtime/netpoll_kqueue.go
    branches/gccgo/libgo/go/runtime/netpoll_solaris.go
    branches/gccgo/libgo/go/runtime/os3_solaris.go
    branches/gccgo/libgo/go/runtime/os_aix.go
    branches/gccgo/libgo/go/runtime/os_darwin.go
    branches/gccgo/libgo/go/runtime/os_dragonfly.go
    branches/gccgo/libgo/go/runtime/os_freebsd.go
    branches/gccgo/libgo/go/runtime/os_gccgo.go
    branches/gccgo/libgo/go/runtime/os_hurd.go
    branches/gccgo/libgo/go/runtime/os_linux.go
    branches/gccgo/libgo/go/runtime/os_netbsd.go
    branches/gccgo/libgo/go/runtime/os_openbsd.go
    branches/gccgo/libgo/go/runtime/os_solaris.go
    branches/gccgo/libgo/go/runtime/panic.go
    branches/gccgo/libgo/go/runtime/pprof/internal/profile/profile.go
    branches/gccgo/libgo/go/runtime/pprof/label.go
    branches/gccgo/libgo/go/runtime/pprof/pprof_test.go
    branches/gccgo/libgo/go/runtime/pprof/proto_test.go
    branches/gccgo/libgo/go/runtime/pprof/runtime.go
    branches/gccgo/libgo/go/runtime/pprof/testdata/mappingtest/main.go
    branches/gccgo/libgo/go/runtime/print.go
    branches/gccgo/libgo/go/runtime/proc.go
    branches/gccgo/libgo/go/runtime/proc_test.go
    branches/gccgo/libgo/go/runtime/runtime-lldb_test.go
    branches/gccgo/libgo/go/runtime/runtime.go
    branches/gccgo/libgo/go/runtime/runtime1.go
    branches/gccgo/libgo/go/runtime/runtime2.go
    branches/gccgo/libgo/go/runtime/runtime_mmap_test.go
    branches/gccgo/libgo/go/runtime/runtime_test.go
    branches/gccgo/libgo/go/runtime/select.go
    branches/gccgo/libgo/go/runtime/sema.go
    branches/gccgo/libgo/go/runtime/semasleep_test.go
    branches/gccgo/libgo/go/runtime/signal_sighandler.go
    branches/gccgo/libgo/go/runtime/signal_unix.go
    branches/gccgo/libgo/go/runtime/sigqueue.go
    branches/gccgo/libgo/go/runtime/sizeclasses.go
    branches/gccgo/libgo/go/runtime/slice.go
    branches/gccgo/libgo/go/runtime/stack_test.go
    branches/gccgo/libgo/go/runtime/string.go
    branches/gccgo/libgo/go/runtime/stubs.go
    branches/gccgo/libgo/go/runtime/stubs2.go
    branches/gccgo/libgo/go/runtime/symtab.go
    branches/gccgo/libgo/go/runtime/testdata/testprog/deadlock.go
    branches/gccgo/libgo/go/runtime/testdata/testprog/gc.go
    branches/gccgo/libgo/go/runtime/testdata/testprogcgo/dll_windows.go
    branches/gccgo/libgo/go/runtime/testdata/testprogcgo/sigstack.go
    branches/gccgo/libgo/go/runtime/trace/trace_test.go
    branches/gccgo/libgo/go/runtime/type.go
    branches/gccgo/libgo/go/runtime/typekind.go
    branches/gccgo/libgo/go/runtime/utf8.go
    branches/gccgo/libgo/go/runtime/write_err_android.go
    branches/gccgo/libgo/go/sort/slice.go
    branches/gccgo/libgo/go/sort/sort_test.go
    branches/gccgo/libgo/go/strconv/atof.go
    branches/gccgo/libgo/go/strconv/atof_test.go
    branches/gccgo/libgo/go/strconv/atoi.go
    branches/gccgo/libgo/go/strconv/atoi_test.go
    branches/gccgo/libgo/go/strconv/example_test.go
    branches/gccgo/libgo/go/strconv/extfloat.go
    branches/gccgo/libgo/go/strconv/ftoa.go
    branches/gccgo/libgo/go/strconv/ftoa_test.go
    branches/gccgo/libgo/go/strconv/isprint.go
    branches/gccgo/libgo/go/strconv/quote.go
    branches/gccgo/libgo/go/strconv/strconv_test.go
    branches/gccgo/libgo/go/strings/example_test.go
    branches/gccgo/libgo/go/strings/replace.go
    branches/gccgo/libgo/go/strings/strings.go
    branches/gccgo/libgo/go/strings/strings_test.go
    branches/gccgo/libgo/go/sync/export_test.go
    branches/gccgo/libgo/go/sync/mutex.go
    branches/gccgo/libgo/go/sync/mutex_test.go
    branches/gccgo/libgo/go/sync/once.go
    branches/gccgo/libgo/go/sync/pool.go
    branches/gccgo/libgo/go/sync/pool_test.go
    branches/gccgo/libgo/go/sync/runtime.go
    branches/gccgo/libgo/go/sync/runtime_sema_test.go
    branches/gccgo/libgo/go/sync/rwmutex.go
    branches/gccgo/libgo/go/sync/waitgroup.go
    branches/gccgo/libgo/go/syscall/dirent_bsd_test.go
    branches/gccgo/libgo/go/syscall/exec_darwin.go
    branches/gccgo/libgo/go/syscall/exec_linux.go
    branches/gccgo/libgo/go/syscall/exec_linux_test.go
    branches/gccgo/libgo/go/syscall/exec_unix.go
    branches/gccgo/libgo/go/syscall/exec_windows.go
    branches/gccgo/libgo/go/syscall/fs_js.go
    branches/gccgo/libgo/go/syscall/js/js.go
    branches/gccgo/libgo/go/syscall/js/js_test.go
    branches/gccgo/libgo/go/syscall/sockcmsg_unix.go
    branches/gccgo/libgo/go/syscall/socket.go
    branches/gccgo/libgo/go/syscall/syscall_errno.go
    branches/gccgo/libgo/go/syscall/syscall_freebsd.go
    branches/gccgo/libgo/go/syscall/syscall_js.go
    branches/gccgo/libgo/go/syscall/syscall_linux_s390x.go
    branches/gccgo/libgo/go/syscall/syscall_unix.go
    branches/gccgo/libgo/go/syscall/syscall_unix_test.go
    branches/gccgo/libgo/go/testing/benchmark.go
    branches/gccgo/libgo/go/testing/benchmark_test.go
    branches/gccgo/libgo/go/testing/cover.go
    branches/gccgo/libgo/go/testing/example.go
    branches/gccgo/libgo/go/testing/export_test.go
    branches/gccgo/libgo/go/testing/internal/testdeps/deps.go
    branches/gccgo/libgo/go/testing/quick/quick.go
    branches/gccgo/libgo/go/testing/quick/quick_test.go
    branches/gccgo/libgo/go/testing/sub_test.go
    branches/gccgo/libgo/go/testing/testing.go
    branches/gccgo/libgo/go/text/scanner/scanner.go
    branches/gccgo/libgo/go/text/scanner/scanner_test.go
    branches/gccgo/libgo/go/text/tabwriter/tabwriter.go
    branches/gccgo/libgo/go/text/tabwriter/tabwriter_test.go
    branches/gccgo/libgo/go/text/template/doc.go
    branches/gccgo/libgo/go/text/template/exec.go
    branches/gccgo/libgo/go/text/template/exec_test.go
    branches/gccgo/libgo/go/text/template/funcs.go
    branches/gccgo/libgo/go/text/template/helper.go
    branches/gccgo/libgo/go/text/template/parse/lex.go
    branches/gccgo/libgo/go/text/template/parse/lex_test.go
    branches/gccgo/libgo/go/text/template/parse/node.go
    branches/gccgo/libgo/go/text/template/parse/parse_test.go
    branches/gccgo/libgo/go/text/template/template.go
    branches/gccgo/libgo/go/time/example_test.go
    branches/gccgo/libgo/go/time/export_test.go
    branches/gccgo/libgo/go/time/format.go
    branches/gccgo/libgo/go/time/format_test.go
    branches/gccgo/libgo/go/time/sleep.go
    branches/gccgo/libgo/go/time/time.go
    branches/gccgo/libgo/go/time/time_test.go
    branches/gccgo/libgo/go/time/zoneinfo_ios.go
    branches/gccgo/libgo/go/time/zoneinfo_read.go
    branches/gccgo/libgo/go/time/zoneinfo_test.go
    branches/gccgo/libgo/go/unicode/letter.go
    branches/gccgo/libgo/go/unicode/script_test.go
    branches/gccgo/libgo/go/unicode/tables.go
    branches/gccgo/libgo/go/unicode/utf8/utf8.go
    branches/gccgo/libgo/goarch.sh
    branches/gccgo/libgo/gotool-packages.txt
    branches/gccgo/libgo/libgo-packages.txt
    branches/gccgo/libgo/match.sh
    branches/gccgo/libgo/misc/cgo/errors/errors_test.go
    branches/gccgo/libgo/misc/cgo/errors/ptr_test.go
    branches/gccgo/libgo/misc/cgo/fortran/test.bash
    branches/gccgo/libgo/misc/cgo/test/callback.go
    branches/gccgo/libgo/misc/cgo/test/cgo_linux_test.go
    branches/gccgo/libgo/misc/cgo/test/cgo_stubs_android_test.go
    branches/gccgo/libgo/misc/cgo/test/cgo_test.go
    branches/gccgo/libgo/misc/cgo/test/issue18146.go
    branches/gccgo/libgo/misc/cgo/test/sigaltstack.go
    branches/gccgo/libgo/misc/cgo/testcarchive/carchive_test.go
    branches/gccgo/libgo/misc/cgo/testcshared/cshared_test.go
    branches/gccgo/libgo/misc/cgo/testgodefs/test.bash
    branches/gccgo/libgo/misc/cgo/testsanitizers/cc_test.go
    branches/gccgo/libgo/misc/cgo/testsanitizers/tsan_test.go
    branches/gccgo/libgo/misc/cgo/testshared/shared_test.go
    branches/gccgo/libgo/mkrsysinfo.sh
    branches/gccgo/libgo/mkruntimeinc.sh
    branches/gccgo/libgo/mksysinfo.sh
    branches/gccgo/libgo/runtime/go-construct-map.c
    branches/gccgo/libgo/runtime/go-fieldtrack.c
    branches/gccgo/libgo/runtime/go-libmain.c
    branches/gccgo/libgo/runtime/go-main.c
    branches/gccgo/libgo/runtime/go-reflect-call.c
    branches/gccgo/libgo/runtime/go-unsafe-pointer.c
    branches/gccgo/libgo/runtime/panic.c
    branches/gccgo/libgo/runtime/print.c
    branches/gccgo/libgo/runtime/proc.c
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libgo/runtime/runtime_c.c
    branches/gccgo/libgo/testsuite/gotest
    branches/gccgo/libgomp/ChangeLog
    branches/gccgo/libgomp/acinclude.m4
    branches/gccgo/libgomp/configure
    branches/gccgo/libgomp/plugin/plugin-hsa.c
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-10.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-11.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-12.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-13.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-14.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-15.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-16.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/scan-9.C
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-11.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-12.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-13.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-14.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-15.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-16.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-17.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-18.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-19.c
    branches/gccgo/libgomp/testsuite/libgomp.c/scan-20.c
    branches/gccgo/libiberty/ChangeLog
    branches/gccgo/libiberty/rust-demangle.c
    branches/gccgo/libiberty/simple-object-elf.c
    branches/gccgo/libiberty/testsuite/rust-demangle-expected
    branches/gccgo/libitm/ChangeLog
    branches/gccgo/libitm/acinclude.m4
    branches/gccgo/libitm/config/arm/sjlj.S
    branches/gccgo/libitm/configure
    branches/gccgo/libitm/configure.tgt
    branches/gccgo/libphobos/ChangeLog
    branches/gccgo/libphobos/testsuite/lib/libphobos.exp
    branches/gccgo/libsanitizer/ChangeLog
    branches/gccgo/libsanitizer/configure.tgt
    branches/gccgo/libtool.m4



More information about the Libstdc++-cvs mailing list