r239185 - in /branches/ibm/stage-vector: ./ gcc...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Sat Aug 6 00:11:00 GMT 2016


Author: meissner
Date: Sat Aug  6 00:11:12 2016
New Revision: 239185

URL: https://gcc.gnu.org/viewcvs?rev=239185&root=gcc&view=rev
Log:
Rev up to 239161

Added:
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/concepts/memfun2.C
      - copied unchanged from r239161, trunk/gcc/testsuite/g++.dg/concepts/memfun2.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor19.C
      - copied unchanged from r239161, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor19.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/cpp1y/lambda-ice1.C
      - copied unchanged from r239161, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-ice1.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/cpp1y/pr72759.C
      - copied unchanged from r239161, trunk/gcc/testsuite/g++.dg/cpp1y/pr72759.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/template/dependent-base2.C
      - copied unchanged from r239161, trunk/gcc/testsuite/g++.dg/template/dependent-base2.C
    branches/ibm/stage-vector/gcc/testsuite/gcc.c-torture/execute/pr70903.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.c-torture/execute/pr70903.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/switch-10.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/switch-10.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-double.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-double.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-long-double.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-long-double.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-double.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-double.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-long-double.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-long-double.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/vrp107.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp107.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/vrp108.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp108.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/vrp109.c
      - copied unchanged from r239161, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp109.c
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c++/routine-1-auto.C
      - copied unchanged from r239161, trunk/libgomp/testsuite/libgomp.oacc-c++/routine-1-auto.C
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c++/routine-1-template-auto.C
      - copied unchanged from r239161, trunk/libgomp/testsuite/libgomp.oacc-c++/routine-1-template-auto.C
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C
      - copied unchanged from r239161, trunk/libgomp/testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c++/routine-1-template.C
      - copied unchanged from r239161, trunk/libgomp/testsuite/libgomp.oacc-c++/routine-1-template.C
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C
      - copied unchanged from r239161, trunk/libgomp/testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C
    branches/ibm/stage-vector/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc
      - copied unchanged from r239161, trunk/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc
    branches/ibm/stage-vector/libstdc++-v3/testsuite/20_util/is_callable/
      - copied from r239161, trunk/libstdc++-v3/testsuite/20_util/is_callable/
    branches/ibm/stage-vector/libstdc++-v3/testsuite/20_util/is_nothrow_callable/
      - copied from r239161, trunk/libstdc++-v3/testsuite/20_util/is_nothrow_callable/
Modified:
    branches/ibm/stage-vector/   (props changed)
    branches/ibm/stage-vector/gcc/ChangeLog
    branches/ibm/stage-vector/gcc/ChangeLog.meissner
    branches/ibm/stage-vector/gcc/DATESTAMP
    branches/ibm/stage-vector/gcc/REVISION
    branches/ibm/stage-vector/gcc/c/ChangeLog
    branches/ibm/stage-vector/gcc/c/c-parser.c
    branches/ibm/stage-vector/gcc/common/config/avr/avr-common.c
    branches/ibm/stage-vector/gcc/config/aarch64/aarch64.c
    branches/ibm/stage-vector/gcc/config/avr/avr.md
    branches/ibm/stage-vector/gcc/config/i386/avx512fintrin.h
    branches/ibm/stage-vector/gcc/config/rs6000/rs6000.c
    branches/ibm/stage-vector/gcc/cp/ChangeLog
    branches/ibm/stage-vector/gcc/cp/class.c
    branches/ibm/stage-vector/gcc/cp/constexpr.c
    branches/ibm/stage-vector/gcc/cp/cp-tree.h
    branches/ibm/stage-vector/gcc/cp/decl.c
    branches/ibm/stage-vector/gcc/cp/decl2.c
    branches/ibm/stage-vector/gcc/cp/error.c
    branches/ibm/stage-vector/gcc/cp/lambda.c
    branches/ibm/stage-vector/gcc/cp/mangle.c
    branches/ibm/stage-vector/gcc/cp/name-lookup.c
    branches/ibm/stage-vector/gcc/cp/parser.c
    branches/ibm/stage-vector/gcc/cp/parser.h
    branches/ibm/stage-vector/gcc/cp/pt.c
    branches/ibm/stage-vector/gcc/cp/semantics.c
    branches/ibm/stage-vector/gcc/cp/tree.c
    branches/ibm/stage-vector/gcc/cp/typeck.c
    branches/ibm/stage-vector/gcc/cse.c
    branches/ibm/stage-vector/gcc/emit-rtl.c
    branches/ibm/stage-vector/gcc/gcov.c
    branches/ibm/stage-vector/gcc/gimple.c
    branches/ibm/stage-vector/gcc/go/gofrontend/MERGE
    branches/ibm/stage-vector/gcc/go/gofrontend/escape.cc
    branches/ibm/stage-vector/gcc/go/gofrontend/go.cc
    branches/ibm/stage-vector/gcc/objc/objc-encoding.c
    branches/ibm/stage-vector/gcc/selftest.h
    branches/ibm/stage-vector/gcc/testsuite/ChangeLog
    branches/ibm/stage-vector/gcc/testsuite/ChangeLog.meissner
    branches/ibm/stage-vector/gcc/testsuite/c-c++-common/goacc/routine-5.c
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/cpp0x/enum26.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/ext/anon-struct4.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/lookup/anon2.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/other/anon3.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/spellcheck-fields.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/warn/deprecated-6.C
    branches/ibm/stage-vector/gcc/testsuite/g++.dg/warn/deprecated.C
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/params/params.exp
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/pr70920-4.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/torture/pr71984.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-1.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-2.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c
    branches/ibm/stage-vector/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c   (props changed)
    branches/ibm/stage-vector/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c   (props changed)
    branches/ibm/stage-vector/gcc/tree-inline.c
    branches/ibm/stage-vector/gcc/tree-vrp.c
    branches/ibm/stage-vector/libgcc/ChangeLog.meissner
    branches/ibm/stage-vector/libgo/go/text/template/exec.go
    branches/ibm/stage-vector/libgo/runtime/heapdump.c
    branches/ibm/stage-vector/libgomp/ChangeLog
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c-c++-common/crash-1.c
    branches/ibm/stage-vector/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
    branches/ibm/stage-vector/libiberty/ChangeLog
    branches/ibm/stage-vector/libiberty/cplus-dem.c
    branches/ibm/stage-vector/libiberty/testsuite/demangle-expected
    branches/ibm/stage-vector/libstdc++-v3/ChangeLog
    branches/ibm/stage-vector/libstdc++-v3/doc/html/manual/status.html
    branches/ibm/stage-vector/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/ibm/stage-vector/libstdc++-v3/include/bits/shared_ptr.h
    branches/ibm/stage-vector/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/ibm/stage-vector/libstdc++-v3/include/std/functional
    branches/ibm/stage-vector/libstdc++-v3/include/std/type_traits
    branches/ibm/stage-vector/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/reinit.cc
    branches/ibm/stage-vector/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc

Propchange: branches/ibm/stage-vector/
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/stage-vector/
            ('svnmerge-integrated' modified)

Propchange: branches/ibm/stage-vector/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/stage-vector/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c
            ('svn:mergeinfo' modified)




More information about the Gcc-cvs mailing list