r265809 - in /branches/redhat/gcc-8-branch: ./ ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Nov 5 14:21:00 GMT 2018


Author: jakub
Date: Mon Nov  5 14:21:43 2018
New Revision: 265809

URL: https://gcc.gnu.org/viewcvs?rev=265809&root=gcc&view=rev
Log:
svn merge -r265050:265807 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch

Added:
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/86751.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/86751.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/87822.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/87822.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/ref_assign.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/pair/ref_assign.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/forward_list/cons/87809.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/forward_list/cons/87809.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/list/cons/87809.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/list/cons/87809.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/78595.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/78595.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/78595.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/78595.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/78595.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/78595.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/vector/bool/cons/87809.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/vector/bool/cons/87809.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/vector/cons/87809.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/vector/cons/87809.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/memory_resource/70966.cc
      - copied unchanged from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/memory_resource/70966.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/polymorphic_allocator/
      - copied from r265807, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/polymorphic_allocator/
Modified:
    branches/redhat/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/status.html
    branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/basic_string.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/forward_list.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/regex_executor.tcc
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_bvector.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_list.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_map.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_multimap.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_pair.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/unique_ptr.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/unordered_map.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/valarray_array.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/memory_resource
    branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/regex
    branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/string
    branches/redhat/gcc-8-branch/libstdc++-v3/include/ext/pointer.h
    branches/redhat/gcc-8-branch/libstdc++-v3/include/std/type_traits
    branches/redhat/gcc-8-branch/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string/init-list.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc
    branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/ext/ext_pointer/1.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/doacross-2.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/doacross-2.c
    branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/ubsan/pr87837.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/c-c++-common/ubsan/pr87837.c
    branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
    branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/guality/pr86687.C
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/g++.dg/guality/pr86687.C
    branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/vec-init-1.C
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/g++.dg/vec-init-1.C
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr87473.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr87473.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr87647.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr87647.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr87623.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr87623.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/store_merging_24.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/store_merging_24.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/store_merging_25.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/store_merging_25.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87087.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87087.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87645.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87645.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87665.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87665.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87700.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr87700.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/restrict-6.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/restrict-6.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-15.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/20181025-1.f
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/20181025-1.f
    branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
    branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
    branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/inline_matmul_24.f90
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/inline_matmul_24.f90
    branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/sso14.adb
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gnat.dg/sso14.adb
    branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/sso15.adb
      - copied unchanged from r265807, branches/gcc-8-branch/gcc/testsuite/gnat.dg/sso15.adb
Modified:
    branches/redhat/gcc-8-branch/   (props changed)
    branches/redhat/gcc-8-branch/gcc/ChangeLog
    branches/redhat/gcc-8-branch/gcc/DATESTAMP
    branches/redhat/gcc-8-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-8-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-8-branch/gcc/ada/gcc-interface/utils.c
    branches/redhat/gcc-8-branch/gcc/config/aarch64/aarch64.c
    branches/redhat/gcc-8-branch/gcc/config/darwin.c
    branches/redhat/gcc-8-branch/gcc/config/darwin.h
    branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin.h
    branches/redhat/gcc-8-branch/gcc/config/s390/s390.c
    branches/redhat/gcc-8-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-8-branch/gcc/cp/optimize.c
    branches/redhat/gcc-8-branch/gcc/cp/parser.c
    branches/redhat/gcc-8-branch/gcc/dwarf2out.c
    branches/redhat/gcc-8-branch/gcc/final.c
    branches/redhat/gcc-8-branch/gcc/fold-const.c
    branches/redhat/gcc-8-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-8-branch/gcc/fortran/expr.c
    branches/redhat/gcc-8-branch/gcc/fortran/openmp.c
    branches/redhat/gcc-8-branch/gcc/gimple-match-head.c
    branches/redhat/gcc-8-branch/gcc/gimple-ssa-backprop.c
    branches/redhat/gcc-8-branch/gcc/gimple-ssa-store-merging.c
    branches/redhat/gcc-8-branch/gcc/gimple-ssa-strength-reduction.c
    branches/redhat/gcc-8-branch/gcc/match.pd
    branches/redhat/gcc-8-branch/gcc/omp-low.c
    branches/redhat/gcc-8-branch/gcc/po/ChangeLog
    branches/redhat/gcc-8-branch/gcc/po/es.po
    branches/redhat/gcc-8-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/schedule-modifiers-1.c
    branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/sink-3.c
    branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr85070.C
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/pr84204.c
    branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/pr85935.c
    branches/redhat/gcc-8-branch/gcc/tree-chrec.c
    branches/redhat/gcc-8-branch/gcc/tree-inline.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-ccp.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-coalesce.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-copy.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-loop-ivcanon.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-propagate.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-propagate.h
    branches/redhat/gcc-8-branch/gcc/tree-ssa-sccvn.c
    branches/redhat/gcc-8-branch/gcc/tree-ssa-structalias.c
    branches/redhat/gcc-8-branch/gcc/tree-vect-data-refs.c
    branches/redhat/gcc-8-branch/gcc/tree-vectorizer.h
    branches/redhat/gcc-8-branch/gcc/varasm.c
    branches/redhat/gcc-8-branch/gnattools/ChangeLog
    branches/redhat/gcc-8-branch/gnattools/Makefile.in
    branches/redhat/gcc-8-branch/libbacktrace/ChangeLog
    branches/redhat/gcc-8-branch/libbacktrace/elf.c

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




More information about the Libstdc++-cvs mailing list