This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r239320 - in /branches/redhat/gcc-6-branch: ./ ...


Author: jakub
Date: Wed Aug 10 12:19:50 2016
New Revision: 239320

URL: https://gcc.gnu.org/viewcvs?rev=239320&root=gcc&view=rev
Log:
svn merge -r238582:239319 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch

Added:
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/20_util/function/cons/refqual.cc
      - copied unchanged from r239319, branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/function/cons/refqual.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc
      - copied unchanged from r239319, branches/gcc-6-branch/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/memory_resource/
      - copied from r239319, branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/memory_resource/
Removed:
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/type_erased_allocator/1.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/type_erased_allocator/1_neg.cc
Modified:
    branches/redhat/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/html/manual/abi.html
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/html/manual/status.html
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/manual/abi.xml
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
    branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/allocator.h
    branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_function.h
    branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_tree.h
    branches/redhat/gcc-6-branch/libstdc++-v3/include/experimental/memory_resource
    branches/redhat/gcc-6-branch/libstdc++-v3/include/experimental/propagate_const
    branches/redhat/gcc-6-branch/libstdc++-v3/include/std/functional
    branches/redhat/gcc-6-branch/libstdc++-v3/include/std/shared_mutex
    branches/redhat/gcc-6-branch/libstdc++-v3/include/std/type_traits
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/feat-cxx14.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/propagate_const/cons/default.cc
    branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/concepts/memfun2.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/concepts/memfun2.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-list1.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-list1.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/decltype66.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/decltype66.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-base2.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-base2.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-base3.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-base3.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce3.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce3.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/pr68724.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/pr68724.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield3.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield3.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/lambda-ice1.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/lambda-ice1.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/var-templ53.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/var-templ53.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/ext/array3.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/ext/array3.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/init/elide5.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/init/elide5.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/other/pr71728.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/other/pr71728.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/template/dtor10.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/template/dtor10.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/template/friend63.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/template/friend63.C
    branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/template/ttp29.C
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/g++.dg/template/ttp29.C
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr72802.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr72802.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/ipa/pr71981.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.dg/ipa/pr71981.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/torture/pr71881.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/pr71881.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-1.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-1.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-2.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-2.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-3.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-3.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-4.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-4.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-5.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-5.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-6.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-6.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-7.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-7.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-8.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-8.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-common.h
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/avr/pr71151-common.h
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/float128-cmp.c
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/float128-cmp.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/array_constructor_50.f90
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/array_constructor_50.f90
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/dependency_48.f90
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/dependency_48.f90
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/null_9.f90
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/null_9.f90
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/pr70040.f90
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr70040.f90
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71883.f90
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71883.f90
    branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/select_type_35.f03
      - copied unchanged from r239319, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/select_type_35.f03
Modified:
    branches/redhat/gcc-6-branch/   (props changed)
    branches/redhat/gcc-6-branch/gcc/ChangeLog
    branches/redhat/gcc-6-branch/gcc/DATESTAMP
    branches/redhat/gcc-6-branch/gcc/asan.c
    branches/redhat/gcc-6-branch/gcc/combine.c
    branches/redhat/gcc-6-branch/gcc/common/config/avr/avr-common.c
    branches/redhat/gcc-6-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-6-branch/gcc/config/avr/avr.h
    branches/redhat/gcc-6-branch/gcc/config/avr/avr.md
    branches/redhat/gcc-6-branch/gcc/config/i386/avx512fintrin.h
    branches/redhat/gcc-6-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-6-branch/gcc/config/rs6000/constraints.md
    branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000-protos.h
    branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000.md
    branches/redhat/gcc-6-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-6-branch/gcc/cp/call.c
    branches/redhat/gcc-6-branch/gcc/cp/class.c
    branches/redhat/gcc-6-branch/gcc/cp/constexpr.c
    branches/redhat/gcc-6-branch/gcc/cp/decl.c
    branches/redhat/gcc-6-branch/gcc/cp/init.c
    branches/redhat/gcc-6-branch/gcc/cp/lambda.c
    branches/redhat/gcc-6-branch/gcc/cp/pt.c
    branches/redhat/gcc-6-branch/gcc/cp/semantics.c
    branches/redhat/gcc-6-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-6-branch/gcc/fortran/error.c
    branches/redhat/gcc-6-branch/gcc/fortran/frontend-passes.c
    branches/redhat/gcc-6-branch/gcc/fortran/simplify.c
    branches/redhat/gcc-6-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-6-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-6-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-6-branch/gcc/ipa-polymorphic-call.c
    branches/redhat/gcc-6-branch/gcc/ipa-prop.c
    branches/redhat/gcc-6-branch/gcc/po/ChangeLog
    branches/redhat/gcc-6-branch/gcc/po/sv.po
    branches/redhat/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/divkc3-1.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/mulkc3-1.c
    branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr63354.c
    branches/redhat/gcc-6-branch/gcc/tree-loop-distribution.c
    branches/redhat/gcc-6-branch/libgcc/ChangeLog
    branches/redhat/gcc-6-branch/libgcc/config/rs6000/_divkc3.c
    branches/redhat/gcc-6-branch/libgcc/config/rs6000/_mulkc3.c

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]