r276599 - in /branches/gccgo: ./ ChangeLog MAIN...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Oct 4 19:54:00 GMT 2019


Author: ian
Date: Fri Oct  4 19:54:25 2019
New Revision: 276599

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

Added:
    branches/gccgo/libstdc++-v3/testsuite/17_intro/headers/c++1998/profile_mode.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/17_intro/headers/c++1998/profile_mode.cc
    branches/gccgo/libstdc++-v3/testsuite/17_intro/headers/c++2011/profile_mode.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/profile_mode.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/pair/constexpr_assign.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/20_util/pair/constexpr_assign.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/pair/constexpr_swap.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/20_util/pair/constexpr_swap.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
    branches/gccgo/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/lwg3296.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/lwg3296.cc
    branches/gccgo/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/lwg3296.cc
      - copied unchanged from r276594, trunk/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/lwg3296.cc
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/config.h.in
    branches/gccgo/libstdc++-v3/config/abi/post/riscv64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gccgo/libstdc++-v3/configure
    branches/gccgo/libstdc++-v3/configure.ac
    branches/gccgo/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/gccgo/libstdc++-v3/doc/xml/manual/parallel_mode.xml
    branches/gccgo/libstdc++-v3/include/Makefile.am
    branches/gccgo/libstdc++-v3/include/Makefile.in
    branches/gccgo/libstdc++-v3/include/bits/regex.h
    branches/gccgo/libstdc++-v3/include/bits/stl_algo.h
    branches/gccgo/libstdc++-v3/include/bits/stl_pair.h
    branches/gccgo/libstdc++-v3/include/debug/array
    branches/gccgo/libstdc++-v3/include/debug/functions.h
    branches/gccgo/libstdc++-v3/include/debug/helper_functions.h
    branches/gccgo/libstdc++-v3/include/debug/macros.h
    branches/gccgo/libstdc++-v3/include/experimental/algorithm
    branches/gccgo/libstdc++-v3/include/experimental/internet
    branches/gccgo/libstdc++-v3/include/parallel/algo.h
    branches/gccgo/libstdc++-v3/include/parallel/algobase.h
    branches/gccgo/libstdc++-v3/include/parallel/algorithmfwd.h
    branches/gccgo/libstdc++-v3/include/parallel/checkers.h
    branches/gccgo/libstdc++-v3/include/parallel/multiway_merge.h
    branches/gccgo/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/gccgo/libstdc++-v3/include/parallel/numericfwd.h
    branches/gccgo/libstdc++-v3/include/precompiled/stdc++.h
    branches/gccgo/libstdc++-v3/include/std/array
    branches/gccgo/libstdc++-v3/include/std/bitset
    branches/gccgo/libstdc++-v3/include/std/deque
    branches/gccgo/libstdc++-v3/include/std/forward_list
    branches/gccgo/libstdc++-v3/include/std/list
    branches/gccgo/libstdc++-v3/include/std/map
    branches/gccgo/libstdc++-v3/include/std/set
    branches/gccgo/libstdc++-v3/include/std/span
    branches/gccgo/libstdc++-v3/include/std/tuple
    branches/gccgo/libstdc++-v3/include/std/unordered_map
    branches/gccgo/libstdc++-v3/include/std/unordered_set
    branches/gccgo/libstdc++-v3/include/std/variant
    branches/gccgo/libstdc++-v3/include/std/vector
    branches/gccgo/libstdc++-v3/include/tr1/hashtable.h
    branches/gccgo/libstdc++-v3/src/c++11/debug.cc
    branches/gccgo/libstdc++-v3/src/c++17/fs_dir.cc
    branches/gccgo/libstdc++-v3/src/c++17/fs_ops.cc
    branches/gccgo/libstdc++-v3/src/filesystem/dir.cc
    branches/gccgo/libstdc++-v3/src/filesystem/ops.cc
    branches/gccgo/libstdc++-v3/testsuite/17_intro/names.cc
    branches/gccgo/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/hash/84998.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/tuple_element_debug_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/binary_search/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/is_sorted/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/merge/constexpr.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc
    branches/gccgo/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_abi.h
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_hooks.h

Changes in other areas also in this revision:
Added:
    branches/gccgo/gcc/ada/libgnat/g-sthcso.adb
      - copied unchanged from r276594, trunk/gcc/ada/libgnat/g-sthcso.adb
    branches/gccgo/gcc/function-abi.cc
      - copied unchanged from r276594, trunk/gcc/function-abi.cc
    branches/gccgo/gcc/function-abi.h
      - copied unchanged from r276594, trunk/gcc/function-abi.h
    branches/gccgo/gcc/ipa-sra.c
      - copied unchanged from r276594, trunk/gcc/ipa-sra.c
    branches/gccgo/gcc/range-op.cc
      - copied unchanged from r276594, trunk/gcc/range-op.cc
    branches/gccgo/gcc/range-op.h
      - copied unchanged from r276594, trunk/gcc/range-op.h
    branches/gccgo/gcc/range.cc
      - copied unchanged from r276594, trunk/gcc/range.cc
    branches/gccgo/gcc/range.h
      - copied unchanged from r276594, trunk/gcc/range.h
    branches/gccgo/gcc/testsuite/c-c++-common/cpp/ucnid-2011-1-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/c-c++-common/cpp/ucnid-2011-1-utf8.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr88203-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/c-c++-common/gomp/pr88203-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr88203-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/c-c++-common/gomp/pr88203-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr88203-3.c
      - copied unchanged from r276594, trunk/gcc/testsuite/c-c++-common/gomp/pr88203-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr91920.c
      - copied unchanged from r276594, trunk/gcc/testsuite/c-c++-common/gomp/pr91920.c
    branches/gccgo/gcc/testsuite/g++.dg/conversion/packed1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/conversion/packed1.C
    branches/gccgo/gcc/testsuite/g++.dg/conversion/packed2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/conversion/packed2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp/ucnid-1-utf8.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp/ucnid-1-utf8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp/ucnid-2-utf8.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp/ucnid-2-utf8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp/ucnid-3-utf8.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp/ucnid-3-utf8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp/ucnid-4-utf8.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp/ucnid-4-utf8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nontype5.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/nontype5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind3.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind4.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind5.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/ref-bind6.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr91845.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp1y/pr91845.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/init-statement10.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp1z/init-statement10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/attr-likely5.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp2a/attr-likely5.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/ucn1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/cpp2a/ucn1.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/array-0.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-0.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/array-1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-1.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/array-2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-2.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/array-3.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-3.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/array-4.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-4.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/aka4.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/diagnostic/aka4.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/integral-array-size-1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/diagnostic/integral-array-size-1.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/redeclaration-1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/diagnostic/redeclaration-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ipa-sra-1.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/ipa/ipa-sra-1.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ipa-sra-2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/ipa/ipa-sra-2.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/ipa-sra-3.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/ipa/ipa-sra-3.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr91831.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/ipa/pr91831.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/odr-6_0.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/lto/odr-6_0.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/odr-6_1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/lto/odr-6_1.c
    branches/gccgo/gcc/testsuite/g++.dg/other/operator4.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/other/operator4.C
    branches/gccgo/gcc/testsuite/g++.dg/other/ucnid-1-utf8.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/other/ucnid-1-utf8.C
    branches/gccgo/gcc/testsuite/g++.dg/overload/ellipsis4.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/overload/ellipsis4.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr91606.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/torture/pr91606.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Woverloaded-2.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/warn/Woverloaded-2.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Woverloaded-2.h
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/warn/Woverloaded-2.h
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wshadow-16.C
      - copied unchanged from r276594, trunk/gcc/testsuite/g++.dg/warn/Wshadow-16.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr91919.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.c-torture/compile/pr91919.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-45.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/Warray-bounds-45.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-46.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/Warray-bounds-46.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-47.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/Warray-bounds-47.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wnonnull-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/Wnonnull-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wnonnull-3.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/Wnonnull-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/asm-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/asm-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-builtins-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/c11-builtins-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/c2x-builtins-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/c2x-builtins-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c11-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c11-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c17-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c17-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c90-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c90-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c94-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c94-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/c99-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/c99-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-1-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-1-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-10-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-10-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-11-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-11-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-12-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-12-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-13-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-13-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-14-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-14-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-15-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-15-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-2-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-2-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-3-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-3-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-4-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-4-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-6-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-6-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-7-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-7-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucnid-9-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-9-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/cr-decimal-dig-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/cr-decimal-dig-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/diag-aka-3.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/diag-aka-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/diag-aka-4.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/diag-aka-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/20040703-wpa.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/20040703-wpa.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-12.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-13.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-14.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-14.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-15.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-16.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-16.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-17.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-17.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-18.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-18.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-20.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-20.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-21.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-22.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-22.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr91832.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/pr91832.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr91853.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ipa/pr91853.c
    branches/gccgo/gcc/testsuite/gcc.dg/limits-width-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/limits-width-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87047.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/pr87047.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91014.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/pr91014.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91269.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/pr91269.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91570.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/pr91570.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr91885.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/pr91885.c
    branches/gccgo/gcc/testsuite/gcc.dg/sso/ipa-sra-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/sso/ipa-sra-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/stdint-width-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/stdint-width-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/strlenopt-79.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/strlenopt-79.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/20190924-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/torture/20190924-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91812.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/torture/pr91812.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91896.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/torture/pr91896.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-10.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-11.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr91866.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr91866.c
    branches/gccgo/gcc/testsuite/gcc.dg/typedef-var-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/typedef-var-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/typedef-var-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/typedef-var-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-1-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-1-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-10-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-10-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-11-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-11-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-12-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-12-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-13-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-13-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-14-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-14-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-15-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-15-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-16-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-16-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-2-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-2-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-3-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-3-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-4-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-4-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-5-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-5-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-6-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-6-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-7-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-7-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-8-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-8-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/ucnid-9-utf8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/ucnid-9-utf8.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-bswap16a.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap16a.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/diag_aka_1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/diag_aka_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-10.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-11.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-11.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-8.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/acle/simd32.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/arm/acle/simd32.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr87007-3.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/i386/pr87007-3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr90878.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/i386/pr90878.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91446.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/i386/pr91446.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91897.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/i386/pr91897.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr91931.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/i386/pr91931.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/pr91769.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/mips/pr91769.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/conv-vectorize-1.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/powerpc/conv-vectorize-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/conv-vectorize-2.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/powerpc/conv-vectorize-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr91275.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/powerpc/pr91275.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c
      - copied unchanged from r276594, trunk/gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c
    branches/gccgo/gcc/testsuite/gcc.target/xtensa/
      - copied from r276594, trunk/gcc/testsuite/gcc.target/xtensa/
    branches/gccgo/gcc/testsuite/gfortran.dg/bad_operands.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/bad_operands.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/character_mismatch.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/character_mismatch.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_poly_9.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/coarray_poly_9.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/compare_interfaces.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/compare_interfaces.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/pr78260-2.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/goacc/pr78260-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/pr78260.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/goacc/pr78260.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/pr78260.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/gomp/pr78260.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_1.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_2.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91497.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91497.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91641.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91641.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91714.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91714.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91784.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91784.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91785.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91785.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91802.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91802.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91864.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91864.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91942.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91942.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91943.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/pr91943.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/select_rank_3.f90
      - copied unchanged from r276594, trunk/gcc/testsuite/gfortran.dg/select_rank_3.f90
    branches/gccgo/gcc/testsuite/gnat.dg/access9.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/access9.adb
    branches/gccgo/gcc/testsuite/gnat.dg/annotation1.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/annotation1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/bias1.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/bias1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/concat3.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/concat3.adb
    branches/gccgo/gcc/testsuite/gnat.dg/generic2-child.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic2-child.ads
    branches/gccgo/gcc/testsuite/gnat.dg/generic2-io_any.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic2-io_any.adb
    branches/gccgo/gcc/testsuite/gnat.dg/generic2-io_any.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic2-io_any.ads
    branches/gccgo/gcc/testsuite/gnat.dg/generic2.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic2.ads
    branches/gccgo/gcc/testsuite/gnat.dg/generic_inst13.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic_inst13.adb
    branches/gccgo/gcc/testsuite/gnat.dg/generic_inst13_pkg-nested_g.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic_inst13_pkg-nested_g.ads
    branches/gccgo/gcc/testsuite/gnat.dg/generic_inst13_pkg-ops_g.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic_inst13_pkg-ops_g.ads
    branches/gccgo/gcc/testsuite/gnat.dg/generic_inst13_pkg.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/generic_inst13_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/global2.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/global2.adb
    branches/gccgo/gcc/testsuite/gnat.dg/global2.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/global2.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20.adb
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_g.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_g.adb
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_g.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_g.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_h.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_h.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_i.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_i.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_q-io.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_q-io.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_q.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_q.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline20_r.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline20_r.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline21.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline21.adb
    branches/gccgo/gcc/testsuite/gnat.dg/inline21_g.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline21_g.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline21_h.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline21_h.adb
    branches/gccgo/gcc/testsuite/gnat.dg/inline21_h.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline21_h.ads
    branches/gccgo/gcc/testsuite/gnat.dg/inline21_q.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/inline21_q.ads
    branches/gccgo/gcc/testsuite/gnat.dg/opt82.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/opt82.adb
    branches/gccgo/gcc/testsuite/gnat.dg/opt82_pkg.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/opt82_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/pack26.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/pack26.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate14.adb
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/predicate14.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate14.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/predicate14.ads
    branches/gccgo/gcc/testsuite/gnat.dg/specs/compile_time1.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/specs/compile_time1.ads
    branches/gccgo/gcc/testsuite/gnat.dg/specs/compile_time1_pkg.ads
      - copied unchanged from r276594, trunk/gcc/testsuite/gnat.dg/specs/compile_time1_pkg.ads
    branches/gccgo/gcc/tree-sra.h
      - copied unchanged from r276594, trunk/gcc/tree-sra.h
    branches/gccgo/libgcc/config/aarch64/lse-init.c
      - copied unchanged from r276594, trunk/libgcc/config/aarch64/lse-init.c
    branches/gccgo/libgcc/config/aarch64/lse.S
      - copied unchanged from r276594, trunk/libgcc/config/aarch64/lse.S
    branches/gccgo/libgcc/config/aarch64/t-lse
      - copied unchanged from r276594, trunk/libgcc/config/aarch64/t-lse
    branches/gccgo/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-1.f90
      - copied unchanged from r276594, trunk/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-1.f90
Removed:
    branches/gccgo/gcc/ada/sem_spark.adb
    branches/gccgo/gcc/ada/sem_spark.ads
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-6.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/call-clobbered-4.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/pr91014.c
    branches/gccgo/gcc/wide-int-range.cc
    branches/gccgo/gcc/wide-int-range.h
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gccgo/gcc/ada/exp_aggr.adb
    branches/gccgo/gcc/ada/exp_attr.adb
    branches/gccgo/gcc/ada/exp_ch3.adb
    branches/gccgo/gcc/ada/exp_ch4.adb
    branches/gccgo/gcc/ada/exp_ch6.adb
    branches/gccgo/gcc/ada/exp_dbug.adb
    branches/gccgo/gcc/ada/exp_dbug.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/gcc-interface/Make-lang.in
    branches/gccgo/gcc/ada/gcc-interface/Makefile.in
    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/inline.adb
    branches/gccgo/gcc/ada/libgnarl/s-osinte__solaris.ads
    branches/gccgo/gcc/ada/libgnarl/s-tasinf__solaris.adb
    branches/gccgo/gcc/ada/libgnarl/s-tasinf__solaris.ads
    branches/gccgo/gcc/ada/libgnat/a-cbhama.ads
    branches/gccgo/gcc/ada/libgnat/a-cbhase.ads
    branches/gccgo/gcc/ada/libgnat/a-cfhase.ads
    branches/gccgo/gcc/ada/libgnat/a-chtgop.ads
    branches/gccgo/gcc/ada/libgnat/g-socket.adb
    branches/gccgo/gcc/ada/libgnat/g-socket.ads
    branches/gccgo/gcc/ada/libgnat/g-socthi.ads
    branches/gccgo/gcc/ada/libgnat/g-socthi__mingw.adb
    branches/gccgo/gcc/ada/libgnat/g-socthi__mingw.ads
    branches/gccgo/gcc/ada/libgnat/g-socthi__vxworks.adb
    branches/gccgo/gcc/ada/libgnat/g-socthi__vxworks.ads
    branches/gccgo/gcc/ada/libgnat/g-stsifd__sockets.adb
    branches/gccgo/gcc/ada/osint.adb
    branches/gccgo/gcc/ada/rtsfind.ads
    branches/gccgo/gcc/ada/sem_attr.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_ch7.adb
    branches/gccgo/gcc/ada/sem_prag.adb
    branches/gccgo/gcc/ada/sem_res.adb
    branches/gccgo/gcc/ada/sem_util.adb
    branches/gccgo/gcc/ada/xref_lib.adb
    branches/gccgo/gcc/alias.c
    branches/gccgo/gcc/brig/ChangeLog
    branches/gccgo/gcc/brig/brig-lang.c
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/builtins.def
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-common.c
    branches/gccgo/gcc/c-family/c-common.h
    branches/gccgo/gcc/c-family/c-omp.c
    branches/gccgo/gcc/c-family/c-opts.c
    branches/gccgo/gcc/c-family/c-pretty-print.c
    branches/gccgo/gcc/c-family/c-warn.c
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-decl.c
    branches/gccgo/gcc/c/c-objc-common.c
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/caller-save.c
    branches/gccgo/gcc/cfgcleanup.c
    branches/gccgo/gcc/cfgexpand.c
    branches/gccgo/gcc/cfgloopanal.c
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/cgraph.h
    branches/gccgo/gcc/cgraphclones.c
    branches/gccgo/gcc/cif-code.def
    branches/gccgo/gcc/combine-stack-adj.c
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config/aarch64/aarch64-builtins.c
    branches/gccgo/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gccgo/gcc/config/aarch64/aarch64-protos.h
    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_neon.h
    branches/gccgo/gcc/config/aarch64/atomics.md
    branches/gccgo/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/gccgo/gcc/config/aarch64/falkor-tag-collision-avoidance.c
    branches/gccgo/gcc/config/aarch64/iterators.md
    branches/gccgo/gcc/config/arc/arc.h
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/arm.md
    branches/gccgo/gcc/config/arm/arm.opt
    branches/gccgo/gcc/config/arm/arm_acle.h
    branches/gccgo/gcc/config/arm/arm_acle_builtins.def
    branches/gccgo/gcc/config/arm/iterators.md
    branches/gccgo/gcc/config/arm/predicates.md
    branches/gccgo/gcc/config/arm/t-arm
    branches/gccgo/gcc/config/arm/unspecs.md
    branches/gccgo/gcc/config/avr/avr.c
    branches/gccgo/gcc/config/c6x/c6x.c
    branches/gccgo/gcc/config/darwin-driver.c
    branches/gccgo/gcc/config/darwin.c
    branches/gccgo/gcc/config/frv/frv.c
    branches/gccgo/gcc/config/gcn/gcn.c
    branches/gccgo/gcc/config/h8300/h8300.md
    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.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/x86-tune-costs.h
    branches/gccgo/gcc/config/ia64/ia64.h
    branches/gccgo/gcc/config/iq2000/iq2000.c
    branches/gccgo/gcc/config/microblaze/microblaze.h
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/msp430/msp430.h
    branches/gccgo/gcc/config/pa/pa.c
    branches/gccgo/gcc/config/pa/pa.h
    branches/gccgo/gcc/config/pru/pru.c
    branches/gccgo/gcc/config/riscv/riscv-protos.h
    branches/gccgo/gcc/config/riscv/riscv.c
    branches/gccgo/gcc/config/riscv/riscv.md
    branches/gccgo/gcc/config/rs6000/altivec.md
    branches/gccgo/gcc/config/rs6000/darwin.md
    branches/gccgo/gcc/config/rs6000/predicates.md
    branches/gccgo/gcc/config/rs6000/rs6000-builtin.def
    branches/gccgo/gcc/config/rs6000/rs6000-logue.c
    branches/gccgo/gcc/config/rs6000/rs6000-p8swap.c
    branches/gccgo/gcc/config/rs6000/rs6000-protos.h
    branches/gccgo/gcc/config/rs6000/rs6000-string.c
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.h
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/rs6000/t-freebsd64
    branches/gccgo/gcc/config/rs6000/vsx.md
    branches/gccgo/gcc/config/s390/s390.c
    branches/gccgo/gcc/config/s390/vector.md
    branches/gccgo/gcc/config/sh/sh.c
    branches/gccgo/gcc/config/sparc/sparc.h
    branches/gccgo/gcc/config/vax/vax.c
    branches/gccgo/gcc/config/xtensa/xtensa.c
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/coretypes.h
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/call.c
    branches/gccgo/gcc/cp/class.c
    branches/gccgo/gcc/cp/constexpr.c
    branches/gccgo/gcc/cp/cp-gimplify.c
    branches/gccgo/gcc/cp/cp-objcp-common.c
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/expr.c
    branches/gccgo/gcc/cp/init.c
    branches/gccgo/gcc/cp/mangle.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/semantics.c
    branches/gccgo/gcc/cp/typeck.c
    branches/gccgo/gcc/cp/typeck2.c
    branches/gccgo/gcc/cse.c
    branches/gccgo/gcc/cselib.c
    branches/gccgo/gcc/cselib.h
    branches/gccgo/gcc/dbgcnt.def
    branches/gccgo/gcc/dce.c
    branches/gccgo/gcc/defaults.h
    branches/gccgo/gcc/df-problems.c
    branches/gccgo/gcc/df-scan.c
    branches/gccgo/gcc/diagnostic-show-locus.c
    branches/gccgo/gcc/diagnostic.c
    branches/gccgo/gcc/doc/cpp.texi
    branches/gccgo/gcc/doc/cppopts.texi
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/md.texi
    branches/gccgo/gcc/doc/rtl.texi
    branches/gccgo/gcc/doc/sourcebuild.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/early-remat.c
    branches/gccgo/gcc/emit-rtl.c
    branches/gccgo/gcc/emit-rtl.h
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/expr.h
    branches/gccgo/gcc/fibonacci_heap.h
    branches/gccgo/gcc/final.c
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/array.c
    branches/gccgo/gcc/fortran/check.c
    branches/gccgo/gcc/fortran/decl.c
    branches/gccgo/gcc/fortran/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/gfortran.h
    branches/gccgo/gcc/fortran/interface.c
    branches/gccgo/gcc/fortran/intrinsic.c
    branches/gccgo/gcc/fortran/io.c
    branches/gccgo/gcc/fortran/match.c
    branches/gccgo/gcc/fortran/misc.c
    branches/gccgo/gcc/fortran/module.c
    branches/gccgo/gcc/fortran/openmp.c
    branches/gccgo/gcc/fortran/parse.c
    branches/gccgo/gcc/fortran/primary.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/simplify.c
    branches/gccgo/gcc/fortran/trans-array.c
    branches/gccgo/gcc/fortran/trans-array.h
    branches/gccgo/gcc/fortran/trans-decl.c
    branches/gccgo/gcc/fortran/trans-expr.c
    branches/gccgo/gcc/fortran/trans-intrinsic.c
    branches/gccgo/gcc/fortran/trans-openmp.c
    branches/gccgo/gcc/fortran/trans-stmt.c
    branches/gccgo/gcc/fortran/trans.h
    branches/gccgo/gcc/function-tests.c
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/gcse.c
    branches/gccgo/gcc/genconfig.c
    branches/gccgo/gcc/genemit.c
    branches/gccgo/gcc/gengenrtl.c
    branches/gccgo/gcc/genmatch.c
    branches/gccgo/gcc/genrecog.c
    branches/gccgo/gcc/gimple-expr.c
    branches/gccgo/gcc/gimple-ssa-store-merging.c
    branches/gccgo/gcc/gimple-ssa-warn-restrict.c
    branches/gccgo/gcc/gimple.c
    branches/gccgo/gcc/gimplify.c
    branches/gccgo/gcc/ginclude/stdint-gcc.h
    branches/gccgo/gcc/glimits.h
    branches/gccgo/gcc/go/gofrontend/MERGE
    branches/gccgo/gcc/go/gofrontend/ast-dump.cc
    branches/gccgo/gcc/go/gofrontend/escape.cc
    branches/gccgo/gcc/go/gofrontend/escape.h
    branches/gccgo/gcc/go/gofrontend/export.cc
    branches/gccgo/gcc/go/gofrontend/expressions.cc
    branches/gccgo/gcc/go/gofrontend/expressions.h
    branches/gccgo/gcc/go/gofrontend/gogo.cc
    branches/gccgo/gcc/go/gofrontend/import.cc
    branches/gccgo/gcc/go/gofrontend/import.h
    branches/gccgo/gcc/go/gofrontend/parse.cc
    branches/gccgo/gcc/go/gofrontend/statements.cc
    branches/gccgo/gcc/go/gofrontend/types.cc
    branches/gccgo/gcc/haifa-sched.c
    branches/gccgo/gcc/hard-reg-set.h
    branches/gccgo/gcc/hash-map.h
    branches/gccgo/gcc/hash-table.c
    branches/gccgo/gcc/hash-table.h
    branches/gccgo/gcc/hooks.c
    branches/gccgo/gcc/hooks.h
    branches/gccgo/gcc/ifcvt.c
    branches/gccgo/gcc/ifcvt.h
    branches/gccgo/gcc/internal-fn.def
    branches/gccgo/gcc/ipa-cp.c
    branches/gccgo/gcc/ipa-devirt.c
    branches/gccgo/gcc/ipa-fnsummary.c
    branches/gccgo/gcc/ipa-icf.c
    branches/gccgo/gcc/ipa-inline-transform.c
    branches/gccgo/gcc/ipa-inline.c
    branches/gccgo/gcc/ipa-param-manipulation.c
    branches/gccgo/gcc/ipa-param-manipulation.h
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ipa-prop.h
    branches/gccgo/gcc/ipa-split.c
    branches/gccgo/gcc/ira-build.c
    branches/gccgo/gcc/ira-color.c
    branches/gccgo/gcc/ira-conflicts.c
    branches/gccgo/gcc/ira-costs.c
    branches/gccgo/gcc/ira-int.h
    branches/gccgo/gcc/ira-lives.c
    branches/gccgo/gcc/ira.c
    branches/gccgo/gcc/jump.c
    branches/gccgo/gcc/langhooks-def.h
    branches/gccgo/gcc/langhooks.h
    branches/gccgo/gcc/loop-iv.c
    branches/gccgo/gcc/lra-assigns.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-eliminations.c
    branches/gccgo/gcc/lra-int.h
    branches/gccgo/gcc/lra-lives.c
    branches/gccgo/gcc/lra-remat.c
    branches/gccgo/gcc/lra.c
    branches/gccgo/gcc/lto-cgraph.c
    branches/gccgo/gcc/lto-section-in.c
    branches/gccgo/gcc/lto-streamer.h
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/lto/lto-lang.c
    branches/gccgo/gcc/match.pd
    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-offload.c
    branches/gccgo/gcc/omp-simd-clone.c
    branches/gccgo/gcc/optabs.def
    branches/gccgo/gcc/optc-save-gen.awk
    branches/gccgo/gcc/opts.c
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/passes.def
    branches/gccgo/gcc/po/ChangeLog
    branches/gccgo/gcc/po/es.po
    branches/gccgo/gcc/postreload-gcse.c
    branches/gccgo/gcc/postreload.c
    branches/gccgo/gcc/pretty-print.c
    branches/gccgo/gcc/print-rtl.c
    branches/gccgo/gcc/read-rtl-function.c
    branches/gccgo/gcc/recog.c
    branches/gccgo/gcc/regcprop.c
    branches/gccgo/gcc/reginfo.c
    branches/gccgo/gcc/regrename.c
    branches/gccgo/gcc/regrename.h
    branches/gccgo/gcc/regs.h
    branches/gccgo/gcc/reload.c
    branches/gccgo/gcc/reload1.c
    branches/gccgo/gcc/reorg.c
    branches/gccgo/gcc/resource.c
    branches/gccgo/gcc/rtl.c
    branches/gccgo/gcc/rtl.def
    branches/gccgo/gcc/rtl.h
    branches/gccgo/gcc/rtlanal.c
    branches/gccgo/gcc/sched-deps.c
    branches/gccgo/gcc/sel-sched-ir.c
    branches/gccgo/gcc/sel-sched-ir.h
    branches/gccgo/gcc/sel-sched.c
    branches/gccgo/gcc/selftest.h
    branches/gccgo/gcc/shrink-wrap.c
    branches/gccgo/gcc/simplify-rtx.c
    branches/gccgo/gcc/ssa.h
    branches/gccgo/gcc/target-globals.c
    branches/gccgo/gcc/target-globals.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/c-c++-common/Warray-bounds-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/Warray-bounds-4.c
    branches/gccgo/gcc/testsuite/g++.dg/cpp/ucn-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr33930.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr68724.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic38.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nontype2.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/bitfield14.C
    branches/gccgo/gcc/testsuite/g++.dg/init/new43.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/devirt-19.C
    branches/gccgo/gcc/testsuite/g++.dg/ipa/pr81248.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/extern-c-hidden.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/extern-c-redecl.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/extern-c-redecl6.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/friend12.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/pr79766.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/pr84375.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/devirt-19_0.C
    branches/gccgo/gcc/testsuite/g++.dg/other/new-size-type.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/explicit1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash11.C
    branches/gccgo/gcc/testsuite/g++.dg/template/non-dependent8.C
    branches/gccgo/gcc/testsuite/g++.dg/template/nontype-array1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/nontype3.C
    branches/gccgo/gcc/testsuite/g++.dg/template/nontype8.C
    branches/gccgo/gcc/testsuite/g++.dg/template/partial5.C
    branches/gccgo/gcc/testsuite/g++.dg/template/spec33.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/Wstringop-truncation-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr61945.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.mike/warn6.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.other/using9.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/memtemp64.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/spec20.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/spec21.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.pt/spec35.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.warn/virt1.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/loop-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-39.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/attr-alias-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/ucs.c
    branches/gccgo/gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/diag-aka-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/inline-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipa-sra-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipacost-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/ipcp-agg-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr63416.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr78121.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr91089.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/vrp1.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/vrp2.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/vrp3.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/vrp7.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/vrp8.c
    branches/gccgo/gcc/testsuite/gcc.dg/nonnull-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/noreorder.c
    branches/gccgo/gcc/testsuite/gcc.dg/optimize-bswapsi-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic_group_plugin.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr89313.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr41094.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr91656-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr66142.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
    branches/gccgo/gcc/testsuite/gcc.dg/winline-3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-char.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-imm.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-int.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-long.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-release.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic-op-short.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic_cmp_exchange_zero_reg_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/atomic_cmp_exchange_zero_strong_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/cond_convert_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/cond_convert_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/cond_unary_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sync-comp-swap.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sync-op-acquire.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sync-op-full.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/attr-neon-builtin-fail2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/fp16-compile-alt-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/fp16-compile-ieee-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/short-vfp-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/naked-1.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/call-clobbered-3.c
    branches/gccgo/gcc/testsuite/gfortran.dg/associate_48.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/auto_in_equiv_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dec_type_print_3.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/asyncwait-1.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/asyncwait-2.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/asyncwait-3.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/asyncwait-4.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/default-2.f
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/enter-exit-data.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/if.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/list.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/literal.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/loop-2-kernels-tile.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/loop-2-parallel-tile.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/loop-7.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/parallel-kernels-clauses.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/parameter.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/pr85701.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/routine-6.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/several-directives.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/sie.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/tile-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/update-if_present-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/gomp/pr29759.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/lto/pr87689_0.f
    branches/gccgo/gcc/testsuite/gfortran.dg/pr91587.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/select_rank_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/typebound_call_22.f03
    branches/gccgo/gcc/testsuite/gfortran.dg/use_without_only_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/widechar_intrinsics_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/widechar_intrinsics_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/widechar_intrinsics_3.f90
    branches/gccgo/gcc/testsuite/gnat.dg/system_info1.adb
    branches/gccgo/gcc/testsuite/lib/gnat.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-eh.c
    branches/gccgo/gcc/tree-eh.h
    branches/gccgo/gcc/tree-if-conv.c
    branches/gccgo/gcc/tree-inline.c
    branches/gccgo/gcc/tree-inline.h
    branches/gccgo/gcc/tree-parloops.c
    branches/gccgo/gcc/tree-pass.h
    branches/gccgo/gcc/tree-sra.c
    branches/gccgo/gcc/tree-ssa-alias.c
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-forwprop.c
    branches/gccgo/gcc/tree-ssa-phiprop.c
    branches/gccgo/gcc/tree-ssa-sccvn.c
    branches/gccgo/gcc/tree-ssa-strlen.c
    branches/gccgo/gcc/tree-ssa.c
    branches/gccgo/gcc/tree-vect-loop.c
    branches/gccgo/gcc/tree-vect-patterns.c
    branches/gccgo/gcc/tree-vect-stmts.c
    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.h
    branches/gccgo/gcc/var-tracking.c
    branches/gccgo/gcc/vr-values.c
    branches/gccgo/libada/ChangeLog
    branches/gccgo/libada/Makefile.in
    branches/gccgo/libada/configure
    branches/gccgo/libada/configure.ac
    branches/gccgo/libatomic/ChangeLog
    branches/gccgo/libatomic/configure
    branches/gccgo/libbacktrace/ChangeLog
    branches/gccgo/libbacktrace/configure
    branches/gccgo/libbacktrace/pecoff.c
    branches/gccgo/libbacktrace/xcoff.c
    branches/gccgo/libcc1/ChangeLog
    branches/gccgo/libcc1/configure
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/charset.c
    branches/gccgo/libcpp/include/cpplib.h
    branches/gccgo/libcpp/init.c
    branches/gccgo/libcpp/internal.h
    branches/gccgo/libcpp/lex.c
    branches/gccgo/libffi/ChangeLog
    branches/gccgo/libffi/configure
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config.host
    branches/gccgo/libgcc/config.in
    branches/gccgo/libgcc/config/aarch64/sync-cache.c
    branches/gccgo/libgcc/config/arm/unwind-arm.c
    branches/gccgo/libgcc/config/pa/fptr.c
    branches/gccgo/libgcc/configure   (contents, props changed)
    branches/gccgo/libgcc/configure.ac
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgfortran/configure
    branches/gccgo/libgfortran/io/io.h
    branches/gccgo/libgfortran/io/read.c
    branches/gccgo/libgfortran/io/transfer.c
    branches/gccgo/libgfortran/io/write.c
    branches/gccgo/libgo/mkrsysinfo.sh
    branches/gccgo/libgo/mksysinfo.sh
    branches/gccgo/libgo/runtime/go-context.S
    branches/gccgo/libgo/sysinfo.c
    branches/gccgo/libgomp/ChangeLog
    branches/gccgo/libgomp/Makefile.in
    branches/gccgo/libgomp/aclocal.m4
    branches/gccgo/libgomp/config.h.in
    branches/gccgo/libgomp/configure
    branches/gccgo/libgomp/configure.ac
    branches/gccgo/libgomp/libgomp.h
    branches/gccgo/libgomp/libgomp_g.h
    branches/gccgo/libgomp/oacc-parallel.c
    branches/gccgo/libgomp/plugin/plugin-hsa.c
    branches/gccgo/libgomp/plugin/plugin-nvptx.c
    branches/gccgo/libgomp/target.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-default.h
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
    branches/gccgo/libhsail-rt/ChangeLog
    branches/gccgo/libhsail-rt/configure
    branches/gccgo/libiberty/ChangeLog
    branches/gccgo/libiberty/rust-demangle.c
    branches/gccgo/libiberty/testsuite/rust-demangle-expected
    branches/gccgo/libitm/ChangeLog
    branches/gccgo/libitm/configure
    branches/gccgo/libobjc/ChangeLog
    branches/gccgo/libobjc/configure
    branches/gccgo/liboffloadmic/ChangeLog
    branches/gccgo/liboffloadmic/configure
    branches/gccgo/liboffloadmic/plugin/configure
    branches/gccgo/libphobos/ChangeLog
    branches/gccgo/libphobos/configure
    branches/gccgo/libquadmath/ChangeLog
    branches/gccgo/libquadmath/configure
    branches/gccgo/libsanitizer/ChangeLog
    branches/gccgo/libsanitizer/configure
    branches/gccgo/libssp/ChangeLog
    branches/gccgo/libssp/configure
    branches/gccgo/libvtv/ChangeLog
    branches/gccgo/libvtv/configure
    branches/gccgo/lto-plugin/ChangeLog
    branches/gccgo/lto-plugin/configure
    branches/gccgo/zlib/ChangeLog.gcj
    branches/gccgo/zlib/configure

Propchange: branches/gccgo/
            ('svn:mergeinfo' modified)

Propchange: branches/gccgo/libgcc/configure
            ('svn:executable' added)




More information about the Libstdc++-cvs mailing list