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

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Oct 5 20:11:00 GMT 2018


Author: ian
Date: Fri Oct  5 20:11:24 2018
New Revision: 264890

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

Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/config/os/uclibc/os_defines.h
    branches/gccgo/libstdc++-v3/doc/html/manual/appendix_gfdl.html
    branches/gccgo/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/gccgo/libstdc++-v3/doc/html/manual/facets.html
    branches/gccgo/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/gccgo/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/gccgo/libstdc++-v3/doc/html/manual/profile_mode_design.html
    branches/gccgo/libstdc++-v3/doc/html/manual/profile_mode_diagnostics.html
    branches/gccgo/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/gccgo/libstdc++-v3/doc/xml/gnu/fdl-1.3.xml
    branches/gccgo/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/allocator.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/messages.xml
    branches/gccgo/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
    branches/gccgo/libstdc++-v3/include/bits/stl_bvector.h
    branches/gccgo/libstdc++-v3/include/bits/stl_tree.h
    branches/gccgo/libstdc++-v3/include/debug/functions.h
    branches/gccgo/libstdc++-v3/include/debug/map.h
    branches/gccgo/libstdc++-v3/include/debug/multimap.h
    branches/gccgo/libstdc++-v3/include/debug/multiset.h
    branches/gccgo/libstdc++-v3/include/debug/set.h
    branches/gccgo/libstdc++-v3/include/std/condition_variable
    branches/gccgo/libstdc++-v3/include/std/variant
    branches/gccgo/libstdc++-v3/src/c++98/locale.cc
    branches/gccgo/libstdc++-v3/src/c++98/locale_init.cc
    branches/gccgo/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/gccgo/contrib/check-params-in-docs.py
      - copied unchanged from r264887, trunk/contrib/check-params-in-docs.py
    branches/gccgo/contrib/filter-rtags-warnings.py
      - copied unchanged from r264887, trunk/contrib/filter-rtags-warnings.py
    branches/gccgo/contrib/unused_functions.py
      - copied unchanged from r264887, trunk/contrib/unused_functions.py
    branches/gccgo/gcc/ada/libgnat/g-sets.adb
      - copied unchanged from r264887, trunk/gcc/ada/libgnat/g-sets.adb
    branches/gccgo/gcc/ada/libgnat/g-sets.ads
      - copied unchanged from r264887, trunk/gcc/ada/libgnat/g-sets.ads
    branches/gccgo/gcc/opt-problem.cc
      - copied unchanged from r264887, trunk/gcc/opt-problem.cc
    branches/gccgo/gcc/opt-problem.h
      - copied unchanged from r264887, trunk/gcc/opt-problem.h
    branches/gccgo/gcc/testsuite/c-c++-common/Wprio-ctor-dtor.c
      - copied unchanged from r264887, trunk/gcc/testsuite/c-c++-common/Wprio-ctor-dtor.c
    branches/gccgo/gcc/testsuite/g++.dg/abi/no_unique_address1.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/abi/no_unique_address1.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/no_unique_address2.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/abi/no_unique_address2.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/no_unique_address3.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/abi/no_unique_address3.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr67544.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/concepts/pr67544.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr67655.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/concepts/pr67655.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr67656.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/concepts/pr67656.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr71127.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/concepts/pr71127.C
    branches/gccgo/gcc/testsuite/g++.dg/concepts/pr71131.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/concepts/pr71131.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr81246.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/cpp0x/pr81246.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual10.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual10.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual11.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual11.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual12.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual12.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp2a/no_unique_address1.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/cpp2a/no_unique_address1.C
    branches/gccgo/gcc/testsuite/g++.dg/expr/unary4.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/expr/unary4.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/pr82625.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/ext/pr82625.C
    branches/gccgo/gcc/testsuite/g++.dg/gcov/pr86109.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/gcov/pr86109.C
    branches/gccgo/gcc/testsuite/g++.dg/other/pr87398.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/other/pr87398.C
    branches/gccgo/gcc/testsuite/g++.dg/other/thunk1.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/other/thunk1.C
    branches/gccgo/gcc/testsuite/g++.dg/other/thunk2a.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/other/thunk2a.C
    branches/gccgo/gcc/testsuite/g++.dg/other/thunk2b.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/other/thunk2b.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wformat-method.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/warn/Wformat-method.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wformat-pr71863.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/warn/Wformat-pr71863.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C
    branches/gccgo/gcc/testsuite/g++.dg/warn/Wformat-ranges.C
      - copied unchanged from r264887, trunk/gcc/testsuite/g++.dg/warn/Wformat-ranges.C
    branches/gccgo/gcc/testsuite/gcc.dg/Wmissing-profile.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/Wmissing-profile.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/inline4.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/inline4.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c
    branches/gccgo/gcc/testsuite/gcc.dg/ipa/propmalloc-4.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/ipa/propmalloc-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/merge-all-constants-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/merge-all-constants-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/dump-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/plugin/dump-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/dump-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/plugin/dump-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/dump_plugin.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/plugin/dump_plugin.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87261.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/pr87261.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87347.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/pr87347.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87415.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/pr87415.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87483.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/pr87483.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr87490.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/pr87490.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/pr87402.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/torture/pr87402.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-sprintf-no-nul.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/warn-sprintf-no-nul.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-strnlen-no-nul-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/warn-strnlen-no-nul-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-12.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-12.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-13.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-13.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-14.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-14.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-15.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-15.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-10.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-3.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-4.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-5.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-6.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-7.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-8.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-9.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca-9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-alloca.h
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-alloca.h
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-3.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-10.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-10.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-11.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-11.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-12.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-12.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-13.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-13.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-14.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-14.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-15.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-15.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-16.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-16.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-2.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-2.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-3.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-3.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-4.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-4.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-5.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-5.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-6.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-6.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-7.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-7.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-8.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-8.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-9.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue-9.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/stack-check-prologue.h
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/stack-check-prologue.h
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_24.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_24.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_24_run.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_24_run.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/tmac-3.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/arc/tmac-3.c
    branches/gccgo/gcc/testsuite/gcc.target/arc/tph_addx.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/arc/tph_addx.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/excess-precision-10.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/i386/excess-precision-10.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/excess-precision-9.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/i386/excess-precision-9.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr87370.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/i386/pr87370.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/warn-abs-3.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/i386/warn-abs-3.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/pr87466.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/pr87466.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin_error.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/test_fpscr_drn_builtin_error.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin_error.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/test_fpscr_rn_builtin_error.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/test_mffsl.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/powerpc/test_mffsl.c
    branches/gccgo/gcc/testsuite/gcc.target/riscv/weak-1.c
      - copied unchanged from r264887, trunk/gcc/testsuite/gcc.target/riscv/weak-1.c
    branches/gccgo/gcc/testsuite/gfortran.dg/associate_40.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/associate_40.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/deferred_character_24.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/deferred_character_24.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/deferred_character_25.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/deferred_character_25.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/deferred_character_26.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/deferred_character_26.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/deferred_character_27.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/deferred_character_27.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/dependency_52.f90
      - copied unchanged from r264887, trunk/gcc/testsuite/gfortran.dg/dependency_52.f90
    branches/gccgo/gcc/testsuite/gnat.dg/addr12.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12.adb
    branches/gccgo/gcc/testsuite/gnat.dg/addr12_a.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12_a.adb
    branches/gccgo/gcc/testsuite/gnat.dg/addr12_a.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12_a.ads
    branches/gccgo/gcc/testsuite/gnat.dg/addr12_b.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12_b.adb
    branches/gccgo/gcc/testsuite/gnat.dg/addr12_b.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12_b.ads
    branches/gccgo/gcc/testsuite/gnat.dg/addr12_c.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/addr12_c.ads
    branches/gccgo/gcc/testsuite/gnat.dg/dynhash1.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/dynhash1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/elab7.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/elab7.adb
    branches/gccgo/gcc/testsuite/gnat.dg/elab7_pkg1.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/elab7_pkg1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/elab7_pkg1.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/elab7_pkg1.ads
    branches/gccgo/gcc/testsuite/gnat.dg/elab7_pkg2.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/elab7_pkg2.adb
    branches/gccgo/gcc/testsuite/gnat.dg/elab7_pkg2.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/elab7_pkg2.ads
    branches/gccgo/gcc/testsuite/gnat.dg/expr_func8.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/expr_func8.adb
    branches/gccgo/gcc/testsuite/gnat.dg/interface8.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/interface8.adb
    branches/gccgo/gcc/testsuite/gnat.dg/interface8.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/interface8.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-containers.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-containers.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project-name_values.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project-name_values.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project-registry-attribute.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project-registry-attribute.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project-registry.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project-registry.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project-typ-set.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project-typ-set.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project-typ.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project-typ.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-project.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-project.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2-source_reference.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2-source_reference.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2.ads
    branches/gccgo/gcc/testsuite/gnat.dg/predicate2_main.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate2_main.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate3.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate3.adb
    branches/gccgo/gcc/testsuite/gnat.dg/predicate3_pkg.ads
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/predicate3_pkg.ads
    branches/gccgo/gcc/testsuite/gnat.dg/sets1.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/sets1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/sso12.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/sso12.adb
    branches/gccgo/gcc/testsuite/gnat.dg/sso13.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/sso13.adb
    branches/gccgo/gcc/testsuite/gnat.dg/string_merge1.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/string_merge1.adb
    branches/gccgo/gcc/testsuite/gnat.dg/string_merge2.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/string_merge2.adb
    branches/gccgo/gcc/testsuite/gnat.dg/warn16.adb
      - copied unchanged from r264887, trunk/gcc/testsuite/gnat.dg/warn16.adb
    branches/gccgo/libgo/go/internal/syscall/unix/getrandom_linux_amd64p32.go
      - copied unchanged from r264887, trunk/libgo/go/internal/syscall/unix/getrandom_linux_amd64p32.go
    branches/gccgo/libgo/go/runtime/os3_solaris.go
      - copied unchanged from r264887, trunk/libgo/go/runtime/os3_solaris.go
Removed:
    branches/gccgo/gcc/testsuite/g++.dg/other/vthunk1.C
    branches/gccgo/libgo/go/internal/cpu/cpu_arm.go
    branches/gccgo/libgo/go/internal/cpu/cpu_mips.go
    branches/gccgo/libgo/go/internal/cpu/cpu_mips64.go
    branches/gccgo/libgo/go/internal/cpu/cpu_mips64le.go
    branches/gccgo/libgo/go/internal/cpu/cpu_mipsle.go
    branches/gccgo/libgo/go/internal/cpu/cpu_wasm.go
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/Makefile.rtl
    branches/gccgo/gcc/ada/back_end.adb
    branches/gccgo/gcc/ada/checks.adb
    branches/gccgo/gcc/ada/contracts.adb
    branches/gccgo/gcc/ada/debug.adb
    branches/gccgo/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gccgo/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/gccgo/gcc/ada/errout.ads
    branches/gccgo/gcc/ada/exp_ch4.adb
    branches/gccgo/gcc/ada/exp_ch6.adb
    branches/gccgo/gcc/ada/exp_ch9.adb
    branches/gccgo/gcc/ada/exp_disp.adb
    branches/gccgo/gcc/ada/exp_intr.adb
    branches/gccgo/gcc/ada/exp_unst.adb
    branches/gccgo/gcc/ada/exp_util.adb
    branches/gccgo/gcc/ada/exp_util.ads
    branches/gccgo/gcc/ada/fe.h
    branches/gccgo/gcc/ada/freeze.adb
    branches/gccgo/gcc/ada/gcc-interface/Make-lang.in
    branches/gccgo/gcc/ada/gcc-interface/decl.c
    branches/gccgo/gcc/ada/gcc-interface/gigi.h
    branches/gccgo/gcc/ada/gcc-interface/lang-specs.h
    branches/gccgo/gcc/ada/gcc-interface/misc.c
    branches/gccgo/gcc/ada/gcc-interface/trans.c
    branches/gccgo/gcc/ada/gcc-interface/utils.c
    branches/gccgo/gcc/ada/gnat1drv.adb
    branches/gccgo/gcc/ada/gnat_rm.texi
    branches/gccgo/gcc/ada/impunit.adb
    branches/gccgo/gcc/ada/inline.adb
    branches/gccgo/gcc/ada/layout.adb
    branches/gccgo/gcc/ada/lib-writ.adb
    branches/gccgo/gcc/ada/lib-writ.ads
    branches/gccgo/gcc/ada/libgnat/g-dynhta.adb
    branches/gccgo/gcc/ada/libgnat/g-dynhta.ads
    branches/gccgo/gcc/ada/libgnat/g-lists.adb
    branches/gccgo/gcc/ada/libgnat/g-lists.ads
    branches/gccgo/gcc/ada/libgnat/gnat.ads
    branches/gccgo/gcc/ada/opt.ads
    branches/gccgo/gcc/ada/par-prag.adb
    branches/gccgo/gcc/ada/repinfo.adb
    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_ch5.adb
    branches/gccgo/gcc/ada/sem_ch6.adb
    branches/gccgo/gcc/ada/sem_ch7.adb
    branches/gccgo/gcc/ada/sem_ch8.adb
    branches/gccgo/gcc/ada/sem_prag.adb
    branches/gccgo/gcc/ada/sem_res.adb
    branches/gccgo/gcc/ada/sem_spark.adb
    branches/gccgo/gcc/ada/sem_util.adb
    branches/gccgo/gcc/ada/sinfo.adb
    branches/gccgo/gcc/ada/sinfo.ads
    branches/gccgo/gcc/ada/snames.ads-tmpl
    branches/gccgo/gcc/ada/vxlink.adb
    branches/gccgo/gcc/alias.c
    branches/gccgo/gcc/auto-profile.c
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/builtins.h
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-ada-spec.c
    branches/gccgo/gcc/c-family/c-attribs.c
    branches/gccgo/gcc/c-family/c-common.c
    branches/gccgo/gcc/c-family/c-lex.c
    branches/gccgo/gcc/c-family/c.opt
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-decl.c
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/calls.c
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/cgraph.h
    branches/gccgo/gcc/cgraphclones.c
    branches/gccgo/gcc/cgraphunit.c
    branches/gccgo/gcc/common.opt
    branches/gccgo/gcc/common/common-target.def
    branches/gccgo/gcc/common/common-targhooks.c
    branches/gccgo/gcc/common/common-targhooks.h
    branches/gccgo/gcc/common/config/aarch64/aarch64-common.c
    branches/gccgo/gcc/common/config/s390/s390-common.c
    branches/gccgo/gcc/config.in
    branches/gccgo/gcc/config/aarch64/aarch64-protos.h
    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/arc/arc.md
    branches/gccgo/gcc/config/arc/constraints.md
    branches/gccgo/gcc/config/arm/aarch-common-protos.h
    branches/gccgo/gcc/config/arm/aarch-common.c
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/sync.md
    branches/gccgo/gcc/config/arm/vxworks.h
    branches/gccgo/gcc/config/i386/avx512fintrin.h
    branches/gccgo/gcc/config/i386/constraints.md
    branches/gccgo/gcc/config/i386/gnu-user.h
    branches/gccgo/gcc/config/i386/gnu-user64.h
    branches/gccgo/gcc/config/i386/i386.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/mmx.md
    branches/gccgo/gcc/config/i386/predicates.md
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/subst.md
    branches/gccgo/gcc/config/pdp11/constraints.md
    branches/gccgo/gcc/config/pdp11/pdp11.c
    branches/gccgo/gcc/config/pdp11/pdp11.h
    branches/gccgo/gcc/config/pdp11/pdp11.opt
    branches/gccgo/gcc/config/powerpcspe/powerpcspe.c
    branches/gccgo/gcc/config/powerpcspe/powerpcspe.h
    branches/gccgo/gcc/config/powerpcspe/sync.md
    branches/gccgo/gcc/config/riscv/riscv-c.c
    branches/gccgo/gcc/config/riscv/riscv.c
    branches/gccgo/gcc/config/riscv/riscv.h
    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/driver-rs6000.c
    branches/gccgo/gcc/config/rs6000/mmintrin.h
    branches/gccgo/gcc/config/rs6000/rs6000-builtin.def
    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/sync.md
    branches/gccgo/gcc/config/rs6000/xmmintrin.h
    branches/gccgo/gcc/config/s390/driver-native.c
    branches/gccgo/gcc/config/s390/s390.h
    branches/gccgo/gcc/config/s390/s390.md
    branches/gccgo/gcc/config/sparc/sparc-protos.h
    branches/gccgo/gcc/config/sparc/sparc.c
    branches/gccgo/gcc/config/sparc/sparc.h
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/coverage.c
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/call.c
    branches/gccgo/gcc/cp/class.c
    branches/gccgo/gcc/cp/constexpr.c
    branches/gccgo/gcc/cp/cp-lang.c
    branches/gccgo/gcc/cp/error.c
    branches/gccgo/gcc/cp/lang-specs.h
    branches/gccgo/gcc/cp/method.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/semantics.c
    branches/gccgo/gcc/cp/tree.c
    branches/gccgo/gcc/dbgcnt.c
    branches/gccgo/gcc/dbxout.c
    branches/gccgo/gcc/diagnostic-show-locus.c
    branches/gccgo/gcc/diagnostic.h
    branches/gccgo/gcc/doc/cpp.texi
    branches/gccgo/gcc/doc/extend.texi
    branches/gccgo/gcc/doc/frontends.texi
    branches/gccgo/gcc/doc/install.texi
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/rtl.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/dojump.c
    branches/gccgo/gcc/dojump.h
    branches/gccgo/gcc/dump-context.h
    branches/gccgo/gcc/dumpfile.c
    branches/gccgo/gcc/dumpfile.h
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/edit-context.c
    branches/gccgo/gcc/explow.c
    branches/gccgo/gcc/expmed.c
    branches/gccgo/gcc/expr.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/dependency.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-types.c
    branches/gccgo/gcc/fortran/trans.c
    branches/gccgo/gcc/gcov-tool.c
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/gimple-ssa-sprintf.c
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/gofrontend/MERGE
    branches/gccgo/gcc/go/gofrontend/escape.cc
    branches/gccgo/gcc/go/gofrontend/expressions.cc
    branches/gccgo/gcc/go/gofrontend/gogo.h
    branches/gccgo/gcc/go/gofrontend/import.cc
    branches/gccgo/gcc/go/gofrontend/lex.cc
    branches/gccgo/gcc/go/gofrontend/lex.h
    branches/gccgo/gcc/go/gofrontend/types.cc
    branches/gccgo/gcc/go/gofrontend/types.h
    branches/gccgo/gcc/go/gofrontend/wb.cc
    branches/gccgo/gcc/godump.c
    branches/gccgo/gcc/graphite-sese-to-poly.c
    branches/gccgo/gcc/input.c
    branches/gccgo/gcc/input.h
    branches/gccgo/gcc/ipa-cp.c
    branches/gccgo/gcc/ipa-fnsummary.c
    branches/gccgo/gcc/ipa-icf.c
    branches/gccgo/gcc/ipa-inline.c
    branches/gccgo/gcc/ipa-pure-const.c
    branches/gccgo/gcc/ira-lives.c
    branches/gccgo/gcc/langhooks.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-lives.c
    branches/gccgo/gcc/lto-cgraph.c
    branches/gccgo/gcc/match.pd
    branches/gccgo/gcc/multiple_target.c
    branches/gccgo/gcc/omp-expand.c
    branches/gccgo/gcc/opt-suggestions.c
    branches/gccgo/gcc/optinfo-emit-json.cc
    branches/gccgo/gcc/optinfo.cc
    branches/gccgo/gcc/optinfo.h
    branches/gccgo/gcc/params.c
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/passes.c
    branches/gccgo/gcc/po/ChangeLog
    branches/gccgo/gcc/po/ru.po
    branches/gccgo/gcc/reg-stack.c
    branches/gccgo/gcc/reorg.c
    branches/gccgo/gcc/rtl.c
    branches/gccgo/gcc/selftest-run-tests.c
    branches/gccgo/gcc/selftest.h
    branches/gccgo/gcc/simplify-rtx.c
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/targhooks.c
    branches/gccgo/gcc/targhooks.h
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/c-c++-common/ubsan/vla-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/unroll-1.c
    branches/gccgo/gcc/testsuite/c-c++-common/unroll-2.c
    branches/gccgo/gcc/testsuite/c-c++-common/unroll-3.c
    branches/gccgo/gcc/testsuite/g++.dg/abi/empty4.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/empty5.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/empty8.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/altivec-6.C
    branches/gccgo/gcc/testsuite/g++.dg/ext/builtin4.C
    branches/gccgo/gcc/testsuite/g++.dg/plugin/plugin.exp
    branches/gccgo/gcc/testsuite/g++.dg/pr60518.C
    branches/gccgo/gcc/testsuite/g++.dg/torture/pr59265.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-prof/morefunc.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/dom-invalid.C
    branches/gccgo/gcc/testsuite/g++.dg/tree-ssa/pr81408.C
    branches/gccgo/gcc/testsuite/g++.dg/vect/slp-pr56812.cc
    branches/gccgo/gcc/testsuite/gcc.dg/20020312-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c
    branches/gccgo/gcc/testsuite/gcc.dg/format/diagnostic-ranges.c
    branches/gccgo/gcc/testsuite/gcc.dg/merge-all-constants-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/params/blocksort-part.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/plugin/plugin.exp
    branches/gccgo/gcc/testsuite/gcc.dg/pr26570.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr32773.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr40209.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr51957-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr80747.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr82788.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c
    branches/gccgo/gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.before-df.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-check-10.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-check-5.c
    branches/gccgo/gcc/testsuite/gcc.dg/stack-check-6a.c
    branches/gccgo/gcc/testsuite/gcc.dg/torture/fp-int-convert.h
    branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/pr19210-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/uninit-19.c
    branches/gccgo/gcc/testsuite/gcc.dg/unroll-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-abs-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-stpcpy-no-nul.c
    branches/gccgo/gcc/testsuite/gcc.dg/warn-strlen-no-nul.c
    branches/gccgo/gcc/testsuite/gcc.dg/zero_bits_compound-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/ashltidisi.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/pr62262.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/subsp.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vclz.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/vneg_s.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr34256.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr79804.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82699-5.c
    branches/gccgo/gcc/testsuite/gcc.target/i386/pr82699-6.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-char.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-int.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-longlong.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-pixel.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-short.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/undef-bool-2.c
    branches/gccgo/gcc/testsuite/gcc.target/powerpc/vec-init-6.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/20160229-1.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/cbcond-2.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/movcc-1.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/movcc-2.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-3.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-4.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/overflow-5.c
    branches/gccgo/gcc/testsuite/gcc.target/sparc/setcc-4.c
    branches/gccgo/gcc/testsuite/gfortran.dg/coarray_lock_7.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/directive_unroll_1.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/directive_unroll_2.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/directive_unroll_3.f90
    branches/gccgo/gcc/testsuite/gnat.dg/dinst.adb
    branches/gccgo/gcc/testsuite/gnat.dg/dynhash.adb
    branches/gccgo/gcc/testsuite/gnat.dg/linkedlist.adb
    branches/gccgo/gcc/testsuite/gnat.dg/unroll4.adb
    branches/gccgo/gcc/testsuite/go.test/go-test.exp
    branches/gccgo/gcc/testsuite/lib/gcc-dg.exp
    branches/gccgo/gcc/testsuite/lib/multiline.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/tree-chrec.c
    branches/gccgo/gcc/tree-core.h
    branches/gccgo/gcc/tree-data-ref.c
    branches/gccgo/gcc/tree-data-ref.h
    branches/gccgo/gcc/tree-if-conv.c
    branches/gccgo/gcc/tree-inline.c
    branches/gccgo/gcc/tree-nested.c
    branches/gccgo/gcc/tree-predcom.c
    branches/gccgo/gcc/tree-pretty-print.c
    branches/gccgo/gcc/tree-profile.c
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-coalesce.c
    branches/gccgo/gcc/tree-ssa-live.c
    branches/gccgo/gcc/tree-ssa-loop-ivcanon.c
    branches/gccgo/gcc/tree-ssa-pre.c
    branches/gccgo/gcc/tree-ssa-propagate.c
    branches/gccgo/gcc/tree-ssa-propagate.h
    branches/gccgo/gcc/tree-ssa-sccvn.c
    branches/gccgo/gcc/tree-ssa-uninit.c
    branches/gccgo/gcc/tree-streamer-in.c
    branches/gccgo/gcc/tree-streamer-out.c
    branches/gccgo/gcc/tree-vect-data-refs.c
    branches/gccgo/gcc/tree-vect-loop-manip.c
    branches/gccgo/gcc/tree-vect-loop.c
    branches/gccgo/gcc/tree-vect-slp.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.c
    branches/gccgo/gcc/tree.def
    branches/gccgo/gcc/tree.h
    branches/gccgo/gcc/value-prof.c
    branches/gccgo/gcc/varasm.c
    branches/gccgo/gcc/vr-values.c
    branches/gccgo/gotools/ChangeLog
    branches/gccgo/gotools/Makefile.am
    branches/gccgo/gotools/Makefile.in
    branches/gccgo/libbacktrace/ChangeLog
    branches/gccgo/libbacktrace/backtrace.h
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/config/i386/crtprec.c
    branches/gccgo/libgcc/libgcc2.c
    branches/gccgo/libgcc/libgcov-profiler.c
    branches/gccgo/libgcc/libgcov.h
    branches/gccgo/libgfortran/ChangeLog
    branches/gccgo/libgfortran/io/close.c
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/config.h.in
    branches/gccgo/libgo/configure
    branches/gccgo/libgo/configure.ac
    branches/gccgo/libgo/go/cmd/go/internal/load/pkg.go
    branches/gccgo/libgo/go/cmd/go/script_test.go
    branches/gccgo/libgo/go/cmd/go/testdata/script/mod_internal.txt
    branches/gccgo/libgo/go/hash/crc32/crc32_amd64p32.go
    branches/gccgo/libgo/go/internal/bytealg/bytealg.c
    branches/gccgo/libgo/go/internal/bytealg/indexbyte_generic.go
    branches/gccgo/libgo/go/internal/cpu/cpu_arm64.go
    branches/gccgo/libgo/go/internal/cpu/cpu_gccgo.c
    branches/gccgo/libgo/go/internal/cpu/cpu_ppc64x.go
    branches/gccgo/libgo/go/internal/cpu/cpu_s390x.go
    branches/gccgo/libgo/go/internal/cpu/cpu_x86.go
    branches/gccgo/libgo/go/internal/poll/splice_linux.go
    branches/gccgo/libgo/go/net/splice_test.go
    branches/gccgo/libgo/go/os/executable_solaris.go
    branches/gccgo/libgo/go/runtime/lfstack_32bit.go
    branches/gccgo/libgo/go/runtime/os_linux_arm.go
    branches/gccgo/libgo/go/runtime/stubs3.go
    branches/gccgo/libgo/go/syscall/syscall_linux_test.go
    branches/gccgo/libgo/goarch.sh
    branches/gccgo/libgo/mksysinfo.sh
    branches/gccgo/libgo/runtime/aeshash.c
    branches/gccgo/libiberty/ChangeLog
    branches/gccgo/libiberty/config.in
    branches/gccgo/libiberty/configure
    branches/gccgo/libiberty/configure.ac
    branches/gccgo/libiberty/pex-unix.c

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




More information about the Libstdc++-cvs mailing list