r268038 - in /branches/redhat/gcc-9-branch: ./ ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Jan 17 16:42:00 GMT 2019


Author: jakub
Date: Thu Jan 17 16:42:41 2019
New Revision: 268038

URL: https://gcc.gnu.org/viewcvs?rev=268038&root=gcc&view=rev
Log:
svn merge -r267843:268036 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
      - copied unchanged from r268036, trunk/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
      - copied unchanged from r268036, trunk/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/hash/nullptr.cc
      - copied unchanged from r268036, trunk/libstdc++-v3/testsuite/20_util/hash/nullptr.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/reference_wrapper/incomplete.cc
      - copied unchanged from r268036, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/incomplete.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
      - copied unchanged from r268036, trunk/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/
      - copied from r268036, trunk/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/
Modified:
    branches/redhat/gcc-9-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-9-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/html/index.html
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/html/manual/index.html
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/html/manual/intro.html
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/html/manual/status.html
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/xml/manual/intro.xml
    branches/redhat/gcc-9-branch/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/c++config
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/erase_if.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/functional_hash.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/refwrap.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/shared_ptr.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/unique_ptr.h
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/any
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/chrono
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/iterator
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/optional
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/type_traits
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/variant
    branches/redhat/gcc-9-branch/libstdc++-v3/include/std/version
    branches/redhat/gcc-9-branch/libstdc++-v3/libsupc++/exception
    branches/redhat/gcc-9-branch/libstdc++-v3/src/c++17/fs_ops.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/src/filesystem/ops.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/src/filesystem/path.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/remove.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc
    branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/space.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-9-branch/gcc/common/config/gcn/
      - copied from r268036, trunk/gcc/common/config/gcn/
    branches/redhat/gcc-9-branch/gcc/config/gcn/
      - copied from r268036, trunk/gcc/config/gcn/
    branches/redhat/gcc-9-branch/gcc/d/README.gcc
      - copied unchanged from r268036, trunk/gcc/d/README.gcc
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/gomp/pr85956.c
      - copied unchanged from r268036, trunk/gcc/testsuite/c-c++-common/gomp/pr85956.c
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/concepts/pr87768.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/concepts/pr87768.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/Wredundant-move6.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/Wredundant-move6.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/defaulted61.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted61.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/defaulted62.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted62.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/pr86610.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/pr86610.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg-char8_t.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg-char8_t.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/udlit-resolve-char8_t.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-resolve-char8_t.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1y/auto-fn55.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn55.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/pr86648.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp1z/pr86648.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp2a/char8_t1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp2a/char8_t1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp2a/char8_t2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/cpp2a/char8_t2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/diagnostic/bitfld3.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/diagnostic/bitfld3.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/diagnostic/typedef-initialized.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/diagnostic/typedef-initialized.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-aliasing-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-aliasing-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-char-literal-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-char-literal-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-char-literal-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-char-literal-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-deduction-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-deduction-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-deduction-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-deduction-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-init-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-init-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-init-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-init-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-keyword-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-keyword-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-keyword-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-keyword-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-limits-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-limits-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-overload-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-overload-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-overload-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-overload-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-sizeof-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-sizeof-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-specialization-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-specialization-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-specialization-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-specialization-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-string-literal-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-string-literal-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-string-literal-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-string-literal-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-typedef-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-typedef-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-typedef-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-typedef-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-udl-1.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-udl-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/char8_t-udl-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/char8_t-udl-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-cvt-char8_t.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/utf-cvt-char8_t.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-type-char8_t.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/ext/utf-type-char8_t.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/gcov/pr88263-2.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/gcov/pr88263-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/gomp/pr88733.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/gomp/pr88733.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/lto/pr88046_0.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/lto/pr88046_0.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/other/abstract7.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/other/abstract7.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/template/pr88795.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/template/pr88795.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/torture/pr88861.C
      - copied unchanged from r268036, trunk/gcc/testsuite/g++.dg/torture/pr88861.C
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/execute/pr88693.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.c-torture/execute/pr88693.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/attr-8.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.dg/format/attr-8.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr88855.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.dg/pr88855.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr88870.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.dg/pr88870.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/pr88775-1.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88775-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/pr88775-2.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88775-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr88796.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.target/i386/pr88796.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.dg/asm1.d
      - copied unchanged from r268036, trunk/gcc/testsuite/gdc.dg/asm1.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.dg/asm2.d
      - copied unchanged from r268036, trunk/gcc/testsuite/gdc.dg/asm2.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.dg/asm3.d
      - copied unchanged from r268036, trunk/gcc/testsuite/gdc.dg/asm3.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.dg/asm4.d
      - copied unchanged from r268036, trunk/gcc/testsuite/gdc.dg/asm4.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/actual_array_substr_3.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/actual_array_substr_3.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/internal_pack_17.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/internal_pack_17.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/internal_pack_18.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/internal_pack_18.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/namelist_96.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/namelist_96.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/pr35031.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/pr35031.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/pr61765.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/pr61765.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/pr81849.f90
      - copied unchanged from r268036, trunk/gcc/testsuite/gfortran.dg/pr81849.f90
    branches/redhat/gcc-9-branch/libgcc/config/gcn/
      - copied from r268036, trunk/libgcc/config/gcn/
    branches/redhat/gcc-9-branch/libgfortran/ISO_Fortran_binding.h
      - copied unchanged from r268036, trunk/libgfortran/ISO_Fortran_binding.h
    branches/redhat/gcc-9-branch/libgfortran/runtime/ISO_Fortran_binding.c
      - copied unchanged from r268036, trunk/libgfortran/runtime/ISO_Fortran_binding.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-2.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-2.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-3.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-3.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
      - copied unchanged from r268036, trunk/libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
    branches/redhat/gcc-9-branch/libphobos/README.gcc
      - copied unchanged from r268036, trunk/libphobos/README.gcc
Removed:
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmsd-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmss-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/compilable/deprecate12979a.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/compilable/iasm_labeloperand.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/compilable/test11471.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/compilable/test12979a.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/compilable/test12979b.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/deprecate12979a.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/deprecate12979b.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/deprecate12979c.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/deprecate12979d.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/diag6717.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail12635.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail13938.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail13939.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail14009.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail152.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail2350.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail274.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail327.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail3354.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail353.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail8168.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/ice15239.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/test12979.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/argufilem.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/imports/argufile.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/test36.d
Modified:
    branches/redhat/gcc-9-branch/   (props changed)
    branches/redhat/gcc-9-branch/ChangeLog
    branches/redhat/gcc-9-branch/MAINTAINERS
    branches/redhat/gcc-9-branch/Makefile.in
    branches/redhat/gcc-9-branch/Makefile.tpl
    branches/redhat/gcc-9-branch/configure
    branches/redhat/gcc-9-branch/configure.ac
    branches/redhat/gcc-9-branch/contrib/config-list.mk
    branches/redhat/gcc-9-branch/contrib/reghunt/examples/reg-watch.awk   (props changed)
    branches/redhat/gcc-9-branch/gcc/ChangeLog
    branches/redhat/gcc-9-branch/gcc/DATESTAMP
    branches/redhat/gcc-9-branch/gcc/Makefile.in
    branches/redhat/gcc-9-branch/gcc/ada/set_targ.adb   (props changed)
    branches/redhat/gcc-9-branch/gcc/ada/set_targ.ads   (props changed)
    branches/redhat/gcc-9-branch/gcc/c-family/ChangeLog
    branches/redhat/gcc-9-branch/gcc/c-family/c-attribs.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-common.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-common.h
    branches/redhat/gcc-9-branch/gcc/c-family/c-cppbuiltin.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-format.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-lex.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-opts.c
    branches/redhat/gcc-9-branch/gcc/c-family/c-warn.c
    branches/redhat/gcc-9-branch/gcc/c-family/c.opt
    branches/redhat/gcc-9-branch/gcc/c/ChangeLog
    branches/redhat/gcc-9-branch/gcc/c/c-typeck.c
    branches/redhat/gcc-9-branch/gcc/cfgexpand.c
    branches/redhat/gcc-9-branch/gcc/combine.c
    branches/redhat/gcc-9-branch/gcc/common.opt
    branches/redhat/gcc-9-branch/gcc/config.gcc
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64-builtins.c
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64-cores.def
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64-modes.def
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64-simd.md
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64.c
    branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64.md
    branches/redhat/gcc-9-branch/gcc/config/aarch64/predicates.md
    branches/redhat/gcc-9-branch/gcc/config/alpha/alpha.c
    branches/redhat/gcc-9-branch/gcc/config/arm/arm-protos.h
    branches/redhat/gcc-9-branch/gcc/config/arm/arm.c
    branches/redhat/gcc-9-branch/gcc/config/arm/neon.md
    branches/redhat/gcc-9-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-9-branch/gcc/config/gnu-user.h
    branches/redhat/gcc-9-branch/gcc/config/i386/avx512fintrin.h
    branches/redhat/gcc-9-branch/gcc/config/i386/avx512vlintrin.h
    branches/redhat/gcc-9-branch/gcc/config/i386/gnu.h
    branches/redhat/gcc-9-branch/gcc/config/i386/i386-builtin-types.def
    branches/redhat/gcc-9-branch/gcc/config/i386/i386-builtin.def
    branches/redhat/gcc-9-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-9-branch/gcc/config/i386/sse.md
    branches/redhat/gcc-9-branch/gcc/config/i386/subst.md
    branches/redhat/gcc-9-branch/gcc/config/mips/mips.c
    branches/redhat/gcc-9-branch/gcc/config/nvptx/nvptx.c
    branches/redhat/gcc-9-branch/gcc/config/rs6000/rs6000-c.c
    branches/redhat/gcc-9-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-9-branch/gcc/config/s390/s390.c
    branches/redhat/gcc-9-branch/gcc/configure
    branches/redhat/gcc-9-branch/gcc/configure.ac
    branches/redhat/gcc-9-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-9-branch/gcc/cp/call.c
    branches/redhat/gcc-9-branch/gcc/cp/cp-gimplify.c
    branches/redhat/gcc-9-branch/gcc/cp/cp-tree.h
    branches/redhat/gcc-9-branch/gcc/cp/cvt.c
    branches/redhat/gcc-9-branch/gcc/cp/cxx-pretty-print.c
    branches/redhat/gcc-9-branch/gcc/cp/decl.c
    branches/redhat/gcc-9-branch/gcc/cp/decl2.c
    branches/redhat/gcc-9-branch/gcc/cp/error.c
    branches/redhat/gcc-9-branch/gcc/cp/expr.c
    branches/redhat/gcc-9-branch/gcc/cp/lex.c
    branches/redhat/gcc-9-branch/gcc/cp/mangle.c
    branches/redhat/gcc-9-branch/gcc/cp/name-lookup.c
    branches/redhat/gcc-9-branch/gcc/cp/parser.c
    branches/redhat/gcc-9-branch/gcc/cp/pt.c
    branches/redhat/gcc-9-branch/gcc/cp/rtti.c
    branches/redhat/gcc-9-branch/gcc/cp/semantics.c
    branches/redhat/gcc-9-branch/gcc/cp/tree.c
    branches/redhat/gcc-9-branch/gcc/cp/typeck.c
    branches/redhat/gcc-9-branch/gcc/cp/typeck2.c
    branches/redhat/gcc-9-branch/gcc/cselib.c
    branches/redhat/gcc-9-branch/gcc/d/ChangeLog
    branches/redhat/gcc-9-branch/gcc/d/d-codegen.cc
    branches/redhat/gcc-9-branch/gcc/d/d-convert.cc
    branches/redhat/gcc-9-branch/gcc/d/d-lang.cc
    branches/redhat/gcc-9-branch/gcc/d/d-tree.h
    branches/redhat/gcc-9-branch/gcc/d/dmd/MERGE
    branches/redhat/gcc-9-branch/gcc/d/dmd/iasmgcc.c
    branches/redhat/gcc-9-branch/gcc/d/expr.cc
    branches/redhat/gcc-9-branch/gcc/d/lang.opt
    branches/redhat/gcc-9-branch/gcc/dce.c
    branches/redhat/gcc-9-branch/gcc/defaults.h
    branches/redhat/gcc-9-branch/gcc/doc/extend.texi
    branches/redhat/gcc-9-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-9-branch/gcc/doc/sourcebuild.texi
    branches/redhat/gcc-9-branch/gcc/doc/tm.texi
    branches/redhat/gcc-9-branch/gcc/doc/tm.texi.in
    branches/redhat/gcc-9-branch/gcc/dse.c
    branches/redhat/gcc-9-branch/gcc/dwarf2out.c
    branches/redhat/gcc-9-branch/gcc/emit-rtl.h
    branches/redhat/gcc-9-branch/gcc/final.c
    branches/redhat/gcc-9-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-9-branch/gcc/fortran/decl.c
    branches/redhat/gcc-9-branch/gcc/fortran/gfortran.texi
    branches/redhat/gcc-9-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-9-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-9-branch/gcc/fortran/trans-array.h
    branches/redhat/gcc-9-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-9-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-9-branch/gcc/fortran/trans-openmp.c
    branches/redhat/gcc-9-branch/gcc/fortran/trans.h
    branches/redhat/gcc-9-branch/gcc/function.c
    branches/redhat/gcc-9-branch/gcc/gcc.c
    branches/redhat/gcc-9-branch/gcc/genattrtab.c
    branches/redhat/gcc-9-branch/gcc/genmatch.c
    branches/redhat/gcc-9-branch/gcc/gimple-ssa-isolate-paths.c
    branches/redhat/gcc-9-branch/gcc/go/gofrontend/MERGE
    branches/redhat/gcc-9-branch/gcc/go/gofrontend/expressions.cc
    branches/redhat/gcc-9-branch/gcc/go/gofrontend/types.cc
    branches/redhat/gcc-9-branch/gcc/go/gofrontend/types.h
    branches/redhat/gcc-9-branch/gcc/godump.c
    branches/redhat/gcc-9-branch/gcc/hooks.c
    branches/redhat/gcc-9-branch/gcc/hooks.h
    branches/redhat/gcc-9-branch/gcc/ipa-pure-const.c
    branches/redhat/gcc-9-branch/gcc/ira-conflicts.c
    branches/redhat/gcc-9-branch/gcc/ira-costs.c
    branches/redhat/gcc-9-branch/gcc/lra-assigns.c
    branches/redhat/gcc-9-branch/gcc/lra-constraints.c
    branches/redhat/gcc-9-branch/gcc/lra-int.h
    branches/redhat/gcc-9-branch/gcc/lra-lives.c
    branches/redhat/gcc-9-branch/gcc/lra.c
    branches/redhat/gcc-9-branch/gcc/match.pd
    branches/redhat/gcc-9-branch/gcc/omp-low.c
    branches/redhat/gcc-9-branch/gcc/omp-offload.c
    branches/redhat/gcc-9-branch/gcc/params.def
    branches/redhat/gcc-9-branch/gcc/regcprop.c
    branches/redhat/gcc-9-branch/gcc/reginfo.c
    branches/redhat/gcc-9-branch/gcc/regrename.c
    branches/redhat/gcc-9-branch/gcc/reload.c
    branches/redhat/gcc-9-branch/gcc/reload1.c
    branches/redhat/gcc-9-branch/gcc/sched-deps.c
    branches/redhat/gcc-9-branch/gcc/sel-sched.c
    branches/redhat/gcc-9-branch/gcc/target.def
    branches/redhat/gcc-9-branch/gcc/targhooks.c
    branches/redhat/gcc-9-branch/gcc/targhooks.h
    branches/redhat/gcc-9-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/pr51628-10.c
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/raw-string-13.c
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/raw-string-15.c
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ubsan/pr71512-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ubsan/pr71512-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/pr62101.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/udlit-string-length.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.h
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/variadic126.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/udlit-utf8char.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/utf8.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-array-short-wchar.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-array.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-cxx98.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-dflt.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf8-1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/utf8-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/inherit/pure1.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/other/pr33558-2.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/other/pr33558.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/parse/crash4.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.old-deja/g++.brendan/err-msg11.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.old-deja/g++.mike/p7635.C
    branches/redhat/gcc-9-branch/gcc/testsuite/g++.old-deja/g++.other/decl6.C
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr34648.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr41469.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/20020312-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/20111216-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/Wno-frame-address.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-10.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-11.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-12.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-13.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-5.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-8.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cleanup-9.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/darwin-cfstring-format-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/attr-3.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/sys_format.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/gimplefe-28.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/gomp/pr29955.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/graphite/scop-19.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/intermod-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/lto/pr52097_0.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/memcmp-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/nested-func-5.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pch/except-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pch/valid-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pic-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pic-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pic-3.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pic-4.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pie-3.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pie-4.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr41470.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr42427.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr44545.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr47086.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr51481.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr51628-20.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr51628-21.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr51628-25.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr51644.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr52046.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr54669.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr56424.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr59605-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr64465.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr65802.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr67563.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/sibcall-10.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/sibcall-9.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11c.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/pr41469-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-28.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pow-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/vect/pr46663.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.misc-tests/godump-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-3.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/bitfield.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/loop-1.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/pr9001195952.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/sdata-5.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/tdelegitimize_addr.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/tumaddsidi4.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arm/pr51968.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-1.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-2.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-3.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-4.c   (props changed)
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmpd-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmpd-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmps-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmps-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmsd-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmsd-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmss-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmss-2.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmpd-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmps-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr52813.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/testimm-10.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/testround-1.c
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/ctorpowtests.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/test23.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/test34.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/test42.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/testsafe.d
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/alloc_comp_auto_array_3.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/redhat/gcc-9-branch/gcc/testsuite/lib/file-format.exp
    branches/redhat/gcc-9-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/redhat/gcc-9-branch/gcc/testsuite/lib/gdc.exp
    branches/redhat/gcc-9-branch/gcc/testsuite/lib/target-supports.exp
    branches/redhat/gcc-9-branch/gcc/testsuite/obj-c++.dg/fsf-nsstring-format-1.mm
    branches/redhat/gcc-9-branch/gcc/testsuite/objc.dg/fsf-nsstring-format-1.m
    branches/redhat/gcc-9-branch/gcc/tree-if-conv.c
    branches/redhat/gcc-9-branch/gcc/tree-inline.c
    branches/redhat/gcc-9-branch/gcc/tree-inline.h
    branches/redhat/gcc-9-branch/gcc/tree-ssa-alias.c
    branches/redhat/gcc-9-branch/gcc/tree-ssa-loop-ivopts.c
    branches/redhat/gcc-9-branch/gcc/tree-ssa-strlen.c
    branches/redhat/gcc-9-branch/gcc/tree.c
    branches/redhat/gcc-9-branch/libbacktrace/ChangeLog
    branches/redhat/gcc-9-branch/libbacktrace/Makefile.am
    branches/redhat/gcc-9-branch/libbacktrace/Makefile.in
    branches/redhat/gcc-9-branch/libbacktrace/configure
    branches/redhat/gcc-9-branch/libbacktrace/configure.ac
    branches/redhat/gcc-9-branch/libbacktrace/dwarf.c
    branches/redhat/gcc-9-branch/libbacktrace/elf.c
    branches/redhat/gcc-9-branch/libbacktrace/internal.h
    branches/redhat/gcc-9-branch/libbacktrace/pecoff.c
    branches/redhat/gcc-9-branch/libbacktrace/xcoff.c
    branches/redhat/gcc-9-branch/libgcc/ChangeLog
    branches/redhat/gcc-9-branch/libgcc/config.host
    branches/redhat/gcc-9-branch/libgfortran/ChangeLog
    branches/redhat/gcc-9-branch/libgfortran/Makefile.am
    branches/redhat/gcc-9-branch/libgfortran/Makefile.in
    branches/redhat/gcc-9-branch/libgfortran/configure
    branches/redhat/gcc-9-branch/libgfortran/configure.ac
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_i1.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_i16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_i2.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_i4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_i8.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_r10.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_r16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_r4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_16_r8.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_i1.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_i16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_i2.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_i4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_i8.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_r10.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_r16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_r4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_4_r8.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_i1.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_i16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_i2.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_i4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_i8.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_r10.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_r16.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_r4.c
    branches/redhat/gcc-9-branch/libgfortran/generated/minloc0_8_r8.c
    branches/redhat/gcc-9-branch/libgfortran/gfortran.map
    branches/redhat/gcc-9-branch/libgfortran/io/list_read.c
    branches/redhat/gcc-9-branch/libgfortran/io/open.c
    branches/redhat/gcc-9-branch/libgfortran/m4/minloc0.m4
    branches/redhat/gcc-9-branch/libgo/go/container/list/list.go   (props changed)
    branches/redhat/gcc-9-branch/libgo/go/container/list/list_test.go   (props changed)
    branches/redhat/gcc-9-branch/libgo/go/reflect/type.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/ffi.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/map.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/proc.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/runtime2.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/traceback_gccgo.go
    branches/redhat/gcc-9-branch/libgo/go/runtime/type.go
    branches/redhat/gcc-9-branch/libgo/go/syscall/exec_linux.go
    branches/redhat/gcc-9-branch/libgo/go/syscall/mksyscall.awk
    branches/redhat/gcc-9-branch/libgomp/ChangeLog
    branches/redhat/gcc-9-branch/libgomp/plugin/plugin-nvptx.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
    branches/redhat/gcc-9-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c
    branches/redhat/gcc-9-branch/libiberty/ChangeLog
    branches/redhat/gcc-9-branch/libiberty/cp-demangle.c
    branches/redhat/gcc-9-branch/libiberty/cp-demangle.h
    branches/redhat/gcc-9-branch/libphobos/ChangeLog
    branches/redhat/gcc-9-branch/libphobos/libdruntime/core/sys/posix/sys/ioccom.d   (props changed)
    branches/redhat/gcc-9-branch/libphobos/libdruntime/core/sys/posix/sys/ttycom.d   (props changed)
    branches/redhat/gcc-9-branch/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc   (props changed)

Propchange: branches/redhat/gcc-9-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/redhat/gcc-9-branch/contrib/reghunt/examples/reg-watch.awk
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/ada/set_targ.adb
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/ada/set_targ.ads
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/sys_format.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/bitfield.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/loop-1.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/pr9001195952.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/sdata-5.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/tdelegitimize_addr.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arc/tumaddsidi4.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-1.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-2.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-3.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/csky/fnmul-4.c
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/libgo/go/container/list/list.go
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/libgo/go/container/list/list_test.go
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/libphobos/libdruntime/core/sys/posix/sys/ioccom.d
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/libphobos/libdruntime/core/sys/posix/sys/ttycom.d
            ('svn:executable' removed)

Propchange: branches/redhat/gcc-9-branch/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
            ('svn:executable' removed)




More information about the Libstdc++-cvs mailing list