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

ian@gcc.gnu.org ian@gcc.gnu.org
Thu Feb 23 02:09:00 GMT 2017


Author: ian
Date: Thu Feb 23 02:09:47 2017
New Revision: 245674

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

Added:
    branches/gccgo/libstdc++-v3/config/abi/post/i386-solaris2.10/
      - copied from r245668, trunk/libstdc++-v3/config/abi/post/i386-solaris2.10/
    branches/gccgo/libstdc++-v3/config/abi/post/i386-solaris2.11/
      - copied from r245668, trunk/libstdc++-v3/config/abi/post/i386-solaris2.11/
    branches/gccgo/libstdc++-v3/config/abi/post/sparc-solaris2.10/
      - copied from r245668, trunk/libstdc++-v3/config/abi/post/sparc-solaris2.10/
    branches/gccgo/libstdc++-v3/config/abi/post/sparc-solaris2.11/
      - copied from r245668, trunk/libstdc++-v3/config/abi/post/sparc-solaris2.11/
    branches/gccgo/libstdc++-v3/src/c++11/cow-string-io-inst.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/src/c++11/cow-string-io-inst.cc
    branches/gccgo/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
    branches/gccgo/libstdc++-v3/src/c++11/sso_string.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/src/c++11/sso_string.cc
    branches/gccgo/libstdc++-v3/src/c++11/string-io-inst.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/src/c++11/string-io-inst.cc
    branches/gccgo/libstdc++-v3/src/c++11/wstring-io-inst.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/src/c++11/wstring-io-inst.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr_c++17.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr_c++17.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/optional/cons/deduction_guide.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/testsuite/20_util/optional/cons/deduction_guide.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/shared_ptr/cons/79467.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/79467.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/time_point/arithmetic/
      - copied from r245668, trunk/libstdc++-v3/testsuite/20_util/time_point/arithmetic/
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/search/78346.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/testsuite/25_algorithms/search/78346.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/packaged_task/79486.cc
      - copied unchanged from r245668, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/79486.cc
Removed:
    branches/gccgo/libstdc++-v3/config/abi/post/solaris2.10/
    branches/gccgo/libstdc++-v3/config/abi/post/solaris2.11/
    branches/gccgo/libstdc++-v3/doc/html/ext/
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/config/abi/post/aarch64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
    branches/gccgo/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gccgo/libstdc++-v3/configure.host
    branches/gccgo/libstdc++-v3/doc/Makefile.am
    branches/gccgo/libstdc++-v3/doc/Makefile.in
    branches/gccgo/libstdc++-v3/doc/html/manual/abi.html
    branches/gccgo/libstdc++-v3/doc/html/manual/bugs.html
    branches/gccgo/libstdc++-v3/doc/html/manual/debug.html
    branches/gccgo/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/gccgo/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/gccgo/libstdc++-v3/doc/html/manual/policy_data_structures_design.html
    branches/gccgo/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/gccgo/libstdc++-v3/doc/html/manual/profile_mode_diagnostics.html
    branches/gccgo/libstdc++-v3/doc/html/manual/status.html
    branches/gccgo/libstdc++-v3/doc/html/manual/test.html
    branches/gccgo/libstdc++-v3/doc/html/manual/using_concurrency.html
    branches/gccgo/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/gccgo/libstdc++-v3/doc/xml/manual/abi.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/debug.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/intro.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/io.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/profile_mode.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/shared_ptr.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/using.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/using_exceptions.xml
    branches/gccgo/libstdc++-v3/include/bits/atomic_base.h
    branches/gccgo/libstdc++-v3/include/bits/basic_string.h
    branches/gccgo/libstdc++-v3/include/bits/predefined_ops.h
    branches/gccgo/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/gccgo/libstdc++-v3/include/std/chrono
    branches/gccgo/libstdc++-v3/include/std/future
    branches/gccgo/libstdc++-v3/include/std/optional
    branches/gccgo/libstdc++-v3/include/std/variant
    branches/gccgo/libstdc++-v3/include/tr1/complex
    branches/gccgo/libstdc++-v3/src/c++11/Makefile.am
    branches/gccgo/libstdc++-v3/src/c++11/Makefile.in
    branches/gccgo/libstdc++-v3/src/c++11/cow-string-inst.cc
    branches/gccgo/libstdc++-v3/src/c++11/cow-wstring-inst.cc
    branches/gccgo/libstdc++-v3/src/c++11/functexcept.cc
    branches/gccgo/libstdc++-v3/src/c++11/functional.cc
    branches/gccgo/libstdc++-v3/src/c++11/future.cc
    branches/gccgo/libstdc++-v3/src/c++11/ios.cc
    branches/gccgo/libstdc++-v3/src/c++11/regex.cc
    branches/gccgo/libstdc++-v3/src/c++11/snprintf_lite.cc
    branches/gccgo/libstdc++-v3/src/c++11/system_error.cc
    branches/gccgo/libstdc++-v3/src/c++98/misc-inst.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/duration/literals/range.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/variant/compile.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/variant/run.cc
    branches/gccgo/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc
    branches/gccgo/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/list/operations/78389.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/constructible.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/queue/requirements/constructible.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/stack/requirements/constructible.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_null.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/12297.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_null.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc
    branches/gccgo/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc
    branches/gccgo/libstdc++-v3/testsuite/util/testsuite_allocator.h

Changes in other areas also in this revision:
Added:
    branches/gccgo/fixincludes/tests/base/alloca.h
      - copied unchanged from r245668, trunk/fixincludes/tests/base/alloca.h
    branches/gccgo/gcc/ada/system-freebsd.ads
      - copied unchanged from r245668, trunk/gcc/ada/system-freebsd.ads
    branches/gccgo/gcc/common/config/riscv/
      - copied from r245668, trunk/gcc/common/config/riscv/
    branches/gccgo/gcc/config/aarch64/thunderx2t99.md
      - copied unchanged from r245668, trunk/gcc/config/aarch64/thunderx2t99.md
    branches/gccgo/gcc/config/riscv/
      - copied from r245668, trunk/gcc/config/riscv/
    branches/gccgo/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-4.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-4.c
    branches/gccgo/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-7.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-7.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/loop-auto-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/goacc/loop-auto-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/pr79428-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/goacc/pr79428-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/tile-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/goacc/tile-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79428-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79428-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79428-5.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79428-5.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79428-6.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79428-6.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79429.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79429.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79431.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79431.c
    branches/gccgo/gcc/testsuite/c-c++-common/gomp/pr79512.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/gomp/pr79512.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr79428-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/pr79428-3.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr79641.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/pr79641.c
    branches/gccgo/gcc/testsuite/c-c++-common/ubsan/bounds-14.c
      - copied unchanged from r245668, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-14.c
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/Wliteral-suffix2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/Wliteral-suffix2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alignas10.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/alignas10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alignas8.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/alignas8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alignas9.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/alignas9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attrib54.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/attrib54.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/attrib55.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/attrib55.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/inh-ctor25.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor25.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/inh-ctor26.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor26.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nsdmi-template16.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template16.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr69637-1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr69637-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr69637-2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr69637-2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr70448.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr70448.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr78771-new.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr78771-new.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr78771-old.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr78771-old.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr79296.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr79296.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr79457.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/pr79457.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/range-for34.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/range-for34.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/variadic-ref1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ref1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/auto-fn35.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn35.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/auto-fn36.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn36.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-79639.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-79639.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-79655.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-79655.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr6.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr6.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/nsdmi-union2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/nsdmi-union2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr64382.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/pr64382.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr67273.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/pr67273.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr79253.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/pr79253.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr79435.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/pr79435.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr79463.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1y/pr79463.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction27.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction27.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction28.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction28.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction29.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction29.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction30.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction30.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/decomp25.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/decomp25.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/decomp26.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/decomp26.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/eval-order4.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/fold9.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/fold9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nodiscard4.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/nodiscard4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nontype-auto7.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto7.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nontype-auto8.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto8.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/pr78771.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/pr78771.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/pr79143.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/cpp1z/pr79143.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-1.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-2.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-3.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-3.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-4.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-4.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-5.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-5.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/align-6.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/align-6.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/inline-var-2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/inline-var-2.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/pr78835.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr78835.C
    branches/gccgo/gcc/testsuite/g++.dg/debug/dwarf2/pr79129.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr79129.C
    branches/gccgo/gcc/testsuite/g++.dg/diagnostic/pr79304.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/diagnostic/pr79304.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/attrib53.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ext/attrib53.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/complit15.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ext/complit15.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/flexary22.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ext/flexary22.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/flexary23.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ext/flexary23.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/underlying_type12.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ext/underlying_type12.C
    branches/gccgo/gcc/testsuite/g++.dg/goacc/tile-1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/goacc/tile-1.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/pr79429.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/gomp/pr79429.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/pr79664.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/gomp/pr79664.C
    branches/gccgo/gcc/testsuite/g++.dg/init/array47.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/init/array47.C
    branches/gccgo/gcc/testsuite/g++.dg/init/ctor12.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/init/ctor12.C
    branches/gccgo/gcc/testsuite/g++.dg/init/elide6.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/init/elide6.C
    branches/gccgo/gcc/testsuite/g++.dg/init/new48.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/init/new48.C
    branches/gccgo/gcc/testsuite/g++.dg/lookup/pr79377.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/lookup/pr79377.C
    branches/gccgo/gcc/testsuite/g++.dg/lto/pr79050_0.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/lto/pr79050_0.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr79267.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/opt/pr79267.C
    branches/gccgo/gcc/testsuite/g++.dg/other/offsetof9.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/other/offsetof9.C
    branches/gccgo/gcc/testsuite/g++.dg/other/pr79232.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/other/pr79232.C
    branches/gccgo/gcc/testsuite/g++.dg/pr79095-1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/pr79095-1.C
    branches/gccgo/gcc/testsuite/g++.dg/pr79095-2.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/pr79095-2.C
    branches/gccgo/gcc/testsuite/g++.dg/pr79095-3.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/pr79095-3.C
    branches/gccgo/gcc/testsuite/g++.dg/pr79095-4.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/pr79095-4.C
    branches/gccgo/gcc/testsuite/g++.dg/pr79095-5.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/pr79095-5.C
    branches/gccgo/gcc/testsuite/g++.dg/spellcheck-pr79298.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/spellcheck-pr79298.C
    branches/gccgo/gcc/testsuite/g++.dg/template/bitfield3.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/bitfield3.C
    branches/gccgo/gcc/testsuite/g++.dg/template/dependent-scope1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/dependent-scope1.C
    branches/gccgo/gcc/testsuite/g++.dg/template/error57.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/error57.C
    branches/gccgo/gcc/testsuite/g++.dg/template/incomplete10.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/incomplete10.C
    branches/gccgo/gcc/testsuite/g++.dg/template/incomplete8.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/incomplete8.C
    branches/gccgo/gcc/testsuite/g++.dg/template/incomplete9.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/incomplete9.C
    branches/gccgo/gcc/testsuite/g++.dg/template/init11.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/init11.C
    branches/gccgo/gcc/testsuite/g++.dg/template/memtmpl5.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/memtmpl5.C
    branches/gccgo/gcc/testsuite/g++.dg/template/partial-specialization5.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/template/partial-specialization5.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/pr79288.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/tls/pr79288.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-prof/pr79259.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/tree-prof/pr79259.C
    branches/gccgo/gcc/testsuite/g++.dg/ubsan/pr79589.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/ubsan/pr79589.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wint-in-bool-context-1.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/warn/Wint-in-bool-context-1.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/deprecated-12.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/warn/deprecated-12.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/pr79290.C
      - copied unchanged from r245668, trunk/gcc/testsuite/g++.dg/warn/pr79290.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr78883.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr78883.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79197.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79197.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79284.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79284.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79386.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79386.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79411.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79411.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79413.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79413.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/compile/pr79621.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/compile/pr79621.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr78559.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr78559.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr79286.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr79286.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr79327.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr79327.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr79354.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr79354.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr79388.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr79388.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr79450.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.c-torture/execute/pr79450.c
    branches/gccgo/gcc/testsuite/gcc.dg/Warray-bounds-21.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/Warray-bounds-21.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-float-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/c11-float-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/comp-goto-4.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/comp-goto-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/pr79487.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/dfp/pr79487.c
    branches/gccgo/gcc/testsuite/gcc.dg/dfp/pr79515.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/dfp/pr79515.c
    branches/gccgo/gcc/testsuite/gcc.dg/enum-incomplete-4.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/enum-incomplete-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/pr79210.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/format/pr79210.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-23.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-23.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-24.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-24.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-25.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-26.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-26.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-error-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-error-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-error-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-error-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/gimplefe-error-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/gimplefe-error-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/pr69823.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/pr69823.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/pr71824-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/pr71824-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/pr71824-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/pr71824-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/pr71824.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/pr71824.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/scop-dsyr2k-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/scop-dsyr2k-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/scop-dsyrk-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/graphite/scop-dsyrk-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/loop-unswitch-5.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/loop-unswitch-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr79494.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/pr79494.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr79570.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/pr79570.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr79574.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/pr79574.c
    branches/gccgo/gcc/testsuite/gcc.dg/strncmp-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/strncmp-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79194.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79194.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79244.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79244.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79276.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79276.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79432.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79432.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79536.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79536.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr79666.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/torture/pr79666.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-prof/pr79587.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-prof/pr79587.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-10.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-11.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-12.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-14.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-14.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ldist-25.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-25.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr56727.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr56727.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79095.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79095.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79275.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79275.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79327.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79327.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79352.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79352.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79376.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79376.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79408-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79408-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79408.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79408.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79448-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79448-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr79448.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79448.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr79347.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.dg/vect/pr79347.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/popcnt.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/aarch64/popcnt.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vect_fp16_1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/aarch64/vect_fp16_1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79131-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/arm/pr79131-1.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79131-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/arm/pr79131-2.c
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79239.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/arm/pr79239.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/3dnowA-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/3dnowA-3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr79299-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr79299-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512vl-pr79299-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr79299-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/mpx/pr79633.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/mpx/pr79633.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/mvc9.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/mvc9.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr70465-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr70465-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr71374.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr71374.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79495.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79495.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79498.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79498.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79559.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79559.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79568-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79568-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79568-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79568-2.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79568-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79568-3.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79593.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79593.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79649.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79649.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79673.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/pr79673.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/rdpid.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/i386/rdpid.c
    branches/gccgo/gcc/testsuite/gcc.target/mips/msa-fp-cc.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/mips/msa-fp-cc.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr66144-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr66144-2.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr66144-3.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-3.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr78604.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr78604.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr79197.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr79197.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr79268.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr79268.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr79354.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/pr79354.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/pr79240.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/s390/pr79240.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/20170205-1.c
      - copied unchanged from r245668, trunk/gcc/testsuite/gcc.target/sparc/20170205-1.c
    branches/gccgo/gcc/testsuite/gfortran.dg/allocate_with_source_24.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_24.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/class_allocate_24.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/class_allocate_24.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/der_ptr_component_2.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/der_ptr_component_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dtio_23.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/dtio_23.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dtio_24.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/dtio_24.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/tile-1.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/goacc/tile-1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/tile-2.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/goacc/tile-2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/tile-lowering.f95
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/goacc/tile-lowering.f95
    branches/gccgo/gcc/testsuite/gfortran.dg/pr79315.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/pr79315.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/spread_init_expr_2.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/spread_init_expr_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/submodule_23.f90
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/submodule_23.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/submodule_24.f08
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/submodule_24.f08
    branches/gccgo/gcc/testsuite/gfortran.dg/submodule_25.f08
      - copied unchanged from r245668, trunk/gcc/testsuite/gfortran.dg/submodule_25.f08
    branches/gccgo/include/gcc-cp-fe.def
      - copied unchanged from r245668, trunk/include/gcc-cp-fe.def
    branches/gccgo/include/gcc-cp-interface.h
      - copied unchanged from r245668, trunk/include/gcc-cp-interface.h
    branches/gccgo/libcc1/libcc1plugin.cc
      - copied unchanged from r245668, trunk/libcc1/libcc1plugin.cc
    branches/gccgo/libcc1/libcp1.cc
      - copied unchanged from r245668, trunk/libcc1/libcp1.cc
    branches/gccgo/libcc1/libcp1plugin.cc
      - copied unchanged from r245668, trunk/libcc1/libcp1plugin.cc
    branches/gccgo/libcc1/libcp1plugin.sym
      - copied unchanged from r245668, trunk/libcc1/libcp1plugin.sym
    branches/gccgo/libcc1/marshall-c.hh
      - copied unchanged from r245668, trunk/libcc1/marshall-c.hh
    branches/gccgo/libcc1/marshall-cp.hh
      - copied unchanged from r245668, trunk/libcc1/marshall-cp.hh
    branches/gccgo/libgcc/config/aarch64/value-unwind.h
      - copied unchanged from r245668, trunk/libgcc/config/aarch64/value-unwind.h
    branches/gccgo/libgcc/config/riscv/
      - copied from r245668, trunk/libgcc/config/riscv/
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/tile-1.c
      - copied unchanged from r245668, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/tile-1.c
    branches/gccgo/libhsail-rt/configure.tgt
      - copied unchanged from r245668, trunk/libhsail-rt/configure.tgt
Removed:
    branches/gccgo/gcc/ada/system-freebsd-x86.ads
    branches/gccgo/gcc/testsuite/gcc.target/arm/pr79131.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr78056-8.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c
    branches/gccgo/libcc1/plugin.cc
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/Makefile.in
    branches/gccgo/Makefile.tpl
    branches/gccgo/config/ChangeLog
    branches/gccgo/config/isl.m4
    branches/gccgo/configure
    branches/gccgo/configure.ac
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/contrib/config-list.mk
    branches/gccgo/contrib/update-copyright.py
    branches/gccgo/fixincludes/ChangeLog
    branches/gccgo/fixincludes/fixincl.x
    branches/gccgo/fixincludes/inclhack.def
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/adaint.c
    branches/gccgo/gcc/ada/comperr.adb
    branches/gccgo/gcc/ada/gcc-interface/Makefile.in
    branches/gccgo/gcc/asan.c
    branches/gccgo/gcc/bitmap.h
    branches/gccgo/gcc/brig/ChangeLog
    branches/gccgo/gcc/brig/brigfrontend/brig-code-entry-handler.cc
    branches/gccgo/gcc/brig/brigfrontend/brig-lane-inst-handler.cc
    branches/gccgo/gcc/brig/brigfrontend/brig-to-generic.cc
    branches/gccgo/gcc/brig/config-lang.in
    branches/gccgo/gcc/builtin-types.def
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-attribs.c
    branches/gccgo/gcc/c-family/c-cppbuiltin.c
    branches/gccgo/gcc/c-family/c-warn.c
    branches/gccgo/gcc/c-family/c.opt
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/c/gimple-parser.c
    branches/gccgo/gcc/calls.c
    branches/gccgo/gcc/cfgloopmanip.c
    branches/gccgo/gcc/cfgloopmanip.h
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/cgraphunit.c
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/common.opt
    branches/gccgo/gcc/common/config/i386/i386-common.c
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config.in
    branches/gccgo/gcc/config/aarch64/aarch64-cores.def
    branches/gccgo/gcc/config/aarch64/aarch64-protos.h
    branches/gccgo/gcc/config/aarch64/aarch64-tune.md
    branches/gccgo/gcc/config/aarch64/aarch64.c
    branches/gccgo/gcc/config/aarch64/aarch64.md
    branches/gccgo/gcc/config/aarch64/arm_neon.h
    branches/gccgo/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/gccgo/gcc/config/arc/arc-arch.h
    branches/gccgo/gcc/config/arc/arc-c.def
    branches/gccgo/gcc/config/arc/arc.c
    branches/gccgo/gcc/config/arc/arc.h
    branches/gccgo/gcc/config/arc/driver-arc.c
    branches/gccgo/gcc/config/arm/arm-protos.h
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/arm_neon.h
    branches/gccgo/gcc/config/avr/avr.c
    branches/gccgo/gcc/config/avr/avr.md
    branches/gccgo/gcc/config/epiphany/epiphany.c
    branches/gccgo/gcc/config/epiphany/epiphany.h
    branches/gccgo/gcc/config/frv/frv.c
    branches/gccgo/gcc/config/frv/frv.h
    branches/gccgo/gcc/config/i386/avx512pfintrin.h
    branches/gccgo/gcc/config/i386/cpuid.h
    branches/gccgo/gcc/config/i386/driver-i386.c
    branches/gccgo/gcc/config/i386/i386-builtin.def
    branches/gccgo/gcc/config/i386/i386-c.c
    branches/gccgo/gcc/config/i386/i386.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/i386.opt
    branches/gccgo/gcc/config/i386/immintrin.h
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/sync.md
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/nvptx/mkoffload.c
    branches/gccgo/gcc/config/nvptx/nvptx.c
    branches/gccgo/gcc/config/rs6000/aix.h
    branches/gccgo/gcc/config/rs6000/altivec.h
    branches/gccgo/gcc/config/rs6000/altivec.md
    branches/gccgo/gcc/config/rs6000/darwin.h
    branches/gccgo/gcc/config/rs6000/freebsd64.h
    branches/gccgo/gcc/config/rs6000/linux64.h
    branches/gccgo/gcc/config/rs6000/predicates.md
    branches/gccgo/gcc/config/rs6000/rs6000-protos.h
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/rs6000/rs6000.opt
    branches/gccgo/gcc/config/rs6000/sysv4.h
    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/predicates.md
    branches/gccgo/gcc/config/s390/s390-builtin-types.def
    branches/gccgo/gcc/config/s390/s390-c.c
    branches/gccgo/gcc/config/s390/s390.c
    branches/gccgo/gcc/config/s390/s390.md
    branches/gccgo/gcc/config/s390/vector.md
    branches/gccgo/gcc/config/s390/vx-builtins.md
    branches/gccgo/gcc/config/sh/sh.c
    branches/gccgo/gcc/config/sparc/sync.md
    branches/gccgo/gcc/config/tilegx/tilegx.c
    branches/gccgo/gcc/config/tilepro/tilepro.c
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    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-tree.def
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/cvt.c
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/decl2.c
    branches/gccgo/gcc/cp/error.c
    branches/gccgo/gcc/cp/friend.c
    branches/gccgo/gcc/cp/init.c
    branches/gccgo/gcc/cp/lambda.c
    branches/gccgo/gcc/cp/lex.c
    branches/gccgo/gcc/cp/mangle.c
    branches/gccgo/gcc/cp/method.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/optimize.c
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/search.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/data-streamer-in.c
    branches/gccgo/gcc/data-streamer-out.c
    branches/gccgo/gcc/dbxout.c
    branches/gccgo/gcc/debug.c
    branches/gccgo/gcc/debug.h
    branches/gccgo/gcc/df-core.c
    branches/gccgo/gcc/doc/contrib.texi
    branches/gccgo/gcc/doc/cpp.texi
    branches/gccgo/gcc/doc/cppinternals.texi
    branches/gccgo/gcc/doc/extend.texi
    branches/gccgo/gcc/doc/install.texi
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/loop.texi
    branches/gccgo/gcc/doc/makefile.texi
    branches/gccgo/gcc/doc/md.texi
    branches/gccgo/gcc/doc/sourcebuild.texi
    branches/gccgo/gcc/doc/standards.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/emit-rtl.c
    branches/gccgo/gcc/explow.c
    branches/gccgo/gcc/final.c
    branches/gccgo/gcc/fold-const.c
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/decl.c
    branches/gccgo/gcc/fortran/interface.c
    branches/gccgo/gcc/fortran/intrinsic.c
    branches/gccgo/gcc/fortran/openmp.c
    branches/gccgo/gcc/fortran/parse.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/trans-array.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/gcse.c
    branches/gccgo/gcc/gengtype-lex.l
    branches/gccgo/gcc/genmatch.c
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/gimple-fold.h
    branches/gccgo/gcc/gimple-pretty-print.c
    branches/gccgo/gcc/gimple-ssa-isolate-paths.c
    branches/gccgo/gcc/gimple-ssa-sprintf.c
    branches/gccgo/gcc/gimplify.c
    branches/gccgo/gcc/gimplify.h
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/go-backend.c
    branches/gccgo/gcc/go/gofrontend/MERGE
    branches/gccgo/gcc/go/gofrontend/expressions.cc
    branches/gccgo/gcc/go/gofrontend/expressions.h
    branches/gccgo/gcc/go/lang.opt
    branches/gccgo/gcc/graphite-dependences.c
    branches/gccgo/gcc/graphite-isl-ast-to-gimple.c
    branches/gccgo/gcc/graphite-optimize-isl.c
    branches/gccgo/gcc/graphite-poly.c
    branches/gccgo/gcc/graphite-scop-detection.c
    branches/gccgo/gcc/graphite-sese-to-poly.c
    branches/gccgo/gcc/graphite.c
    branches/gccgo/gcc/graphite.h
    branches/gccgo/gcc/input.c
    branches/gccgo/gcc/internal-fn.c
    branches/gccgo/gcc/internal-fn.def
    branches/gccgo/gcc/ipa-inline-analysis.c
    branches/gccgo/gcc/ipa-inline.c
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ipa-prop.h
    branches/gccgo/gcc/ipa-utils.c
    branches/gccgo/gcc/ira-costs.c
    branches/gccgo/gcc/ira-int.h
    branches/gccgo/gcc/ira.c
    branches/gccgo/gcc/lra-assigns.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-int.h
    branches/gccgo/gcc/lra-lives.c
    branches/gccgo/gcc/lra.c
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/lto/lto.c
    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-grid.c
    branches/gccgo/gcc/omp-low.c
    branches/gccgo/gcc/omp-offload.c
    branches/gccgo/gcc/optabs-query.c
    branches/gccgo/gcc/optabs-query.h
    branches/gccgo/gcc/optabs.c
    branches/gccgo/gcc/opts.c
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/passes.def
    branches/gccgo/gcc/po/ChangeLog
    branches/gccgo/gcc/po/de.po
    branches/gccgo/gcc/po/es.po
    branches/gccgo/gcc/po/exgettext
    branches/gccgo/gcc/po/fr.po
    branches/gccgo/gcc/po/sv.po
    branches/gccgo/gcc/real.c
    branches/gccgo/gcc/realmpfr.h
    branches/gccgo/gcc/reg-stack.c
    branches/gccgo/gcc/sched-rgn.c
    branches/gccgo/gcc/sdbout.c
    branches/gccgo/gcc/sel-sched.c
    branches/gccgo/gcc/simplify-rtx.c
    branches/gccgo/gcc/spellcheck.c
    branches/gccgo/gcc/stor-layout.c
    branches/gccgo/gcc/symbol-summary.h
    branches/gccgo/gcc/symtab.c
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/c-c++-common/Wduplicated-branches-13.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wunused-var-15.c
    branches/gccgo/gcc/testsuite/c-c++-common/Wunused-var-16.c
    branches/gccgo/gcc/testsuite/c-c++-common/asan/misalign-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/asan/misalign-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/asan/pr63316.c
    branches/gccgo/gcc/testsuite/c-c++-common/builtin-shuffle-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/combined-directives.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/loop-auto-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/goacc/tile.c
    branches/gccgo/gcc/testsuite/c-c++-common/pr69558.c
    branches/gccgo/gcc/testsuite/g++.dg/asan/deep-stack-uaf-1.C
    branches/gccgo/gcc/testsuite/g++.dg/asan/pr69276.C
    branches/gccgo/gcc/testsuite/g++.dg/cilk-plus/CK/fib-opr-overload.cc
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/auto41.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-70001-4.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/fallthrough2.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr71737.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/attr-deprecated-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/constexpr-throw.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/pr61636-1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1y/vla-initlist1.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/class-deduction9.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/flexary12.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/flexary20.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/flexary21.C
    branches/gccgo/gcc/testsuite/g++.dg/goacc/template.C
    branches/gccgo/gcc/testsuite/g++.dg/gomp/teams-1.C
    branches/gccgo/gcc/testsuite/g++.dg/other/i386-2.C
    branches/gccgo/gcc/testsuite/g++.dg/other/i386-3.C
    branches/gccgo/gcc/testsuite/g++.dg/other/offsetof8.C
    branches/gccgo/gcc/testsuite/g++.dg/pr78112-2.C
    branches/gccgo/gcc/testsuite/g++.dg/tls/thread_local-order2.C
    branches/gccgo/gcc/testsuite/g++.dg/vect/pr36648.cc
    branches/gccgo/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/arith-1.c
    branches/gccgo/gcc/testsuite/gcc.c-torture/execute/pr78622.c
    branches/gccgo/gcc/testsuite/gcc.dg/20020312-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/Wtrampolines.c
    branches/gccgo/gcc/testsuite/gcc.dg/asan/pr66314.c
    branches/gccgo/gcc/testsuite/gcc.dg/asan/use-after-scope-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/asan/use-after-scope-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/asan/use-after-scope-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/pr78569.c
    branches/gccgo/gcc/testsuite/gcc.dg/goacc/loop-processing-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/graphite.exp
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/scop-dsyr2k.c
    branches/gccgo/gcc/testsuite/gcc.dg/graphite/scop-dsyrk.c
    branches/gccgo/gcc/testsuite/gcc.dg/ifcvt-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/pr77653.c
    branches/gccgo/gcc/testsuite/gcc.dg/loop-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/loop-unswitch-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/loop-unswitch-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/loop-unswitch-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/memcmp-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr59833.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr61441.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr77587.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr77587a.c
    branches/gccgo/gcc/testsuite/gcc.dg/sibcall-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/sibcall-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/sms-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float128-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float128x-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float16-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float32-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float32x-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float64-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/float64x-floath.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr78515.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-cd.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr56541.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr68583.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopts-lt-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ldist-23.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-11.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-12.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-13.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-6.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-7.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-8.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-9.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/p64_p128.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_12.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/test_frame_8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vector_initialization_nostack.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf0dpd-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf0dps-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf0qpd-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf0qps-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf1dpd-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf1dps-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf1qpd-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512pf-vgatherpf1qps-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr49095.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr78419.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse-12.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/20050830-1.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-mult-longlong.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr70669.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-adde-int128.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-adde.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-addec-int128.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-addec.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/md/setmem_long-1.c
    branches/gccgo/gcc/testsuite/gcc.target/s390/s390.exp
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_41.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_42.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_43.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_alloc_comp_3.f08
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_alloc_comp_4.f08
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_lib_alloc_4.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dtio_10.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
    branches/gccgo/gcc/testsuite/gnat.dg/debug7.adb
    branches/gccgo/gcc/testsuite/gnat.dg/debug9.adb
    branches/gccgo/gcc/testsuite/gnat.dg/trampoline4.adb
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/testsuite/obj-c++.dg/property/at-property-23.mm
    branches/gccgo/gcc/toplev.c
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-cfg.c
    branches/gccgo/gcc/tree-chkp-opt.c
    branches/gccgo/gcc/tree-eh.c
    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-nested.c
    branches/gccgo/gcc/tree-outof-ssa.c
    branches/gccgo/gcc/tree-parloops.c
    branches/gccgo/gcc/tree-ssa-ifcombine.c
    branches/gccgo/gcc/tree-ssa-loop-manip.c
    branches/gccgo/gcc/tree-ssa-loop-split.c
    branches/gccgo/gcc/tree-ssa-loop-unswitch.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-structalias.c
    branches/gccgo/gcc/tree-ssa-threadbackward.c
    branches/gccgo/gcc/tree-ssa.c
    branches/gccgo/gcc/tree-ssa.h
    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-vectorizer.h
    branches/gccgo/gcc/tree-vrp.c
    branches/gccgo/gcc/tree.c
    branches/gccgo/gcc/tree.h
    branches/gccgo/gcc/ubsan.c
    branches/gccgo/gcc/value-prof.c
    branches/gccgo/gcc/vmsdbgout.c
    branches/gccgo/gcc/xcoffout.c
    branches/gccgo/gcc/xcoffout.h
    branches/gccgo/include/ChangeLog
    branches/gccgo/include/gcc-c-fe.def
    branches/gccgo/include/gcc-c-interface.h
    branches/gccgo/include/gcc-interface.h
    branches/gccgo/libatomic/ChangeLog
    branches/gccgo/libatomic/acinclude.m4
    branches/gccgo/libatomic/auto-config.h.in
    branches/gccgo/libatomic/config/arm/exch_n.c
    branches/gccgo/libatomic/config/x86/host-config.h
    branches/gccgo/libatomic/configure.tgt
    branches/gccgo/libatomic/glfree.c
    branches/gccgo/libcc1/ChangeLog
    branches/gccgo/libcc1/Makefile.am
    branches/gccgo/libcc1/Makefile.in
    branches/gccgo/libcc1/findcomp.cc
    branches/gccgo/libcc1/libcc1.cc
    branches/gccgo/libcc1/libcc1.sym
    branches/gccgo/libcc1/marshall.cc
    branches/gccgo/libcc1/marshall.hh
    branches/gccgo/libcc1/names.cc
    branches/gccgo/libcc1/names.hh
    branches/gccgo/libcc1/rpc.hh
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/Makefile.in
    branches/gccgo/libcpp/po/ChangeLog
    branches/gccgo/libcpp/po/de.po
    branches/gccgo/libcpp/po/eo.po
    branches/gccgo/libcpp/po/sr.po
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config.host
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgfortran/c99_protos.h
    branches/gccgo/libgfortran/intrinsics/c99_functions.c
    branches/gccgo/libgfortran/io/transfer.c
    branches/gccgo/libgo/MERGE
    branches/gccgo/libgo/VERSION
    branches/gccgo/libgo/go/cmd/go/alldocs.go
    branches/gccgo/libgo/go/cmd/go/get.go
    branches/gccgo/libgo/go/cmd/go/go_test.go
    branches/gccgo/libgo/go/cmd/go/main.go
    branches/gccgo/libgo/go/cmd/go/pkg.go
    branches/gccgo/libgo/go/crypto/sha256/fallback_test.go
    branches/gccgo/libgo/go/crypto/x509/root_linux.go
    branches/gccgo/libgo/go/database/sql/ctxutil.go
    branches/gccgo/libgo/go/database/sql/sql.go
    branches/gccgo/libgo/go/database/sql/sql_test.go
    branches/gccgo/libgo/go/encoding/xml/marshal.go
    branches/gccgo/libgo/go/encoding/xml/marshal_test.go
    branches/gccgo/libgo/go/go/build/build.go
    branches/gccgo/libgo/go/go/printer/nodes.go
    branches/gccgo/libgo/go/go/printer/printer.go
    branches/gccgo/libgo/go/go/printer/testdata/comments2.golden
    branches/gccgo/libgo/go/go/printer/testdata/comments2.input
    branches/gccgo/libgo/go/math/export_s390x_test.go
    branches/gccgo/libgo/go/net/http/client.go
    branches/gccgo/libgo/go/net/http/client_test.go
    branches/gccgo/libgo/go/net/http/serve_test.go
    branches/gccgo/libgo/go/reflect/all_test.go
    branches/gccgo/libgo/go/reflect/type.go
    branches/gccgo/libgo/go/runtime/testdata/testprogcgo/threadpprof.go
    branches/gccgo/libgo/go/runtime/testdata/testprogcgo/traceback.go
    branches/gccgo/libgo/go/testing/testing.go
    branches/gccgo/libgo/merge.sh
    branches/gccgo/libgo/runtime/go-unsafe-pointer.c
    branches/gccgo/libgomp/ChangeLog
    branches/gccgo/libgomp/libgomp-plugin.h
    branches/gccgo/libgomp/libgomp.h
    branches/gccgo/libgomp/plugin/plugin-hsa.c
    branches/gccgo/libgomp/plugin/plugin-nvptx.c
    branches/gccgo/libgomp/target.c
    branches/gccgo/libgomp/testsuite/lib/libgomp.exp
    branches/gccgo/libgomp/testsuite/libgomp.c/pr48591.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-c-c++-common/vprop.c
    branches/gccgo/libgomp/testsuite/libgomp.oacc-fortran/nested-function-1.f90
    branches/gccgo/libhsail-rt/ChangeLog
    branches/gccgo/libhsail-rt/README
    branches/gccgo/libhsail-rt/rt/arithmetic.c
    branches/gccgo/libhsail-rt/rt/misc.c
    branches/gccgo/libhsail-rt/rt/queue.c
    branches/gccgo/libhsail-rt/rt/sat_arithmetic.c
    branches/gccgo/libhsail-rt/rt/segment.c
    branches/gccgo/libhsail-rt/rt/workitems.c
    branches/gccgo/libmpx/ChangeLog
    branches/gccgo/libmpx/mpxrt/mpxrt-utils.h
    branches/gccgo/libobjc/ChangeLog
    branches/gccgo/libobjc/encoding.c
    branches/gccgo/liboffloadmic/ChangeLog
    branches/gccgo/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
    branches/gccgo/libquadmath/ChangeLog
    branches/gccgo/libquadmath/configure
    branches/gccgo/libquadmath/configure.ac
    branches/gccgo/libsanitizer/ChangeLog
    branches/gccgo/libsanitizer/configure.tgt
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_internal_defs.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_linux_s390.cc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_mac.cc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
    branches/gccgo/maintainer-scripts/ChangeLog
    branches/gccgo/maintainer-scripts/update_web_docs_svn

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




More information about the Libstdc++-cvs mailing list