r279387 [1/2] - in /branches/gccgo: ./ ChangeLo...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Dec 13 22:10:00 GMT 2019


Author: ian
Date: Fri Dec 13 22:10:44 2019
New Revision: 279387

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

Added:
    branches/gccgo/libstdc++-v3/include/bits/iterator_concepts.h
      - copied unchanged from r279380, trunk/libstdc++-v3/include/bits/iterator_concepts.h
    branches/gccgo/libstdc++-v3/include/std/ranges
      - copied unchanged from r279380, trunk/libstdc++-v3/include/std/ranges
    branches/gccgo/libstdc++-v3/include/std/stop_token
      - copied unchanged from r279380, trunk/libstdc++-v3/include/std/stop_token
    branches/gccgo/libstdc++-v3/libsupc++/compare
      - copied unchanged from r279380, trunk/libstdc++-v3/libsupc++/compare
    branches/gccgo/libstdc++-v3/testsuite/18_support/comparisons/
      - copied from r279380, trunk/libstdc++-v3/testsuite/18_support/comparisons/
    branches/gccgo/libstdc++-v3/testsuite/20_util/allocator_traits/header-2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/header-2.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/allocator_traits/header.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/header.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/bind/constexpr.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/bind/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function_objects/bind_front/constexpr.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/function_objects/bind_front/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function_objects/constexpr_searcher.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/function_objects/constexpr_searcher.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/constexpr.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function_objects/not_fn/constexpr.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/function_objects/not_fn/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr_c++20.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr_c++20.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/reference_wrapper/constexpr.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr_allocator_arg_t.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr_allocator_arg_t.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/tuple/constexpr_swap.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/20_util/tuple/constexpr_swap.cc
    branches/gccgo/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/range.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/range.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/requirements/constexpr_fill.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/23_containers/array/requirements/constexpr_fill.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/requirements/constexpr_swap.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/23_containers/array/requirements/constexpr_swap.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/deque/types/92267.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/23_containers/deque/types/92267.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/span/nothrow_cons.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/23_containers/span/nothrow_cons.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/vector/bool/iterator_c++20.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/iterator_c++20.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/associated_types/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/associated_types/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/bidirectional/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/bidirectional/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/common_iterator/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/common_iterator/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/contiguous/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/contiguous/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/counted_iterator/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/counted_iterator/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/customization_points/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/customization_points/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/forward/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/forward/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++20.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++20.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/indirect_callable/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/indirect_callable/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/input/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/input/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/move_iterator/cust.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/24_iterators/move_iterator/cust.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/move_iterator/sentinel.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/24_iterators/move_iterator/sentinel.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/operations/26020.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/24_iterators/operations/26020.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/output/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/output/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/random_access/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/random_access/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/range_access/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_operations/
      - copied from r279380, trunk/libstdc++-v3/testsuite/24_iterators/range_operations/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/debug/
      - copied from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/debug/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/2.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/31.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/31.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/32.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/32.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/33.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/33.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/41.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/41.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/42.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/42.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/43.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/43.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/2.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/equal/deque_iterators/
      - copied from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/equal/deque_iterators/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/fill/deque_iterators/
      - copied from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/fill/deque_iterators/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/for_each/for_each_n_debug.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/for_each/for_each_n_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_three_way/
      - copied from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_three_way/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/2.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/2.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/bit/header-2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/26_numerics/bit/header-2.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/bit/header.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/26_numerics/bit/header.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/complex/1.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/26_numerics/complex/1.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/complex/2.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/26_numerics/complex/2.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/deleted.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/deleted.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/deleted.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/deleted.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/concat/92853.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/concat/92853.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path-char8_t.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path-char8_t.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable_any/stop_token/
      - copied from r279380, trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/stop_token/
    branches/gccgo/libstdc++-v3/testsuite/30_threads/headers/stop_token/
      - copied from r279380, trunk/libstdc++-v3/testsuite/30_threads/headers/stop_token/
    branches/gccgo/libstdc++-v3/testsuite/30_threads/headers/thread/types_std_c++20.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/30_threads/headers/thread/types_std_c++20.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/jthread/
      - copied from r279380, trunk/libstdc++-v3/testsuite/30_threads/jthread/
    branches/gccgo/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/3.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/3.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/stop_token/
      - copied from r279380, trunk/libstdc++-v3/testsuite/30_threads/stop_token/
    branches/gccgo/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/3.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/3.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/4.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/4.cc
    branches/gccgo/libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path-char8_t.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path-char8_t.cc
    branches/gccgo/libstdc++-v3/testsuite/libstdc++-prettyprinters/91997.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/91997.cc
    branches/gccgo/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx20.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx20.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc
    branches/gccgo/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
      - copied from r279380, trunk/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
    branches/gccgo/libstdc++-v3/testsuite/std/ranges/
      - copied from r279380, trunk/libstdc++-v3/testsuite/std/ranges/
    branches/gccgo/libstdc++-v3/testsuite/util/slow_clock.h
      - copied unchanged from r279380, trunk/libstdc++-v3/testsuite/util/slow_clock.h
Removed:
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/random_access_iterator/
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access_cpp14.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access_cpp17_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/range_access_cpp20.cc
    branches/gccgo/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultconstructible/
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/hppa-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h
    branches/gccgo/libstdc++-v3/configure
    branches/gccgo/libstdc++-v3/configure.ac
    branches/gccgo/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/gccgo/libstdc++-v3/doc/html/api.html
    branches/gccgo/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/gccgo/libstdc++-v3/doc/html/manual/facets.html
    branches/gccgo/libstdc++-v3/doc/html/manual/localization.html
    branches/gccgo/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/gccgo/libstdc++-v3/doc/html/manual/status.html
    branches/gccgo/libstdc++-v3/doc/xml/api.xml
    branches/gccgo/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/codecvt.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/locale.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/messages.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/using.xml
    branches/gccgo/libstdc++-v3/include/Makefile.am
    branches/gccgo/libstdc++-v3/include/Makefile.in
    branches/gccgo/libstdc++-v3/include/bits/alloc_traits.h
    branches/gccgo/libstdc++-v3/include/bits/c++config
    branches/gccgo/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/gccgo/libstdc++-v3/include/bits/deque.tcc
    branches/gccgo/libstdc++-v3/include/bits/fs_path.h
    branches/gccgo/libstdc++-v3/include/bits/ios_base.h
    branches/gccgo/libstdc++-v3/include/bits/move.h
    branches/gccgo/libstdc++-v3/include/bits/range_access.h
    branches/gccgo/libstdc++-v3/include/bits/refwrap.h
    branches/gccgo/libstdc++-v3/include/bits/regex.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_bvector.h
    branches/gccgo/libstdc++-v3/include/bits/stl_construct.h
    branches/gccgo/libstdc++-v3/include/bits/stl_deque.h
    branches/gccgo/libstdc++-v3/include/bits/stl_iterator.h
    branches/gccgo/libstdc++-v3/include/bits/stl_iterator_base_types.h
    branches/gccgo/libstdc++-v3/include/bits/stl_multiset.h
    branches/gccgo/libstdc++-v3/include/bits/stl_pair.h
    branches/gccgo/libstdc++-v3/include/bits/stl_set.h
    branches/gccgo/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/gccgo/libstdc++-v3/include/bits/unordered_set.h
    branches/gccgo/libstdc++-v3/include/bits/uses_allocator.h
    branches/gccgo/libstdc++-v3/include/debug/array
    branches/gccgo/libstdc++-v3/include/debug/debug.h
    branches/gccgo/libstdc++-v3/include/debug/functions.h
    branches/gccgo/libstdc++-v3/include/debug/helper_functions.h
    branches/gccgo/libstdc++-v3/include/debug/multiset.h
    branches/gccgo/libstdc++-v3/include/debug/safe_iterator.h
    branches/gccgo/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/gccgo/libstdc++-v3/include/debug/set.h
    branches/gccgo/libstdc++-v3/include/debug/stl_iterator.h
    branches/gccgo/libstdc++-v3/include/debug/unordered_set
    branches/gccgo/libstdc++-v3/include/debug/vector
    branches/gccgo/libstdc++-v3/include/experimental/bits/fs_path.h
    branches/gccgo/libstdc++-v3/include/experimental/string_view
    branches/gccgo/libstdc++-v3/include/ext/algorithm
    branches/gccgo/libstdc++-v3/include/ext/alloc_traits.h
    branches/gccgo/libstdc++-v3/include/ext/rc_string_base.h
    branches/gccgo/libstdc++-v3/include/ext/sso_string_base.h
    branches/gccgo/libstdc++-v3/include/precompiled/stdc++.h
    branches/gccgo/libstdc++-v3/include/pstl/glue_numeric_defs.h
    branches/gccgo/libstdc++-v3/include/pstl/glue_numeric_impl.h
    branches/gccgo/libstdc++-v3/include/std/array
    branches/gccgo/libstdc++-v3/include/std/bit
    branches/gccgo/libstdc++-v3/include/std/complex
    branches/gccgo/libstdc++-v3/include/std/concepts
    branches/gccgo/libstdc++-v3/include/std/condition_variable
    branches/gccgo/libstdc++-v3/include/std/functional
    branches/gccgo/libstdc++-v3/include/std/mutex
    branches/gccgo/libstdc++-v3/include/std/numeric
    branches/gccgo/libstdc++-v3/include/std/ostream
    branches/gccgo/libstdc++-v3/include/std/shared_mutex
    branches/gccgo/libstdc++-v3/include/std/span
    branches/gccgo/libstdc++-v3/include/std/string_view
    branches/gccgo/libstdc++-v3/include/std/thread
    branches/gccgo/libstdc++-v3/include/std/tuple
    branches/gccgo/libstdc++-v3/include/std/type_traits
    branches/gccgo/libstdc++-v3/include/std/version
    branches/gccgo/libstdc++-v3/include/tr1/cctype
    branches/gccgo/libstdc++-v3/include/tr1/cfenv
    branches/gccgo/libstdc++-v3/include/tr1/cinttypes
    branches/gccgo/libstdc++-v3/include/tr1/cstdint
    branches/gccgo/libstdc++-v3/include/tr1/cstdio
    branches/gccgo/libstdc++-v3/include/tr1/cstdlib
    branches/gccgo/libstdc++-v3/include/tr1/cwchar
    branches/gccgo/libstdc++-v3/include/tr1/cwctype
    branches/gccgo/libstdc++-v3/libsupc++/Makefile.am
    branches/gccgo/libstdc++-v3/libsupc++/Makefile.in
    branches/gccgo/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gccgo/libstdc++-v3/src/c++11/random.cc
    branches/gccgo/libstdc++-v3/src/c++17/fs_path.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/add_pointer/value.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/forward/c_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/forward/f_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/uses_allocator/69293_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/comparison_operators/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/typedefs.cc
    branches/gccgo/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/typedefs.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/2.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/pod.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/2.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/pod.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc
    branches/gccgo/libstdc++-v3/testsuite/experimental/feat-char8_t.cc
    branches/gccgo/libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path.cc
    branches/gccgo/libstdc++-v3/testsuite/experimental/iterator/requirements.cc
    branches/gccgo/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/25_algorithms/copy_backward_deque_iterators.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/25_algorithms/copy_deque_iterators.cc
    branches/gccgo/libstdc++-v3/testsuite/std/concepts/concepts.callable/relation.cc
    branches/gccgo/libstdc++-v3/testsuite/std/concepts/concepts.object/regular.cc
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/gccgo/contrib/unicode/
      - copied from r279380, trunk/contrib/unicode/
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-base.cc
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-base.cc
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-base.def
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-base.def
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-base.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-base.h
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-functions.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-functions.h
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-shapes.cc
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-shapes.cc
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins-shapes.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins-shapes.h
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins.cc
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins.cc
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins.def
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins.def
    branches/gccgo/gcc/config/aarch64/aarch64-sve-builtins.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-sve-builtins.h
    branches/gccgo/gcc/config/aarch64/aarch64-vxworks.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/aarch64-vxworks.h
    branches/gccgo/gcc/config/aarch64/arm_sve.h
      - copied unchanged from r279380, trunk/gcc/config/aarch64/arm_sve.h
    branches/gccgo/gcc/config/aarch64/t-aarch64-vxworks
      - copied unchanged from r279380, trunk/gcc/config/aarch64/t-aarch64-vxworks
    branches/gccgo/gcc/config/arc/arc-passes.def
      - copied unchanged from r279380, trunk/gcc/config/arc/arc-passes.def
    branches/gccgo/gcc/config/gcn/mkoffload.c
      - copied unchanged from r279380, trunk/gcc/config/gcn/mkoffload.c
    branches/gccgo/gcc/config/gcn/offload.h
      - copied unchanged from r279380, trunk/gcc/config/gcn/offload.h
    branches/gccgo/gcc/config/gcn/t-omp-device
      - copied unchanged from r279380, trunk/gcc/config/gcn/t-omp-device
    branches/gccgo/gcc/config/i386/t-omp-device
      - copied unchanged from r279380, trunk/gcc/config/i386/t-omp-device
    branches/gccgo/gcc/config/nvptx/t-omp-device
      - copied unchanged from r279380, trunk/gcc/config/nvptx/t-omp-device
    branches/gccgo/gcc/config/riscv/riscv-sr.c
      - copied unchanged from r279380, trunk/gcc/config/riscv/riscv-sr.c
    branches/gccgo/gcc/params.opt
      - copied unchanged from r279380, trunk/gcc/params.opt
    branches/gccgo/gcc/testsuite/c-c++-common/Wshadow-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/Wshadow-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/has-builtin-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/has-builtin-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/has-builtin-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/has-builtin-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/has-builtin.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/has-builtin.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/pr92296-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/pr92296-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/pr92296-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/pr92296-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/spaceship-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/cpp/spaceship-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/clause-locations.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/goacc/clause-locations.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/nested-reductions-warn.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/goacc/nested-reductions-warn.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/nested-reductions.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/goacc/nested-reductions.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-target-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-target-5.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-10.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-11.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-11.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-12.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-12.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-13.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-13.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-9.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr90677.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/pr90677.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr92352.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/pr92352.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr92452.c
      - copied unchanged from r279380, trunk/gcc/testsuite/c-c++-common/pr92452.c
    branches/gccgo/gcc/testsuite/g++.dg/conversion/ambig4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/conversion/ambig4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp/spaceship-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp/spaceship-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/aggr3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/aggr3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-92443.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-92443.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype-err1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/decltype-err1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype73.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/decltype73.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/enum38.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/enum38.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-71.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-71.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr43.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr43.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr44.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr44.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/overload-conv-4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/overload-conv-4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr92447.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/pr92447.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr92524.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/pr92524.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/temp-extend2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp0x/temp-extend2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const16.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const16.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90842.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90842.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/var-templ64.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ64.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/attr-lambda1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1z/attr-lambda1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-tracking-const1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-tracking-const1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nodiscard7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp1z/nodiscard7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/attr-likely6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/attr-likely6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/bitfield4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/bitfield4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/class-deduction-alias1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/class-deduction-alias1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/class-deduction-alias2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/class-deduction-alias2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-alias3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-alias3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-alias4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-alias4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-fn4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-fn4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-friend4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-friend4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-lambda2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-lambda2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-lambda3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-lambda3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-lambda4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-lambda4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr84810.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84810.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr88395.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr88395.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires19.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires19.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires20.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires20.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-return-req1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-return-req1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval10.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval11.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval12.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval13.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/consteval9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/consteval9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init10.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init11.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init12.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init13.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-init9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-new5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-new6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-new7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-new8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constinit14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constinit15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/constinit15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/desig15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/desig15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/lambda-generic6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-generic6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/lambda-mangle.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-mangle.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/lambda-pack-init3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-pack-init3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/nontype-class24.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class24.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/nontype-class25.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class25.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/nontype-class26.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class26.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init10.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init11.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init12.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init13.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init15.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init16.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init16.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init17.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init17.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init18.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init18.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init19.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init19.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init20.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init20.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/paren-init9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/pr89913.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/pr89913.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-constexpr1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-constexpr1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq1a.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq1a.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-eq7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-err1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-err1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-err2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-err2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-err3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-err3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1a.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1a.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-scalar3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-sfinae1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-sfinae1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth1a.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth1a.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth3a.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth3a.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-synth5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-vec1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-vec1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/spaceship-weak1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-weak1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc10.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc11.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc12.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc13.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc13.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc14.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc14.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/srcloc9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/ucn2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/cpp2a/ucn2.C
    branches/gccgo/gcc/testsuite/g++.dg/dfp/pr92744.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/dfp/pr92744.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/alignof1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/alignof1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/base-operand-non-pointer-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/base-operand-non-pointer-1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/bitfld4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/bitfld4.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/functional-cast-to-array-type-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/functional-cast-to-array-type-1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/inconsistent-deduction-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/inconsistent-deduction-1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/main2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/main2.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/pr90767-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/pr90767-1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/pr90767-2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/pr90767-2.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/returning-a-value-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/diagnostic/returning-a-value-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/attr-lambda2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/attr-lambda2.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/consteval1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/consteval1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/is_same.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/is_same.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/sve-sizeless-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/sve-sizeless-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/temp-extend1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ext/temp-extend1.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-1.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-2.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-3.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-4.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-5.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-5.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-6.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-6.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-7.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/declare-variant-8.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/declare-variant-8.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/pr92504.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/gomp/pr92504.C
    branches/gccgo/gcc/testsuite/g++.dg/init/array54.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/init/array54.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr91956.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ipa/pr91956.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr92454.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ipa/pr92454.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr92528.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ipa/pr92528.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr92697.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/ipa/pr92697.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h
    branches/gccgo/gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/odr-7_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/odr-7_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/odr-7_1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/odr-7_1.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr70929_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr70929_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr70929_1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr70929_1.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr91574_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr91574_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr92476_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr92476_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr92476_1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr92476_1.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr92609_0.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr92609_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr92609_1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/lto/pr92609_1.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92007.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92007.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92262.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92262.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92317.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92317.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92401.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92401.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92610.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92610.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr92644.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/pr92644.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/store-merging-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/store-merging-1.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/store-merging-2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/store-merging-2.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/store-merging-3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/opt/store-merging-3.C
    branches/gccgo/gcc/testsuite/g++.dg/other/pr92201.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/other/pr92201.C
    branches/gccgo/gcc/testsuite/g++.dg/other/return2.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/other/return2.C
    branches/gccgo/gcc/testsuite/g++.dg/overload/bit-field1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/overload/bit-field1.C
    branches/gccgo/gcc/testsuite/g++.dg/overload/error4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/overload/error4.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash70.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/parse/crash70.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/crash71.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/parse/crash71.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/operator9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/parse/operator9.C
    branches/gccgo/gcc/testsuite/g++.dg/pch/pr92458.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/pch/pr92458.C
    branches/gccgo/gcc/testsuite/g++.dg/pch/pr92458.Hs
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/pch/pr92458.Hs
    branches/gccgo/gcc/testsuite/g++.dg/pr92339.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/pr92339.C
    branches/gccgo/gcc/testsuite/g++.dg/pr92365.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/pr92365.C
    branches/gccgo/gcc/testsuite/g++.dg/pr92370.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/pr92370.C
    branches/gccgo/gcc/testsuite/g++.dg/template/fn.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/template/fn.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr91355.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/torture/pr91355.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr92384.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/torture/pr92384.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr92421.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/torture/pr92421.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/loop-cond-split-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/tree-ssa/loop-cond-split-1.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr92751.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/tree-ssa/pr92751.C
    branches/gccgo/gcc/testsuite/g++.dg/vect/pr92595.cc
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/vect/pr92595.cc
    branches/gccgo/gcc/testsuite/g++.dg/vect/slp-pr92516.cc
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/vect/slp-pr92516.cc
    branches/gccgo/gcc/testsuite/g++.dg/warn/Warray-bounds-9.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds-9.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/inline3.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/warn/inline3.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/multiple-sign-compare-warn-1.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.dg/warn/multiple-sign-compare-warn-1.C
    branches/gccgo/gcc/testsuite/g++.target/aarch64/sve/acle/
      - copied from r279380, trunk/gcc/testsuite/g++.target/aarch64/sve/acle/
    branches/gccgo/gcc/testsuite/g++.target/aarch64/sve/catch_7.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.target/aarch64/sve/catch_7.C
    branches/gccgo/gcc/testsuite/g++.target/i386/pr92354.C
      - copied unchanged from r279380, trunk/gcc/testsuite/g++.target/i386/pr92354.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/flatten.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/flatten.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr90840.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/pr90840.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr92231.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/pr92231.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr92449.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/pr92449.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr92618.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/pr92618.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr92891.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/compile/pr92891.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/bswap-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/bswap-3.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr86659-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr86659-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr86659-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr86659-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr92618.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr92618.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr92904.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.c-torture/execute/pr92904.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-48.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-48.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-49.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-49.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-50.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-50.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-51.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-51.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-53.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-53.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-54.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-54.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-55.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-55.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-56.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Warray-bounds-56.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-20.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-20.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-21.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-22.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-22.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-23.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-23.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-24.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-24.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-25.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-26.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-26.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wzero-length-array-bounds-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wzero-length-array-bounds-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wzero-length-array-bounds.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/Wzero-length-array-bounds.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-access-read-only.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/attr-access-read-only.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-access-read-write-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/attr-access-read-write-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-access-read-write.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/attr-access-read-write.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-access-write-only.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/attr-access-write-only.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-attr-syntax-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-float-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-float-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-old-style-definition-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-old-style-definition-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-old-style-definition-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-old-style-definition-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-utf8char-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c11-utf8char-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-deprecated-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-deprecated-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-deprecated-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-deprecated-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-syntax-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-syntax-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-syntax-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-float-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-float-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-no-dfp-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-no-dfp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-old-style-definition-6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-old-style-definition-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-utf8char-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-utf8char-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-utf8char-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-utf8char-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-utf8char-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/c2x-utf8char-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-attr-syntax-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-attr-syntax-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-attr-syntax-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-attr-syntax-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-attrs-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-attrs-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-attrs-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-attrs-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-builtins-no-dfp-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-builtins-no-dfp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gnu2x-utf8char-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gnu2x-utf8char-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gomp/pr92557.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/gomp/pr92557.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/inline-9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/ipa/inline-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-clone-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/ipa/ipa-clone-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipcp-agg-11.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-agg-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr92529.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/ipa/pr92529.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr92883.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/ipa/pr92883.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/pr91393_0.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/lto/pr91393_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/tag-1_0.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/lto/tag-1_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/tag-1_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/lto/tag-1_1.c
    branches/gccgo/gcc/testsuite/gcc.dg/lvalue-10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/lvalue-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/lvalue-9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/lvalue-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr90898.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr90898.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91195.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr91195.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92260.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92260.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92263.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92263.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92301.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92301.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92430.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92430.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92493.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92493.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92510.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92510.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92741.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92741.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92768.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92768.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92951-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92951-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr92951-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/pr92951-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/aarch64/missed-pass-error.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/rtl/aarch64/missed-pass-error.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/aarch64/rtl-handle-column-numbers.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/rtl/aarch64/rtl-handle-column-numbers.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/aarch64/test-epilogue-set.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/rtl/aarch64/test-epilogue-set.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/aarch64/unspecified-pass-error.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/rtl/aarch64/unspecified-pass-error.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strcmpopt_7.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strcmpopt_8.c
    branches/gccgo/gcc/testsuite/gcc.dg/strcmpopt_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strcmpopt_9.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-88.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strlenopt-88.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-89.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strlenopt-89.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-90.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strlenopt-90.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-91.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/strlenopt-91.c
    branches/gccgo/gcc/testsuite/gcc.dg/tm/attrs-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tm/attrs-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tm/props-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tm/props-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92088-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92088-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92088-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92088-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92241-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92241-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92241.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92241.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92252.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92252.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92275.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92275.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92345.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92345.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92371.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92371.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92410.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92410.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92461.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92461.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92512.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92512.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92596-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92596-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92608.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92608.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92690.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92690.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92704.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92704.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92715.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92715.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr92742.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/torture/pr92742.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-23.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-23.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/inline-12.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/inline-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loop-cond-split-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-cond-split-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92163.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92163.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92712-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92712-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92712-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92712-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92712-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92712-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92734-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92734-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92734.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92734.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr92834.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92834.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-84.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-84.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-40.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-40.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-41.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-41.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-42.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-42.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-43.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-43.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-bool-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-bool-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-div-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-div-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-pr92596.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-pr92596.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65930-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr65930-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65930-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr65930-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92324-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92324-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92324-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92324-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92324-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92324-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92324-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92324-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92347.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92347.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92420.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92420.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92554.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92554.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92555.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92555.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92558.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92558.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92677.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92677.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92710.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92710.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92723.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/pr92723.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-14.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-14.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-15.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-16.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-17.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-17.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-18.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-18.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-19.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-19.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-20.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-20.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-bool-cmp-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-bool-cmp-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-ctor-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-ctor-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-epilogues.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-epilogues.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-1-epilogue.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-1-epilogue.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-1-src.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-1-src.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-2-epilogues.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-2-epilogues.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-2-src.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-2-src.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-3-epilogue.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-3-epilogue.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-3-src.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-3-src.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-4-epilogue.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-4-epilogue.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-4-src.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-peel-4-src.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-epilogue-gaps.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-epilogue-gaps.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-shift-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/vla-25.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.dg/vla-25.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/acle/memtag_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/acle/memtag_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/acle/memtag_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/asm-flag-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/asm-flag-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/asm-flag-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/asm-flag-3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/asm-flag-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/asm-flag-5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/asm-flag-6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/asm-flag-6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/pr92526.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/pr92526.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/acle/
      - copied from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/clastb_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/extend_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/extend_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/extend_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/extend_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/extend_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/extend_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/extend_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/extend_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_11.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_11.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_12.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_12.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/gather_load_extend_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_extend_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/load_extend_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/pcs/
      - copied from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/pcs/
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_3_costly.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_3_costly.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/slp_7_costly.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/slp_7_costly.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/slp_7_costly_run.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/slp_7_costly_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/truncate_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/truncate_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_costly.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_costly.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_sel.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_sel.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_zero.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_zero.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve2/whilerw_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilerw_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_10.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_11.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_11.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_12.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_12.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_13.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_13.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_14.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_14.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_9.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_9.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/delay-slot-limm.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arc/delay-slot-limm.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/or-cnst-size2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arc/or-cnst-size2.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/pic-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arc/pic-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/dsp_arith.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/acle/dsp_arith.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/sat_no_smlatb.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/acle/sat_no_smlatb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/saturation.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/acle/saturation.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/simd32_sel.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/acle/simd32_sel.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/asm-flag-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/asm-flag-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/asm-flag-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/asm-flag-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/asm-flag-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/asm-flag-4.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/asm-flag-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/asm-flag-5.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/asm-flag-6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/arm/asm-flag-6.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-intelasm-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-intelasm-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512bw-pr92908.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92908.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-intelasm-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-intelasm-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr87007-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr87007-4.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr87007-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr87007-5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr90007.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr90007.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr90867.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr90867.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92225.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92225.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92258.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92258.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92295.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92295.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92549.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92549.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92615.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92615.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92645-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92645-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92645-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92645-3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92645-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92645-4.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92645-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92645-5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92645.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92645.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92686.inc
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92686.inc
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92803.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92803.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92818.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92818.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92819-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92819-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92825.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92825.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr92865-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/i386/pr92865-1.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/mips-builtins-pure.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/mips/mips-builtins-pure.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/mips64r6-ti-mult.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/mips/mips64r6-ti-mult.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/msa-ds.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/mips/msa-ds.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/msa-insert-split.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/mips/msa-insert-split.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-using-env-var.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/devices/csv-using-env-var.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-using-installed.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/devices/csv-using-installed.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-using-option.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/devices/csv-using-option.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/devices-main.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/devices/devices-main.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/msp430-devices.h
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/devices/msp430-devices.h
    branches/gccgo/gcc/testsuite/gcc.target/msp430/mlarge-use-430-insn.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/mlarge-use-430-insn.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/tiny-printf.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/msp430/tiny-printf.c
    branches/gccgo/gcc/testsuite/gcc.target/nios2/pr92499-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/nios2/pr92499-1.c
    branches/gccgo/gcc/testsuite/gcc.target/nios2/pr92499-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/nios2/pr92499-2.c
    branches/gccgo/gcc/testsuite/gcc.target/nios2/pr92499-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/nios2/pr92499-3.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92090-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92090-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92090.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92090.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92132-fp-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92132-fp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92132-fp-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92132-fp-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92132-int-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92132-int-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92132-int-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92132-int-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92398.h
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92398.h
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92398.p9+.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92398.p9+.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92398.p9-.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92398.p9-.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92449-1.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92449-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr92796.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/pr92796.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/small-loop-unroll.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/powerpc/small-loop-unroll.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-2.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-2.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-3.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-3.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-4.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-4.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-5.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-5.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-6.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-6.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-7.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-7.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/save-restore-8.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/riscv/save-restore-8.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/pr92176.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gcc.target/s390/pr92176.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/associate_50.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/associate_50.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/assumed_rank_18.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/assumed_rank_18.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bind-c-intent-out.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bind-c-intent-out.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bind_c_array_params_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bind_c_array_params_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c
    branches/gccgo/gcc/testsuite/gfortran.dg/bind_c_optional-1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bind_c_optional-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bind_c_procs_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bind_c_procs_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/bounds_check_21.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/bounds_check_21.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/byte_3.f
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/byte_3.f
    branches/gccgo/gcc/testsuite/gfortran.dg/byte_4.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/byte_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/char_result_19.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/char_result_19.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-character_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-character_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-character_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-complex_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-complex_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-complex_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-int_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-int_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-int_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-real_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-real_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison-real_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec-comparison.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec-comparison.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_4.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_5.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_5.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_6.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_7.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_7.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_8.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_assignment_8.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_3.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_4.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_5.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_5.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_6.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_7.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dec_char_conversion_in_data_7.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dependency_56.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dependency_56.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dependency_57.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/dependency_57.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/derived_init_6.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/derived_init_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/eof_6.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/eof_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/fmt_zero_width.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/fmt_zero_width.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/clause-locations.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/goacc/clause-locations.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/nested-reductions-warn.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/goacc/nested-reductions-warn.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/nested-reductions.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/goacc/nested-reductions.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/parallel-dims-2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/goacc/parallel-dims-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/teams1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/gomp/teams1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/interface_44.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/interface_44.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/interface_45.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/interface_45.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/intrinsic_9.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/intrinsic_9.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/matmul_blas_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/matmul_blas_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/no_char_to_numeric_assign.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/no_char_to_numeric_assign.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/no_overwrite_recursive_1.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/no_overwrite_recursive_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/no_overwrite_recursive_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/no_overwrite_recursive_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr90988_4.f
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr90988_4.f
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91003.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr91003.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91945.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr91945.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92208.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92208.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92277.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92277.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92537.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92537.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92629.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92629.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92781.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92781.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92874.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92874.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92882.f
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92882.f
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92897.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92897.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr92898.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/pr92898.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/spread_size_limit_2.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/spread_size_limit_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/streamio_18.f90
      - copied unchanged from r279380, trunk/gcc/testsuite/gfortran.dg/streamio_18.f90
    branches/gccgo/gcc/testsuite/gnat.dg/addr14.adb
      - copied unchanged from r279380, trunk/gcc/testsuite/gnat.dg/addr14.adb
    branches/gccgo/gcc/testsuite/gnat.dg/lto23.adb
      - copied unchanged from r279380, trunk/gcc/testsuite/gnat.dg/lto23.adb
    branches/gccgo/gcc/testsuite/objc.dg/attributes/gnu2x-attr-syntax-1.m
      - copied unchanged from r279380, trunk/gcc/testsuite/objc.dg/attributes/gnu2x-attr-syntax-1.m
    branches/gccgo/gcc/value-range.cc
      - copied unchanged from r279380, trunk/gcc/value-range.cc
    branches/gccgo/gcc/value-range.h
      - copied unchanged from r279380, trunk/gcc/value-range.h
    branches/gccgo/libcpp/generated_cpp_wcwidth.h
      - copied unchanged from r279380, trunk/libcpp/generated_cpp_wcwidth.h
    branches/gccgo/libgcc/config/avr/t-copy-libgcc
      - copied unchanged from r279380, trunk/libgcc/config/avr/t-copy-libgcc
    branches/gccgo/libgcc/config/gthr-vxworks-cond.c
      - copied unchanged from r279380, trunk/libgcc/config/gthr-vxworks-cond.c
    branches/gccgo/libgcc/config/gthr-vxworks-thread.c
      - copied unchanged from r279380, trunk/libgcc/config/gthr-vxworks-thread.c
    branches/gccgo/libgcc/config/gthr-vxworks-tls.c
      - copied unchanged from r279380, trunk/libgcc/config/gthr-vxworks-tls.c
    branches/gccgo/libgcc/config/gthr-vxworks.c
      - copied unchanged from r279380, trunk/libgcc/config/gthr-vxworks.c
    branches/gccgo/libgcc/config/t-gthr-noweak
      - copied unchanged from r279380, trunk/libgcc/config/t-gthr-noweak
    branches/gccgo/libgcc/config/t-gthr-vxworks
      - copied unchanged from r279380, trunk/libgcc/config/t-gthr-vxworks
    branches/gccgo/libgcc/config/t-gthr-vxworksae
      - copied unchanged from r279380, trunk/libgcc/config/t-gthr-vxworksae
    branches/gccgo/libgcc/config/t-vxcrtstuff
      - copied unchanged from r279380, trunk/libgcc/config/t-vxcrtstuff
    branches/gccgo/libgcc/config/t-vxworksae
      - copied unchanged from r279380, trunk/libgcc/config/t-vxworksae
    branches/gccgo/libgcc/config/vxcrtstuff.c
      - copied unchanged from r279380, trunk/libgcc/config/vxcrtstuff.c
    branches/gccgo/libgo/testsuite/libgo-test-support.exp.in
      - copied unchanged from r279380, trunk/libgo/testsuite/libgo-test-support.exp.in
    branches/gccgo/libgomp/config/accel/
      - copied from r279380, trunk/libgomp/config/accel/
    branches/gccgo/libgomp/config/gcn/
      - copied from r279380, trunk/libgomp/config/gcn/
    branches/gccgo/libgomp/oacc-target.c
      - copied unchanged from r279380, trunk/libgomp/oacc-target.c
    branches/gccgo/libgomp/plugin/plugin-gcn.c
      - copied unchanged from r279380, trunk/libgomp/plugin/plugin-gcn.c
    branches/gccgo/libgomp/testsuite/libgomp.c++/udr-20.C
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.c++/udr-20.C
    branches/gccgo/libgomp/testsuite/libgomp.c++/udr-21.C
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.c++/udr-21.C
    branches/gccgo/libgomp/testsuite/libgomp.c/target-print-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.c/target-print-1.c
    branches/gccgo/libgomp/testsuite/libgomp.fortran/atomic1.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/atomic1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/optional-map.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/optional-map.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target-print-1-nvptx.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/target-print-1-nvptx.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target-print-1.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/target-print-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target9.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/target9.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/teams1.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/teams1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/teams2.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/teams2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/map-data-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/map-data-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92843-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92843-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92854-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92854-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92877-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92877-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c/print-1.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-c/print-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyout.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyout.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-declare.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-declare.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-nested-calls.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-nested-calls.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-private.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-private.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-update-device.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-update-device.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/parallel-dims-aux.c
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/parallel-dims-aux.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/parallel-dims.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/parallel-dims.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/print-1-nvptx.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/print-1-nvptx.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/print-1.f90
      - copied unchanged from r279380, trunk/libgomp/testsuite/libgomp.oacc-fortran/print-1.f90
    branches/gccgo/libsanitizer/include/sanitizer/ubsan_interface.h
      - copied unchanged from r279380, trunk/libsanitizer/include/sanitizer/ubsan_interface.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_glibc_version.h
      - copied unchanged from r279380, trunk/libsanitizer/sanitizer_common/sanitizer_glibc_version.h
    branches/gccgo/libsanitizer/tsan/tsan_interceptors_libdispatch.cpp
      - copied unchanged from r279380, trunk/libsanitizer/tsan/tsan_interceptors_libdispatch.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interceptors_mach_vm.cpp
      - copied unchanged from r279380, trunk/libsanitizer/tsan/tsan_interceptors_mach_vm.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interceptors_posix.cpp
      - copied unchanged from r279380, trunk/libsanitizer/tsan/tsan_interceptors_posix.cpp
Removed:
    branches/gccgo/gcc/common/config/powerpcspe/
    branches/gccgo/gcc/config/avr/t-multilib
    branches/gccgo/gcc/params-enum.h
    branches/gccgo/gcc/params-list.h
    branches/gccgo/gcc/params-options.h
    branches/gccgo/gcc/params.c
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/params.h
    branches/gccgo/gcc/testsuite/g++.dg/lookup/pr6936.C
    branches/gccgo/libgcc/config/vxlib-tls.c
    branches/gccgo/libgcc/config/vxlib.c
    branches/gccgo/libgomp/config/nvptx/libgomp-plugin.c
    branches/gccgo/libgomp/config/nvptx/lock.c
    branches/gccgo/libgomp/config/nvptx/mutex.c
    branches/gccgo/libgomp/config/nvptx/mutex.h
    branches/gccgo/libgomp/config/nvptx/oacc-async.c
    branches/gccgo/libgomp/config/nvptx/oacc-cuda.c
    branches/gccgo/libgomp/config/nvptx/oacc-host.c
    branches/gccgo/libgomp/config/nvptx/oacc-init.c
    branches/gccgo/libgomp/config/nvptx/oacc-mem.c
    branches/gccgo/libgomp/config/nvptx/oacc-plugin.c
    branches/gccgo/libgomp/config/nvptx/omp-lock.h
    branches/gccgo/libgomp/config/nvptx/openacc.f90
    branches/gccgo/libgomp/config/nvptx/pool.h
    branches/gccgo/libgomp/config/nvptx/proc.c
    branches/gccgo/libgomp/config/nvptx/ptrlock.c
    branches/gccgo/libgomp/config/nvptx/ptrlock.h
    branches/gccgo/libgomp/config/nvptx/sem.c
    branches/gccgo/libgomp/config/nvptx/sem.h
    branches/gccgo/libgomp/config/nvptx/thread-stacksize.h
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-22.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-30.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-43.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-47.c
    branches/gccgo/libiberty/rust-demangle.h
    branches/gccgo/libsanitizer/libtool-version
    branches/gccgo/libsanitizer/tsan/tsan_interceptors.cpp
    branches/gccgo/libsanitizer/tsan/tsan_libdispatch.cpp
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/config-ml.in
    branches/gccgo/configure
    branches/gccgo/configure.ac
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/contrib/download_prerequisites
    branches/gccgo/contrib/mklog
    branches/gccgo/contrib/texi2pod.pl
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/atree.ads
    branches/gccgo/gcc/ada/atree.h
    branches/gccgo/gcc/ada/bindo-graphs.adb
    branches/gccgo/gcc/ada/comperr.ads
    branches/gccgo/gcc/ada/debug.ads
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gccgo/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/gccgo/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/gccgo/gcc/ada/einfo.ads
    branches/gccgo/gcc/ada/elists.ads
    branches/gccgo/gcc/ada/elists.h
    branches/gccgo/gcc/ada/err_vars.ads
    branches/gccgo/gcc/ada/errout.ads
    branches/gccgo/gcc/ada/exp_aggr.adb
    branches/gccgo/gcc/ada/exp_attr.adb
    branches/gccgo/gcc/ada/exp_ch11.ads
    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_ch7.adb
    branches/gccgo/gcc/ada/exp_ch9.adb
    branches/gccgo/gcc/ada/exp_code.ads
    branches/gccgo/gcc/ada/exp_dbug.ads
    branches/gccgo/gcc/ada/exp_disp.adb
    branches/gccgo/gcc/ada/exp_disp.ads
    branches/gccgo/gcc/ada/exp_intr.adb
    branches/gccgo/gcc/ada/exp_pakd.adb
    branches/gccgo/gcc/ada/exp_tss.ads
    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/expect.c
    branches/gccgo/gcc/ada/fe.h
    branches/gccgo/gcc/ada/freeze.adb
    branches/gccgo/gcc/ada/gcc-interface/decl.c
    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/impunit.adb
    branches/gccgo/gcc/ada/impunit.ads
    branches/gccgo/gcc/ada/inline.adb
    branches/gccgo/gcc/ada/layout.adb
    branches/gccgo/gcc/ada/lib.ads
    branches/gccgo/gcc/ada/libgnarl/a-dispat.ads
    branches/gccgo/gcc/ada/libgnat/a-calfor.adb
    branches/gccgo/gcc/ada/libgnat/a-calfor.ads
    branches/gccgo/gcc/ada/libgnat/a-cfinve.adb
    branches/gccgo/gcc/ada/libgnat/a-cofove.adb
    branches/gccgo/gcc/ada/libgnat/g-altive.ads
    branches/gccgo/gcc/ada/libgnat/g-comlin.adb
    branches/gccgo/gcc/ada/libgnat/g-comlin.ads
    branches/gccgo/gcc/ada/locales.c
    branches/gccgo/gcc/ada/namet.ads
    branches/gccgo/gcc/ada/namet.h
    branches/gccgo/gcc/ada/nlists.ads
    branches/gccgo/gcc/ada/nlists.h
    branches/gccgo/gcc/ada/opt.ads
    branches/gccgo/gcc/ada/raise-gcc.c
    branches/gccgo/gcc/ada/repinfo.ads
    branches/gccgo/gcc/ada/repinfo.h
    branches/gccgo/gcc/ada/restrict.ads
    branches/gccgo/gcc/ada/rtsfind.ads
    branches/gccgo/gcc/ada/scos.ads
    branches/gccgo/gcc/ada/scos.h
    branches/gccgo/gcc/ada/sem_aggr.ads
    branches/gccgo/gcc/ada/sem_attr.adb
    branches/gccgo/gcc/ada/sem_aux.ads
    branches/gccgo/gcc/ada/sem_ch10.adb
    branches/gccgo/gcc/ada/sem_ch12.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_ch5.adb
    branches/gccgo/gcc/ada/sem_ch6.adb
    branches/gccgo/gcc/ada/sem_ch7.adb
    branches/gccgo/gcc/ada/sem_ch8.adb
    branches/gccgo/gcc/ada/sem_ch9.adb
    branches/gccgo/gcc/ada/sem_elab.adb
    branches/gccgo/gcc/ada/sem_eval.ads
    branches/gccgo/gcc/ada/sem_prag.adb
    branches/gccgo/gcc/ada/sem_res.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/sinfo.adb
    branches/gccgo/gcc/ada/sinfo.ads
    branches/gccgo/gcc/ada/sinput.ads
    branches/gccgo/gcc/ada/stringt.ads
    branches/gccgo/gcc/ada/stringt.h
    branches/gccgo/gcc/ada/targparm.ads
    branches/gccgo/gcc/ada/types.ads
    branches/gccgo/gcc/ada/types.h
    branches/gccgo/gcc/ada/uintp.h
    branches/gccgo/gcc/ada/urealp.ads
    branches/gccgo/gcc/ada/urealp.h
    branches/gccgo/gcc/ada/warnsw.ads
    branches/gccgo/gcc/alias.c
    branches/gccgo/gcc/asan.c
    branches/gccgo/gcc/attribs.c
    branches/gccgo/gcc/attribs.h
    branches/gccgo/gcc/auto-inc-dec.c
    branches/gccgo/gcc/auto-profile.c
    branches/gccgo/gcc/bb-reorder.c
    branches/gccgo/gcc/builtin-types.def
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/builtins.h
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-ada-spec.c
    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-omp.c
    branches/gccgo/gcc/c-family/c-opts.c
    branches/gccgo/gcc/c-family/c-ppoutput.c
    branches/gccgo/gcc/c-family/c-pragma.c
    branches/gccgo/gcc/c-family/c-pragma.h
    branches/gccgo/gcc/c-family/c-pretty-print.c
    branches/gccgo/gcc/c-family/c-pretty-print.h
    branches/gccgo/gcc/c-family/c.opt
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-convert.c
    branches/gccgo/gcc/c/c-decl.c
    branches/gccgo/gcc/c/c-objc-common.c
    branches/gccgo/gcc/c/c-objc-common.h
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-parser.h
    branches/gccgo/gcc/c/c-tree.h
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/c/gimple-parser.c
    branches/gccgo/gcc/calls.c
    branches/gccgo/gcc/cfganal.c
    branches/gccgo/gcc/cfgcleanup.c
    branches/gccgo/gcc/cfgexpand.c
    branches/gccgo/gcc/cfgloop.c
    branches/gccgo/gcc/cfgloop.h
    branches/gccgo/gcc/cfgloopanal.c
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/cgraph.h
    branches/gccgo/gcc/cgraphbuild.c
    branches/gccgo/gcc/cgraphclones.c
    branches/gccgo/gcc/cgraphunit.c
    branches/gccgo/gcc/cif-code.def
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/common.opt
    branches/gccgo/gcc/common/common-target.def
    branches/gccgo/gcc/common/common-targhooks.c
    branches/gccgo/gcc/common/common-targhooks.h
    branches/gccgo/gcc/common/config/aarch64/aarch64-common.c
    branches/gccgo/gcc/common/config/avr/avr-common.c
    branches/gccgo/gcc/common/config/bpf/bpf-common.c
    branches/gccgo/gcc/common/config/gcn/gcn-common.c
    branches/gccgo/gcc/common/config/i386/i386-common.c
    branches/gccgo/gcc/common/config/ia64/ia64-common.c
    branches/gccgo/gcc/common/config/rs6000/rs6000-common.c
    branches/gccgo/gcc/common/config/sh/sh-common.c
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config.in
    branches/gccgo/gcc/config/aarch64/aarch64-arches.def
    branches/gccgo/gcc/config/aarch64/aarch64-builtins.c
    branches/gccgo/gcc/config/aarch64/aarch64-c.c
    branches/gccgo/gcc/config/aarch64/aarch64-fusion-pairs.def
    branches/gccgo/gcc/config/aarch64/aarch64-modes.def
    branches/gccgo/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gccgo/gcc/config/aarch64/aarch64-protos.h
    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.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/constraints.md
    branches/gccgo/gcc/config/aarch64/iterators.md
    branches/gccgo/gcc/config/aarch64/predicates.md
    branches/gccgo/gcc/config/aarch64/t-aarch64
    branches/gccgo/gcc/config/alpha/alpha.c
    branches/gccgo/gcc/config/arc/arc-c.c
    branches/gccgo/gcc/config/arc/arc-modes.def
    branches/gccgo/gcc/config/arc/arc-protos.h
    branches/gccgo/gcc/config/arc/arc.c
    branches/gccgo/gcc/config/arc/arc.h
    branches/gccgo/gcc/config/arc/arc.md
    branches/gccgo/gcc/config/arc/arc.opt
    branches/gccgo/gcc/config/arc/fpu.md
    branches/gccgo/gcc/config/arc/predicates.md
    branches/gccgo/gcc/config/arc/t-arc
    branches/gccgo/gcc/config/arm/aarch-common-protos.h
    branches/gccgo/gcc/config/arm/aarch-common.c
    branches/gccgo/gcc/config/arm/aout.h
    branches/gccgo/gcc/config/arm/arm-builtins.c
    branches/gccgo/gcc/config/arm/arm-c.c
    branches/gccgo/gcc/config/arm/arm-cpus.in
    branches/gccgo/gcc/config/arm/arm-fixed.md
    branches/gccgo/gcc/config/arm/arm-modes.def
    branches/gccgo/gcc/config/arm/arm-protos.h
    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_acle.h
    branches/gccgo/gcc/config/arm/arm_acle_builtins.def
    branches/gccgo/gcc/config/arm/constraints.md
    branches/gccgo/gcc/config/arm/iterators.md
    branches/gccgo/gcc/config/arm/predicates.md
    branches/gccgo/gcc/config/arm/t-multilib
    branches/gccgo/gcc/config/arm/t-vxworks
    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/vxworks.h
    branches/gccgo/gcc/config/avr/avr-arch.h
    branches/gccgo/gcc/config/avr/avr-c.c
    branches/gccgo/gcc/config/avr/avr-devices.c
    branches/gccgo/gcc/config/avr/avr-mcus.def
    branches/gccgo/gcc/config/avr/avr.c
    branches/gccgo/gcc/config/avr/avr.h
    branches/gccgo/gcc/config/avr/avr.md
    branches/gccgo/gcc/config/avr/avr.opt
    branches/gccgo/gcc/config/avr/driver-avr.c
    branches/gccgo/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/gccgo/gcc/config/avr/gen-avr-mmcu-texi.c
    branches/gccgo/gcc/config/avr/genmultilib.awk
    branches/gccgo/gcc/config/avr/t-avr
    branches/gccgo/gcc/config/bfin/bfin.c
    branches/gccgo/gcc/config/c6x/c6x.c
    branches/gccgo/gcc/config/csky/csky.c
    branches/gccgo/gcc/config/darwin-protos.h
    branches/gccgo/gcc/config/darwin.c
    branches/gccgo/gcc/config/darwin.h
    branches/gccgo/gcc/config/elfos.h
    branches/gccgo/gcc/config/gcn/gcn-run.c
    branches/gccgo/gcc/config/gcn/gcn-valu.md
    branches/gccgo/gcc/config/gcn/gcn.c
    branches/gccgo/gcc/config/gcn/gcn.h
    branches/gccgo/gcc/config/gcn/gcn.opt
    branches/gccgo/gcc/config/i386/cygming.h
    branches/gccgo/gcc/config/i386/darwin.h
    branches/gccgo/gcc/config/i386/i386-builtin.def
    branches/gccgo/gcc/config/i386/i386-builtins.c
    branches/gccgo/gcc/config/i386/i386-c.c
    branches/gccgo/gcc/config/i386/i386-expand.c
    branches/gccgo/gcc/config/i386/i386-features.c
    branches/gccgo/gcc/config/i386/i386-options.c
    branches/gccgo/gcc/config/i386/i386-options.h
    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/intelmic-mkoffload.c
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/subst.md
    branches/gccgo/gcc/config/i386/x86-tune.def
    branches/gccgo/gcc/config/ia64/ia64.c
    branches/gccgo/gcc/config/m68k/linux.h
    branches/gccgo/gcc/config/m68k/m68k-protos.h
    branches/gccgo/gcc/config/m68k/m68k.c
    branches/gccgo/gcc/config/m68k/m68k.h
    branches/gccgo/gcc/config/m68k/m68k.md
    branches/gccgo/gcc/config/m68k/predicates.md
    branches/gccgo/gcc/config/microblaze/microblaze.c
    branches/gccgo/gcc/config/mips/mips-msa.md
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/mips/mips.md
    branches/gccgo/gcc/config/msp430/driver-msp430.c
    branches/gccgo/gcc/config/msp430/msp430-devices.c
    branches/gccgo/gcc/config/msp430/msp430-devices.h
    branches/gccgo/gcc/config/msp430/msp430.c
    branches/gccgo/gcc/config/msp430/msp430.h
    branches/gccgo/gcc/config/msp430/msp430.md
    branches/gccgo/gcc/config/msp430/msp430.opt
    branches/gccgo/gcc/config/msp430/t-msp430
    branches/gccgo/gcc/config/nios2/nios2.c
    branches/gccgo/gcc/config/nios2/nios2.h
    branches/gccgo/gcc/config/nvptx/nvptx.c
    branches/gccgo/gcc/config/pa/pa.md
    branches/gccgo/gcc/config/pa/pa.opt
    branches/gccgo/gcc/config/riscv/riscv.c
    branches/gccgo/gcc/config/riscv/riscv.h
    branches/gccgo/gcc/config/riscv/t-riscv
    branches/gccgo/gcc/config/rs6000/dfp.md
    branches/gccgo/gcc/config/rs6000/predicates.md
    branches/gccgo/gcc/config/rs6000/rs6000-c.c
    branches/gccgo/gcc/config/rs6000/rs6000-call.c
    branches/gccgo/gcc/config/rs6000/rs6000-internal.h
    branches/gccgo/gcc/config/rs6000/rs6000-logue.c
    branches/gccgo/gcc/config/rs6000/rs6000-modes.def
    branches/gccgo/gcc/config/rs6000/rs6000-protos.h
    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/rs6000/vector.md
    branches/gccgo/gcc/config/rs6000/vsx.md
    branches/gccgo/gcc/config/s390/linux.h
    branches/gccgo/gcc/config/s390/s390.c
    branches/gccgo/gcc/config/s390/s390.md
    branches/gccgo/gcc/config/sparc/sparc-protos.h
    branches/gccgo/gcc/config/sparc/sparc.c
    branches/gccgo/gcc/config/sparc/sparc.md
    branches/gccgo/gcc/config/visium/visium.c
    branches/gccgo/gcc/config/vx-common.h
    branches/gccgo/gcc/config/vxworks.h
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/coretypes.h
    branches/gccgo/gcc/coverage.c
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/call.c
    branches/gccgo/gcc/cp/class.c
    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-objcp-common.h
    branches/gccgo/gcc/cp/cp-tree.def
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/cvt.c
    branches/gccgo/gcc/cp/cxx-pretty-print.c
    branches/gccgo/gcc/cp/cxx-pretty-print.h
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/decl2.c
    branches/gccgo/gcc/cp/error.c
    branches/gccgo/gcc/cp/except.c
    branches/gccgo/gcc/cp/init.c
    branches/gccgo/gcc/cp/lambda.c
    branches/gccgo/gcc/cp/mangle.c
    branches/gccgo/gcc/cp/method.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/name-lookup.h
    branches/gccgo/gcc/cp/operators.def
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/parser.h
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/rtti.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/cprop.c
    branches/gccgo/gcc/cse.c
    branches/gccgo/gcc/cselib.c
    branches/gccgo/gcc/d/ChangeLog
    branches/gccgo/gcc/d/d-builtins.cc
    branches/gccgo/gcc/d/d-codegen.cc
    branches/gccgo/gcc/d/d-target.cc
    branches/gccgo/gcc/dbgcnt.c
    branches/gccgo/gcc/dbgcnt.def
    branches/gccgo/gcc/ddg.c
    branches/gccgo/gcc/ddg.h
    branches/gccgo/gcc/diagnostic-show-locus.c
    branches/gccgo/gcc/diagnostic.c
    branches/gccgo/gcc/doc/avr-mmcu.texi
    branches/gccgo/gcc/doc/cpp.texi
    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/doc/tree-ssa.texi
    branches/gccgo/gcc/dse.c
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/emit-rtl.c
    branches/gccgo/gcc/explow.c
    branches/gccgo/gcc/expmed.c
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/fibonacci_heap.c
    branches/gccgo/gcc/fibonacci_heap.h
    branches/gccgo/gcc/final.c
    branches/gccgo/gcc/flag-types.h
    branches/gccgo/gcc/fold-const-call.c
    branches/gccgo/gcc/fold-const.c
    branches/gccgo/gcc/fold-const.h
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/arith.c
    branches/gccgo/gcc/fortran/arith.h
    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/error.c
    branches/gccgo/gcc/fortran/expr.c
    branches/gccgo/gcc/fortran/f95-lang.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/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/misc.c
    branches/gccgo/gcc/fortran/module.c
    branches/gccgo/gcc/fortran/openmp.c
    branches/gccgo/gcc/fortran/options.c
    branches/gccgo/gcc/fortran/parse.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/scanner.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-array.h
    branches/gccgo/gcc/fortran/trans-common.c
    branches/gccgo/gcc/fortran/trans-const.c
    branches/gccgo/gcc/fortran/trans-decl.c
    branches/gccgo/gcc/fortran/trans-expr.c
    branches/gccgo/gcc/fortran/trans-openmp.c
    branches/gccgo/gcc/fortran/trans-stmt.c
    branches/gccgo/gcc/fortran/trans-types.c
    branches/gccgo/gcc/fortran/trans.c
    branches/gccgo/gcc/fortran/trans.h
    branches/gccgo/gcc/function-tests.c
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/function.h
    branches/gccgo/gcc/gcc-rich-location.c
    branches/gccgo/gcc/gcc-rich-location.h
    branches/gccgo/gcc/gcc.c
    branches/gccgo/gcc/gcse.c
    branches/gccgo/gcc/gengtype.c
    branches/gccgo/gcc/genmatch.c
    branches/gccgo/gcc/ggc-common.c
    branches/gccgo/gcc/ggc-page.c
    branches/gccgo/gcc/ggc.h
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/gimple-loop-interchange.cc
    branches/gccgo/gcc/gimple-loop-jam.c
    branches/gccgo/gcc/gimple-loop-versioning.cc
    branches/gccgo/gcc/gimple-match-head.c
    branches/gccgo/gcc/gimple-pretty-print.c
    branches/gccgo/gcc/gimple-ssa-evrp-analyze.c
    branches/gccgo/gcc/gimple-ssa-evrp-analyze.h
    branches/gccgo/gcc/gimple-ssa-evrp.c
    branches/gccgo/gcc/gimple-ssa-split-paths.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-alloca.c
    branches/gccgo/gcc/gimple-ssa-warn-restrict.c
    branches/gccgo/gcc/gimple.def
    branches/gccgo/gcc/gimple.h
    branches/gccgo/gcc/gimplify.c
    branches/gccgo/gcc/gimplify.h
    branches/gccgo/gcc/ginclude/float.h
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/go-lang.c
    branches/gccgo/gcc/go/gofrontend/MERGE
    branches/gccgo/gcc/go/gofrontend/gogo.h
    branches/gccgo/gcc/go/gofrontend/types.cc
    branches/gccgo/gcc/graphite-isl-ast-to-gimple.c
    branches/gccgo/gcc/graphite-optimize-isl.c
    branches/gccgo/gcc/graphite-scop-detection.c
    branches/gccgo/gcc/graphite-sese-to-poly.c
    branches/gccgo/gcc/graphite.c
    branches/gccgo/gcc/haifa-sched.c
    branches/gccgo/gcc/hash-map-tests.c
    branches/gccgo/gcc/hash-table.h
    branches/gccgo/gcc/hooks.c
    branches/gccgo/gcc/hooks.h
    branches/gccgo/gcc/hsa-brig.c
    branches/gccgo/gcc/hsa-dump.c
    branches/gccgo/gcc/hsa-gen.c
    branches/gccgo/gcc/hsa-regalloc.c
    branches/gccgo/gcc/ifcvt.c
    branches/gccgo/gcc/input.c
    branches/gccgo/gcc/input.h
    branches/gccgo/gcc/internal-fn.c
    branches/gccgo/gcc/internal-fn.def
    branches/gccgo/gcc/internal-fn.h
    branches/gccgo/gcc/ipa-comdats.c
    branches/gccgo/gcc/ipa-cp.c
    branches/gccgo/gcc/ipa-devirt.c
    branches/gccgo/gcc/ipa-fnsummary.c
    branches/gccgo/gcc/ipa-fnsummary.h
    branches/gccgo/gcc/ipa-hsa.c
    branches/gccgo/gcc/ipa-icf-gimple.c
    branches/gccgo/gcc/ipa-icf-gimple.h
    branches/gccgo/gcc/ipa-icf.c
    branches/gccgo/gcc/ipa-icf.h
    branches/gccgo/gcc/ipa-inline-analysis.c
    branches/gccgo/gcc/ipa-inline-transform.c
    branches/gccgo/gcc/ipa-inline.c
    branches/gccgo/gcc/ipa-inline.h
    branches/gccgo/gcc/ipa-param-manipulation.c
    branches/gccgo/gcc/ipa-polymorphic-call.c
    branches/gccgo/gcc/ipa-predicate.c
    branches/gccgo/gcc/ipa-predicate.h
    branches/gccgo/gcc/ipa-profile.c
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ipa-prop.h
    branches/gccgo/gcc/ipa-pure-const.c
    branches/gccgo/gcc/ipa-ref.h
    branches/gccgo/gcc/ipa-reference.c
    branches/gccgo/gcc/ipa-split.c
    branches/gccgo/gcc/ipa-sra.c
    branches/gccgo/gcc/ipa-utils.c
    branches/gccgo/gcc/ipa-utils.h
    branches/gccgo/gcc/ipa-visibility.c
    branches/gccgo/gcc/ipa.c
    branches/gccgo/gcc/ira-build.c
    branches/gccgo/gcc/ira-conflicts.c
    branches/gccgo/gcc/ira.c
    branches/gccgo/gcc/jit/ChangeLog
    branches/gccgo/gcc/jit/jit-builtins.c
    branches/gccgo/gcc/jit/jit-playback.c
    branches/gccgo/gcc/langhooks-def.h
    branches/gccgo/gcc/langhooks.c
    branches/gccgo/gcc/langhooks.h
    branches/gccgo/gcc/loop-doloop.c
    branches/gccgo/gcc/loop-invariant.c
    branches/gccgo/gcc/loop-unroll.c
    branches/gccgo/gcc/lra-assigns.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-eliminations.c
    branches/gccgo/gcc/lra-int.h
    branches/gccgo/gcc/lra-spills.c
    branches/gccgo/gcc/lra.c
    branches/gccgo/gcc/lto-cgraph.c
    branches/gccgo/gcc/lto-opts.c
    branches/gccgo/gcc/lto-section-in.c
    branches/gccgo/gcc/lto-section-out.c
    branches/gccgo/gcc/lto-streamer-in.c
    branches/gccgo/gcc/lto-streamer-out.c
    branches/gccgo/gcc/lto-streamer.c
    branches/gccgo/gcc/lto-streamer.h
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/lto/Make-lang.in
    branches/gccgo/gcc/lto/lto-common.c
    branches/gccgo/gcc/lto/lto-lang.c
    branches/gccgo/gcc/lto/lto-partition.c
    branches/gccgo/gcc/lto/lto-symtab.c
    branches/gccgo/gcc/lto/lto.c
    branches/gccgo/gcc/machmode.h
    branches/gccgo/gcc/match.pd
    branches/gccgo/gcc/mem-stats.h
    branches/gccgo/gcc/memory-block.cc
    branches/gccgo/gcc/memory-block.h
    branches/gccgo/gcc/modulo-sched.c
    branches/gccgo/gcc/multiple_target.c
    branches/gccgo/gcc/omp-expand.c
    branches/gccgo/gcc/omp-general.c
    branches/gccgo/gcc/omp-general.h
    branches/gccgo/gcc/omp-low.c
    branches/gccgo/gcc/omp-simd-clone.c
    branches/gccgo/gcc/opt-functions.awk
    branches/gccgo/gcc/opt-suggestions.c
    branches/gccgo/gcc/opt-suggestions.h
    branches/gccgo/gcc/optabs-libfuncs.c
    branches/gccgo/gcc/optabs-query.c
    branches/gccgo/gcc/optabs-tree.c
    branches/gccgo/gcc/optabs-tree.h
    branches/gccgo/gcc/optabs.c
    branches/gccgo/gcc/optabs.def
    branches/gccgo/gcc/optc-save-gen.awk
    branches/gccgo/gcc/opth-gen.awk
    branches/gccgo/gcc/opts-common.c
    branches/gccgo/gcc/opts.c
    branches/gccgo/gcc/opts.h
    branches/gccgo/gcc/output.h
    branches/gccgo/gcc/passes.c
    branches/gccgo/gcc/passes.def
    branches/gccgo/gcc/postreload-gcse.c
    branches/gccgo/gcc/predict.c
    branches/gccgo/gcc/pretty-print.c
    branches/gccgo/gcc/pretty-print.h
    branches/gccgo/gcc/print-tree.c
    branches/gccgo/gcc/print-tree.h
    branches/gccgo/gcc/profile-count.c
    branches/gccgo/gcc/profile-count.h
    branches/gccgo/gcc/profile.c
    branches/gccgo/gcc/range-op.cc
    branches/gccgo/gcc/range-op.h
    branches/gccgo/gcc/range.cc
    branches/gccgo/gcc/range.h
    branches/gccgo/gcc/read-rtl-function.c
    branches/gccgo/gcc/real.c
    branches/gccgo/gcc/real.h
    branches/gccgo/gcc/realmpfr.c
    branches/gccgo/gcc/realmpfr.h
    branches/gccgo/gcc/recog.c
    branches/gccgo/gcc/recog.h
    branches/gccgo/gcc/regstat.c
    branches/gccgo/gcc/reload.c
    branches/gccgo/gcc/reorg.c
    branches/gccgo/gcc/resource.c
    branches/gccgo/gcc/rtl.h
    branches/gccgo/gcc/rtlanal.c
    branches/gccgo/gcc/run-rtl-passes.c
    branches/gccgo/gcc/sanopt.c
    branches/gccgo/gcc/sched-deps.c
    branches/gccgo/gcc/sched-ebb.c
    branches/gccgo/gcc/sched-rgn.c
    branches/gccgo/gcc/sel-sched-ir.c
    branches/gccgo/gcc/sel-sched-ir.h
    branches/gccgo/gcc/sel-sched.c
    branches/gccgo/gcc/selftest-run-tests.c
    branches/gccgo/gcc/selftest.h
    branches/gccgo/gcc/shrink-wrap.c
    branches/gccgo/gcc/simplify-rtx.c
    branches/gccgo/gcc/stmt.c
    branches/gccgo/gcc/stor-layout.c
    branches/gccgo/gcc/symbol-summary.h
    branches/gccgo/gcc/symtab.c
    branches/gccgo/gcc/system.h
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/target.h
    branches/gccgo/gcc/targhooks.c
    branches/gccgo/gcc/targhooks.h
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/README
    branches/gccgo/gcc/testsuite/c-c++-common/Warray-bounds-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/Warray-bounds-4.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wcast-align.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wcast-function-type.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wstringop-overflow-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wstringop-truncation-4.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wstringop-truncation.c
    branches/gccgo/gcc/testsuite/c-c++-common/asan/memcmp-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/attr-nonstring-8.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/parallel-dims-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-6.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-7.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/declare-variant-8.c
    branches/gccgo/gcc/testsuite/c-c++-common/tsan/thread_leak2.c
    branches/gccgo/gcc/testsuite/c-c++-common/ubsan/ptr-overflow-2.c
    branches/gccgo/gcc/testsuite/g++.dg/Wcast-function-type.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/macro0.C
    branches/gccgo/gcc/testsuite/g++.dg/addr_builtin-1.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/diagnostic1.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/dr1430.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/expression2.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/fn2.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/fn5.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/fn7.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/fn8.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/placeholder3.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/placeholder4.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/placeholder5.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr67595.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr84330.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/template-parm11.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/var-concept2.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/const2.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/dynamic1.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/ptrmem2.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/ptrmem3.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/ptrmem9.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/qual3.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/reinterpret3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/addressof2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/auto25.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/auto28.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-99.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-cast.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-diag4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-ex3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-template2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-union2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/decltype4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/enum23.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/explicit7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-22.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist26.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist28.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist29.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist33.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/initlist92.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-attr1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce-ext-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr04.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr27.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr31437.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr79118.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/reinterpret_cast2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/rv-lvalue-req.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/using-enum-2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/using-enum-3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-83921-3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-neg1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/lambda-conv1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/bool-increment1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction43.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction46.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/noexcept-type7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/utf8-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/array-conv9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/bitfield3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-alias.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-dr1430.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-fn1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-fn3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-friend1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-iconv1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-noexcept1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-p1141.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr65575.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr65854.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr66844.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr67070.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr67178.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-pr68093-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires16.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-requires8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-traits1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-traits2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-ts1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-ts2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-ts3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts-ts4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/concepts3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-try5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/explicit11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/nodiscard-reason.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield3.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield4.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield5.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield6.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bool1.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bool2.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/cast11.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/cond2.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/crash2.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/lval1.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/lval3.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/pmf-1.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/sizeof1.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/static_cast8.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/string-2.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/unary2.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops.h
    branches/gccgo/gcc/testsuite/g++.dg/ext/attr-alloc_size.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/desig10.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/lvaddr.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/lvalue1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/stmtexpr21.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/utf16-4.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/utf32-4.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/vector6.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/openmp-simd-2.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/tpl-atomic-2.C
    branches/gccgo/gcc/testsuite/g++.dg/init/reference2.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/pr21802.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/using4.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/using7.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/odr-6_1.c
    branches/gccgo/gcc/testsuite/g++.dg/other/conversion1.C
    branches/gccgo/gcc/testsuite/g++.dg/other/error18.C
    branches/gccgo/gcc/testsuite/g++.dg/other/ptrmem2.C
    branches/gccgo/gcc/testsuite/g++.dg/other/ptrmem5.C
    branches/gccgo/gcc/testsuite/g++.dg/other/ptrmem8.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/error43.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/pr26997.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/template2.C
    branches/gccgo/gcc/testsuite/g++.dg/pr53055.C
    branches/gccgo/gcc/testsuite/g++.dg/rtti/no-rtti.C
    branches/gccgo/gcc/testsuite/g++.dg/tc1/dr137.C
    branches/gccgo/gcc/testsuite/g++.dg/template/cast4.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash107.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash95.C
    branches/gccgo/gcc/testsuite/g++.dg/template/dtor6.C
    branches/gccgo/gcc/testsuite/g++.dg/template/error8.C
    branches/gccgo/gcc/testsuite/g++.dg/template/ptrmem17.C
    branches/gccgo/gcc/testsuite/g++.dg/template/using12.C
    branches/gccgo/gcc/testsuite/g++.dg/template/using18.C
    branches/gccgo/gcc/testsuite/g++.dg/template/using22.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/ivopts-3.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr20280.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr61034.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Waddress-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Walways-true-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Walways-true-2.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Walways-true-3.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Warray-bounds-4.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Warray-bounds-8.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wcast-qual1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wconditionally-supported-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wenum-compare.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wpointer-arith-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wuseless-cast.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr35711.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.benjamin/14664-1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.benjamin/14664-2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.brendan/alignof.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.brendan/init12.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.brendan/sizeof2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900212_01.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900213_02.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900213_03.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900215_02.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900227_01.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900324_02.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900324_04.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900404_07.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.bugs/900428_02.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.ext/array1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/crash3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/operator.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/overload1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/rfg14.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/rfg17.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/rfg20.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/rfg26.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.jason/warning2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.law/ctors11.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.law/ctors9.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.law/temps1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.law/typeck1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/dyncast4.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/dyncast6.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/net22.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p11482.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p2573.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p2855.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p7476.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/p8039.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.niklas/t128.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.ns/crash3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.ns/template7.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/badarrow.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/cast2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/cast3.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/dcast1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/dcast2.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/deref1.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/overload11.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/pmf7.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/ptrmem7.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/crash8.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.rfg/00324_02-.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.robertl/eb22.C
    branches/gccgo/gcc/testsuite/g++.target/aarch64/sve/vcond_1_run.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20030913-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/960218-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/complex-6.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/fprintf-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/printf-2.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/user-printf.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-46.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-16.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wstringop-overflow-17.c
    branches/gccgo/gcc/testsuite/gcc.dg/alias-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/array-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/asm-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/asm-wide-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-alloc_size.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-copy-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtin-stringop-chk-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/completion-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/complex-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/pr66415-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/darwin-comm.c
    branches/gccgo/gcc/testsuite/gcc.dg/darwin-sections.c
    branches/gccgo/gcc/testsuite/gcc.dg/diagnostic-token-ranges.c
    branches/gccgo/gcc/testsuite/gcc.dg/enum-incomplete-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/enum-incomplete-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/fdata-sections-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/fltconst-pedantic-dfp.c
    branches/gccgo/gcc/testsuite/gcc.dg/framework-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-icf-36.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-icf-37.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-icf-39.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipcp-agg-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr63416.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr77653.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/20090729_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/20111207-1_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/c-compatible-types-1_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/pr55525_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/pr88077_0.c
    branches/gccgo/gcc/testsuite/gcc.dg/lto/pr88077_1.c
    branches/gccgo/gcc/testsuite/gcc.dg/noncompile/incomplete-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/params/params.exp
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr36902.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr47763.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr48552-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr48552-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr63543.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr68766.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr69796.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr83620.c
    branches/gccgo/gcc/testsuite/gcc.dg/spellcheck-params-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/spellcheck-params.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-57.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-66.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr55107.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-warn-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr46076.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr64910-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79352.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/unroll-and-jam.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/bb-slp-pr69907.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-scevccp-noreassoc-slp-reduc-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-scevccp-vect-iv-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-31.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-64.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/no-vfa-vect-dv-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr33804.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr53773.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65947-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65947-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65947-14.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr65947-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr66142.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr80631-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr80631-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr92205.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-23.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-reduc-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-reduc-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-reduc-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-reduc-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-reduc-sad-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-widen-mult-half.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/trapv-vect-reduc-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-103.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-109.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-119.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-24.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-26.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-27.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-29.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-48.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-50.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-52.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-56.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-60.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-72.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-75-big-array.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-75.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-77-alignchecks.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-77-global.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-78-alignchecks.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-78-global.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-89-big-array.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-89.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-91.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-96.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-double-reduc-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-slp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-slp-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-live-slp-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-multitypes-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-multitypes-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-outer-4e.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-outer-4f.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-outer-4g.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-outer-4k.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-outer-4l.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-peel-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16b.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8b.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1b-big-array.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-1c-big-array.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2b-big-array.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-reduc-sad.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half-u8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8-s16-s32.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8-u32.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c
    branches/gccgo/gcc/testsuite/gcc.dg/winline-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/winline-3.c
    branches/gccgo/gcc/testsuite/gcc.misc-tests/help.exp
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/simd/vrbit_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/cost_model_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/gather_load_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/load_const_offset_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_gather_load_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_load_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_load_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_load_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_load_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_load_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_1_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_2_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/mask_struct_store_3_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/pack_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_2_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_3_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/scatter_store_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/slp_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/slp_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/slp_7_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/unpack_unsigned_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/unpack_unsigned_1_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/var_stride_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/var_stride_3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/var_stride_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_4_run.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/vcond_5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/while_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/while_9.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/add_n-combine.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/arc.exp
    branches/gccgo/gcc/testsuite/gcc.target/arc/cmem-7.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/cmem-bit-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/cmem-bit-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/cmem-bit-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/cmem-bit-4.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/interrupt-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/store-merge-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/simd32.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/attr-crypto.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/attr-neon-fp16.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/combine-cmp-shift.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/data-rel-1.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/ftest-armv7a-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv7a-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv7r-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv7r-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv7ve-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv7ve-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv8a-arm.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/ftest-armv8a-thumb.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/lceil-vcvt_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/lfloor-vcvt_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/lround-vcvt_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/memset-inline-10.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/mod_2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/mod_256.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr40657-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr44788.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr50305.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr51835.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr51915.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr52006.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr53187.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr58784.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr59575.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr59923.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr60650-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr60657.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr60663.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr67439_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr68620.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr7676.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79239.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr81863.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pragma_attribute.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pragma_cpp_fma.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/require-pic-register-loc.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/thumb-ltu.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/thumb1-pic-high-reg.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/thumb1-pic-single-base.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/tlscall.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/unsigned-float.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/vrinta-ce.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx-vzeroupper-19.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx2-vect-mask-store-move1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512f-gather-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512f-gather-5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512f-vmovntpd-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512f-vmovntps-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr88547-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_4.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_4.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/l_fma_float_6.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/mask-pack.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/mask-unpack.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr27971.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr32219-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82002-2a.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82002-2b.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr84101.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr88547-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse2-load-multi.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse2-store-multi.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/volatile-bitfields-2.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-1.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-2.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-3.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-4.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-5.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/bad-devices-6.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-device-order.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_00.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_01.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_02.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_04.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_08.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_10.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_11.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_12.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_14.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_18.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_20.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_21.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_22.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_24.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430_28.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/csv-msp430fr5969.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-cc430f5123.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-foo.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-msp430afe253.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-msp430cg4616.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-msp430f4783.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/devices/hard-rf430frl154h_rom.c
    branches/gccgo/gcc/testsuite/gcc.target/msp430/msp430.exp
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/loop_align.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/ppc-fma-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/ppc-fma-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/ppc-fma-3.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/ppc-fma-4.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr72804.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr78604.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr79439-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-builtin-7.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/addsub-signed-overflow-1.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/addsub-signed-overflow-2.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/mul-signed-overflow-1.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/mul-signed-overflow-2.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/s390.exp
    branches/gccgo/gcc/testsuite/gcc.target/s390/vector/vec-scalar-cmp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-1.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-2.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-3.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-4.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-5.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/sparc-ret-3.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
    branches/gccgo/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.c
    branches/gccgo/gcc/testsuite/gfortran.dg/achar_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/fmt_error_10.f
    branches/gccgo/gcc/testsuite/gfortran.dg/fmt_error_7.f
    branches/gccgo/gcc/testsuite/gfortran.dg/fmt_error_9.f
    branches/gccgo/gcc/testsuite/gfortran.dg/global_vars_f90_init_driver.c
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/common-block-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/common-block-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/common-block-3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/pr84963.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/hollerith5.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/hollerith_legacy.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/loop_versioning_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/loop_versioning_10.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/loop_versioning_6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/vect/vect-4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/vect/vect-8.f90
    branches/gccgo/gcc/testsuite/gnat.dg/subp_inst_pkg.adb
    branches/gccgo/gcc/testsuite/gnat.dg/warn24.adb
    branches/gccgo/gcc/testsuite/lib/gcc-dg.exp
    branches/gccgo/gcc/testsuite/lib/prune.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/toplev.c
    branches/gccgo/gcc/toplev.h
    branches/gccgo/gcc/tracer.c
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-cfg.c
    branches/gccgo/gcc/tree-chrec.c
    branches/gccgo/gcc/tree-complex.c
    branches/gccgo/gcc/tree-core.h
    branches/gccgo/gcc/tree-data-ref.c
    branches/gccgo/gcc/tree-data-ref.h
    branches/gccgo/gcc/tree-dump.c
    branches/gccgo/gcc/tree-hash-traits.h
    branches/gccgo/gcc/tree-if-conv.c
    branches/gccgo/gcc/tree-inline.c
    branches/gccgo/gcc/tree-into-ssa.c
    branches/gccgo/gcc/tree-loop-distribution.c
    branches/gccgo/gcc/tree-object-size.c
    branches/gccgo/gcc/tree-object-size.h
    branches/gccgo/gcc/tree-parloops.c
    branches/gccgo/gcc/tree-pass.h
    branches/gccgo/gcc/tree-predcom.c
    branches/gccgo/gcc/tree-pretty-print.c
    branches/gccgo/gcc/tree-profile.c
    branches/gccgo/gcc/tree-scalar-evolution.c
    branches/gccgo/gcc/tree-sra.c
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-dom.c
    branches/gccgo/gcc/tree-ssa-dse.c
    branches/gccgo/gcc/tree-ssa-dse.h
    branches/gccgo/gcc/tree-ssa-forwprop.c
    branches/gccgo/gcc/tree-ssa-ifcombine.c
    branches/gccgo/gcc/tree-ssa-loop-ch.c
    branches/gccgo/gcc/tree-ssa-loop-im.c
    branches/gccgo/gcc/tree-ssa-loop-ivcanon.c
    branches/gccgo/gcc/tree-ssa-loop-ivopts.c
    branches/gccgo/gcc/tree-ssa-loop-manip.c
    branches/gccgo/gcc/tree-ssa-loop-niter.c
    branches/gccgo/gcc/tree-ssa-loop-niter.h
    branches/gccgo/gcc/tree-ssa-loop-prefetch.c
    branches/gccgo/gcc/tree-ssa-loop-split.c
    branches/gccgo/gcc/tree-ssa-loop-unswitch.c
    branches/gccgo/gcc/tree-ssa-math-opts.c
    branches/gccgo/gcc/tree-ssa-phiopt.c
    branches/gccgo/gcc/tree-ssa-pre.c
    branches/gccgo/gcc/tree-ssa-reassoc.c
    branches/gccgo/gcc/tree-ssa-sccvn.c
    branches/gccgo/gcc/tree-ssa-scopedtables.c
    branches/gccgo/gcc/tree-ssa-sink.c
    branches/gccgo/gcc/tree-ssa-strlen.c
    branches/gccgo/gcc/tree-ssa-structalias.c
    branches/gccgo/gcc/tree-ssa-tail-merge.c
    branches/gccgo/gcc/tree-ssa-threadbackward.c
    branches/gccgo/gcc/tree-ssa-threadedge.c
    branches/gccgo/gcc/tree-ssa-uninit.c
    branches/gccgo/gcc/tree-ssa.c
    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-switch-conversion.h
    branches/gccgo/gcc/tree-vect-data-refs.c
    branches/gccgo/gcc/tree-vect-generic.c
    branches/gccgo/gcc/tree-vect-loop-manip.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-vector-builder.h
    branches/gccgo/gcc/tree-vectorizer.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/ubsan.c
    branches/gccgo/gcc/value-prof.c
    branches/gccgo/gcc/var-tracking.c
    branches/gccgo/gcc/varasm.c
    branches/gccgo/gcc/varpool.c
    branches/gccgo/gcc/vec.h
    branches/gccgo/gcc/vr-values.c
    branches/gccgo/gcc/vr-values.h
    branches/gccgo/gcc/wide-int.h
    branches/gccgo/include/ChangeLog
    branches/gccgo/include/demangle.h
    branches/gccgo/include/gomp-constants.h
    branches/gccgo/libbacktrace/ChangeLog
    branches/gccgo/libbacktrace/Makefile.am
    branches/gccgo/libbacktrace/Makefile.in
    branches/gccgo/libbacktrace/configure
    branches/gccgo/libbacktrace/configure.ac
    branches/gccgo/libbacktrace/dwarf.c
    branches/gccgo/libbacktrace/edtest.c
    branches/gccgo/libbacktrace/elf.c
    branches/gccgo/libbacktrace/internal.h
    branches/gccgo/libbacktrace/pecoff.c
    branches/gccgo/libbacktrace/xcoff.c
    branches/gccgo/libcc1/ChangeLog
    branches/gccgo/libcc1/libcp1plugin.cc
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/charset.c
    branches/gccgo/libcpp/directives.c
    branches/gccgo/libcpp/include/cpplib.h
    branches/gccgo/libcpp/include/line-map.h
    branches/gccgo/libcpp/init.c
    branches/gccgo/libcpp/internal.h
    branches/gccgo/libcpp/lex.c
    branches/gccgo/libcpp/macro.c
    branches/gccgo/libcpp/traditional.c
    branches/gccgo/libdecnumber/ChangeLog
    branches/gccgo/libdecnumber/bid/bid2dpd_dpd2bid.c
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config.host
    branches/gccgo/libgcc/config/arc/t-arc
    branches/gccgo/libgcc/config/arm/unwind-arm-vxworks.c
    branches/gccgo/libgcc/config/avr/t-avr
    branches/gccgo/libgcc/config/avr/t-avrlibc
    branches/gccgo/libgcc/config/gthr-vxworks.h
    branches/gccgo/libgcc/config/m68k/linux-unwind.h
    branches/gccgo/libgcc/config/msp430/t-msp430
    branches/gccgo/libgcc/config/pa/linux-atomic.c
    branches/gccgo/libgcc/config/riscv/t-softfp32
    branches/gccgo/libgcc/config/t-vxworks
    branches/gccgo/libgcc/config/t-vxworks7
    branches/gccgo/libgcc/crtstuff.c
    branches/gccgo/libgcc/fp-bit.c
    branches/gccgo/libgcc/fp-bit.h
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgfortran/Makefile.in
    branches/gccgo/libgfortran/io/format.c
    branches/gccgo/libgfortran/io/format.h
    branches/gccgo/libgfortran/io/io.h
    branches/gccgo/libgfortran/io/transfer.c
    branches/gccgo/libgfortran/io/write.c
    branches/gccgo/libgfortran/io/write_float.def
    branches/gccgo/libgfortran/runtime/ISO_Fortran_binding.c
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/configure
    branches/gccgo/libgo/configure.ac
    branches/gccgo/libgo/go/cmd/cgo/out.go
    branches/gccgo/libgo/go/runtime/os_hurd.go
    branches/gccgo/libgo/mksysinfo.sh
    branches/gccgo/libgo/runtime/go-context.S
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libgo/runtime/stack.c
    branches/gccgo/libgo/testsuite/Makefile.am
    branches/gccgo/libgo/testsuite/Makefile.in
    branches/gccgo/libgo/testsuite/lib/libgo.exp
    branches/gccgo/libgo/testsuite/libgo.testmain/testmain.exp
    branches/gccgo/libgomp/ChangeLog
    branches/gccgo/libgomp/Makefile.am
    branches/gccgo/libgomp/Makefile.in
    branches/gccgo/libgomp/config.h.in
    branches/gccgo/libgomp/config/nvptx/task.c
    branches/gccgo/libgomp/config/nvptx/team.c
    branches/gccgo/libgomp/configure
    branches/gccgo/libgomp/configure.ac
    branches/gccgo/libgomp/configure.tgt
    branches/gccgo/libgomp/env.c
    branches/gccgo/libgomp/libgomp-plugin.h
    branches/gccgo/libgomp/libgomp.h
    branches/gccgo/libgomp/libgomp.texi
    branches/gccgo/libgomp/libgomp_g.h
    branches/gccgo/libgomp/oacc-async.c
    branches/gccgo/libgomp/oacc-host.c
    branches/gccgo/libgomp/oacc-init.c
    branches/gccgo/libgomp/oacc-int.h
    branches/gccgo/libgomp/oacc-mem.c
    branches/gccgo/libgomp/oacc-parallel.c
    branches/gccgo/libgomp/omp_lib.h.in
    branches/gccgo/libgomp/openacc.f90
    branches/gccgo/libgomp/openacc.h
    branches/gccgo/libgomp/ordered.c
    branches/gccgo/libgomp/plugin/Makefrag.am
    branches/gccgo/libgomp/plugin/configfrag.ac
    branches/gccgo/libgomp/plugin/plugin-nvptx.c
    branches/gccgo/libgomp/target.c
    branches/gccgo/libgomp/task.c
    branches/gccgo/libgomp/team.c
    branches/gccgo/libgomp/testsuite/Makefile.in
    branches/gccgo/libgomp/testsuite/lib/libgomp.exp
    branches/gccgo/libgomp/testsuite/libgomp.c/pr39591-1.c
    branches/gccgo/libgomp/testsuite/libgomp.c/pr39591-2.c
    branches/gccgo/libgomp/testsuite/libgomp.c/pr39591-3.c
    branches/gccgo/libgomp/testsuite/libgomp.c/private-1.c
    branches/gccgo/libgomp/testsuite/libgomp.c/task-1.c
    branches/gccgo/libgomp/testsuite/libgomp.c/task-5.c
    branches/gccgo/libgomp/testsuite/libgomp.fortran/aligned1.f03
    branches/gccgo/libgomp/testsuite/libgomp.fortran/alloc-comp-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/alloc-comp-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable10.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable11.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable12.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable8.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/allocatable9.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/associate1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/associate2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/associate3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/async_io_4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/async_io_5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/async_io_6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/async_io_7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/cancel-do-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/cancel-do-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/cancel-parallel-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/cancel-sections-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/cancel-taskgroup-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/character1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/character2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/collapse1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/collapse2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/collapse3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/collapse4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/crayptr1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/crayptr2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/crayptr3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/declare-simd-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/declare-target-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/depend-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/depend-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/depend-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/do1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/do2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/do_concurrent_5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/doacross1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/doacross2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/doacross3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/array_sections-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/array_sections-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/async_target-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/async_target-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/declare_target-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/declare_target-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/declare_target-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/declare_target-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/declare_target-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/device-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/device-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/device-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_data-7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_update-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/target_update-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/task_dep-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/task_dep-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/task_dep-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/task_dep-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/task_dep-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/teams-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/teams-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/teams-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/teams-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/examples-4/teams-6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/jacobi.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lastprivate1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lastprivate2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lib1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lib4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lock-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/lock-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nested1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nestedfn1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nestedfn2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nestedfn3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nestedfn4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/nestedfn5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_atomic1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_atomic2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_atomic3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_atomic4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_atomic5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_cond1.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_cond2.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_cond3.F90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_cond4.F90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_parse1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_parse2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_parse3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/omp_parse4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/openmp_version-1.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/openmp_version-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95
    branches/gccgo/libgomp/testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pointer1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pointer2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr25219.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr27395-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr27395-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr27416-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr27916-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr27916-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr28390.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr29629.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr32550.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr33880.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr34020.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr35130.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr42162.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr46753.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr48894.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr49792-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr49792-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr63938-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr63938-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr65597.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr66199-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr66199-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr71014.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr81304.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr81841.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr84418-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr84418-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/pr90779.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/procptr1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/recursion1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reduction6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reference1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/reference2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/retval1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/retval2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/sharing1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/sharing2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/simd7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/stack.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/strassen.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/tabs1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/tabs2.f
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target-simd.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/target8.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/task1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/task2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/task3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/task4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/taskgroup1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/taskloop1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/taskloop2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/taskloop3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/taskloop4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/threadprivate1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/threadprivate2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/threadprivate3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/threadprivate4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr10.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr11.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr12.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr13.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr14.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr15.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr8.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/udr9.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_addr-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_addr-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla2.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla3.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla4.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla5.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla6.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla7.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/vla8.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/workshare1.f90
    branches/gccgo/libgomp/testsuite/libgomp.fortran/workshare2.f90
    branches/gccgo/libgomp/testsuite/libgomp.hsa.c/tiling-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c++/c++.exp
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/async_queue-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/clauses-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/context-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/context-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/context-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/context-4.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-13.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-14.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-18.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-20.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-23.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-82.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-91.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/nested-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/tile-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c/c.exp
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/abort-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/abort-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/common-block-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/common-block-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/common-block-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/data-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/data-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/data-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/dummy-array.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/error_stop-1.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/error_stop-2.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/error_stop-3.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/fortran.exp
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/host_data-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/host_data-3.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/host_data-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-collapse-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-collapse-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-independent.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-loop-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-map-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-parallel-loop-data-enter-exit.f95
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-6.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-3.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-4.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-5.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-6.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-7.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-12.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-13.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-14.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-15.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-16-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-2.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/lib-3.f
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/map-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/parallel-loop-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/pointer-align-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/pr68813.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/pr70289.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/pr70643.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/pset-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/reference-reductions.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/subarrays-1.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/subarrays-2.f90
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/vector-routine.f90
    branches/gccgo/libgomp/work.c
    branches/gccgo/libiberty/ChangeLog
    branches/gccgo/libiberty/cp-demangle.c
    branches/gccgo/libiberty/cp-demint.c
    branches/gccgo/libiberty/cplus-dem.c
    branches/gccgo/libiberty/make-relative-prefix.c
    branches/gccgo/libiberty/rust-demangle.c
    branches/gccgo/libiberty/testsuite/demangle-expected
    branches/gccgo/libitm/ChangeLog
    branches/gccgo/libitm/configure.tgt
    branches/gccgo/libobjc/ChangeLog
    branches/gccgo/libobjc/Makefile.in
    branches/gccgo/libsanitizer/ChangeLog
    branches/gccgo/libsanitizer/LOCAL_PATCHES
    branches/gccgo/libsanitizer/MERGE
    branches/gccgo/libsanitizer/asan/asan_allocator.cpp
    branches/gccgo/libsanitizer/asan/asan_debugging.cpp
    branches/gccgo/libsanitizer/asan/asan_descriptions.h
    branches/gccgo/libsanitizer/asan/asan_errors.cpp
    branches/gccgo/libsanitizer/asan/asan_errors.h
    branches/gccgo/libsanitizer/asan/asan_flags.inc
    branches/gccgo/libsanitizer/asan/asan_globals.cpp
    branches/gccgo/libsanitizer/asan/asan_globals_win.cpp
    branches/gccgo/libsanitizer/asan/asan_interceptors.cpp
    branches/gccgo/libsanitizer/asan/asan_interceptors.h
    branches/gccgo/libsanitizer/asan/asan_interceptors_memintrinsics.cpp
    branches/gccgo/libsanitizer/asan/asan_interface.inc
    branches/gccgo/libsanitizer/asan/asan_interface_internal.h
    branches/gccgo/libsanitizer/asan/asan_mac.cpp
    branches/gccgo/libsanitizer/asan/asan_malloc_linux.cpp
    branches/gccgo/libsanitizer/asan/asan_malloc_win.cpp
    branches/gccgo/libsanitizer/asan/asan_new_delete.cpp
    branches/gccgo/libsanitizer/asan/asan_poisoning.cpp
    branches/gccgo/libsanitizer/asan/asan_report.cpp
    branches/gccgo/libsanitizer/asan/asan_rtems.cpp
    branches/gccgo/libsanitizer/asan/asan_rtl.cpp
    branches/gccgo/libsanitizer/asan/asan_scariness_score.h
    branches/gccgo/libsanitizer/asan/asan_shadow_setup.cpp
    branches/gccgo/libsanitizer/asan/asan_stats.cpp
    branches/gccgo/libsanitizer/asan/asan_suppressions.cpp
    branches/gccgo/libsanitizer/asan/asan_thread.cpp
    branches/gccgo/libsanitizer/asan/asan_win.cpp
    branches/gccgo/libsanitizer/asan/asan_win_dll_thunk.cpp
    branches/gccgo/libsanitizer/asan/asan_win_dynamic_runtime_thunk.cpp
    branches/gccgo/libsanitizer/configure.tgt
    branches/gccgo/libsanitizer/include/sanitizer/asan_interface.h
    branches/gccgo/libsanitizer/include/sanitizer/dfsan_interface.h
    branches/gccgo/libsanitizer/include/sanitizer/netbsd_syscall_hooks.h
    branches/gccgo/libsanitizer/include/sanitizer/tsan_interface_atomic.h
    branches/gccgo/libsanitizer/interception/interception.h
    branches/gccgo/libsanitizer/interception/interception_win.cpp
    branches/gccgo/libsanitizer/lsan/libtool-version
    branches/gccgo/libsanitizer/lsan/lsan.cpp
    branches/gccgo/libsanitizer/lsan/lsan_allocator.cpp
    branches/gccgo/libsanitizer/lsan/lsan_common.cpp
    branches/gccgo/libsanitizer/lsan/lsan_common.h
    branches/gccgo/libsanitizer/lsan/lsan_common_linux.cpp
    branches/gccgo/libsanitizer/lsan/lsan_common_mac.cpp
    branches/gccgo/libsanitizer/lsan/lsan_interceptors.cpp
    branches/gccgo/libsanitizer/lsan/lsan_mac.cpp
    branches/gccgo/libsanitizer/merge.sh
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_allocator_checks.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_allocator_report.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_asm.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_atomic_msvc.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_common.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_common.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_common_interface.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_coverage_win_sections.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_file.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_flag_parser.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_flag_parser.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_flags.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_flags.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_fuchsia.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_getauxval.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_internal_defs.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_libc.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_linux.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_mac.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_solaris.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_posix.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_posix.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_printf.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_procmaps.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_procmaps_mac.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_suppressions.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_symbolizer_internal.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_symbolizer_report.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_syscalls_netbsd.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_termination.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_vector.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_win.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_win_defs.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_win_dll_thunk.cpp
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_win_weak_interception.cpp
    branches/gccgo/libsanitizer/tsan/Makefile.am
    branches/gccgo/libsanitizer/tsan/Makefile.in
    branches/gccgo/libsanitizer/tsan/libtool-version
    branches/gccgo/libsanitizer/tsan/tsan_dispatch_defs.h
    branches/gccgo/libsanitizer/tsan/tsan_external.cpp
    branches/gccgo/libsanitizer/tsan/tsan_fd.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interceptors_mac.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interface.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interface.h
    branches/gccgo/libsanitizer/tsan/tsan_interface_ann.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interface_atomic.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interface_inl.h
    branches/gccgo/libsanitizer/tsan/tsan_interface_java.cpp
    branches/gccgo/libsanitizer/tsan/tsan_interface_java.h
    branches/gccgo/libsanitizer/tsan/tsan_md5.cpp
    branches/gccgo/libsanitizer/tsan/tsan_mman.cpp
    branches/gccgo/libsanitizer/tsan/tsan_mman.h
    branches/gccgo/libsanitizer/tsan/tsan_new_delete.cpp
    branches/gccgo/libsanitizer/tsan/tsan_platform.h
    branches/gccgo/libsanitizer/tsan/tsan_report.cpp
    branches/gccgo/libsanitizer/tsan/tsan_rtl.cpp
    branches/gccgo/libsanitizer/tsan/tsan_rtl.h
    branches/gccgo/libsanitizer/tsan/tsan_rtl_report.cpp
    branches/gccgo/libsanitizer/tsan/tsan_suppressions.cpp
    branches/gccgo/libsanitizer/ubsan/libtool-version
    branches/gccgo/libsanitizer/ubsan/ubsan_checks.inc
    branches/gccgo/libsanitizer/ubsan/ubsan_diag.cpp
    branches/gccgo/libsanitizer/ubsan/ubsan_handlers.cpp
    branches/gccgo/libsanitizer/ubsan/ubsan_signals_standalone.cpp
    branches/gccgo/maintainer-scripts/ChangeLog
    branches/gccgo/maintainer-scripts/crontab
    branches/gccgo/maintainer-scripts/gcc_release
    branches/gccgo/maintainer-scripts/update_version_svn



More information about the Libstdc++-cvs mailing list