r231975 - in /branches/gupc: ./ ChangeLog MAINT...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Dec 28 17:42:00 GMT 2015


Author: gfunck
Date: Mon Dec 28 17:42:17 2015
New Revision: 231975

URL: https://gcc.gnu.org/viewcvs?rev=231975&root=gcc&view=rev
Log:
	Merge trunk version 231970 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/bind/68912.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/20_util/bind/68912.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/function/68995.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/20_util/function/68995.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/68982.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/68982.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
      - copied unchanged from r231971, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/config/os/djgpp/error_constants.h
    branches/gupc/libstdc++-v3/doc/html/index.html
    branches/gupc/libstdc++-v3/doc/html/manual/status.html
    branches/gupc/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/gupc/libstdc++-v3/include/bits/c++0x_warning.h
    branches/gupc/libstdc++-v3/include/bits/regex_executor.tcc
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/include/std/utility
    branches/gupc/libstdc++-v3/src/c++11/futex.cc
    branches/gupc/libstdc++-v3/src/c++11/ios.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/astuple/astuple.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/tuple_element.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/tuple_element_t.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/tuple_size.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_size.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc
    branches/gupc/libstdc++-v3/testsuite/ext/bitmap_allocator/check_allocate_max_size.cc
    branches/gupc/libstdc++-v3/testsuite/ext/bitmap_allocator/check_deallocate_null.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/config/arc/builtins.def
      - copied unchanged from r231971, trunk/gcc/config/arc/builtins.def
    branches/gupc/gcc/config/i386/pkuintrin.h
      - copied unchanged from r231971, trunk/gcc/config/i386/pkuintrin.h
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-1.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-10.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-10.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-11.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-11.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-2.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-3.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-3.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-4.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-4.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-5.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-5.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-6.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-6.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-7.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-7.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-8.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-8.c
    branches/gupc/gcc/testsuite/c-c++-common/conflict-markers-9.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/conflict-markers-9.c
    branches/gupc/gcc/testsuite/c-c++-common/pr68833-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/pr68833-1.c
    branches/gupc/gcc/testsuite/c-c++-common/pr68833-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/pr68833-2.c
    branches/gupc/gcc/testsuite/c-c++-common/pr68833-3.c
      - copied unchanged from r231971, trunk/gcc/testsuite/c-c++-common/pr68833-3.c
    branches/gupc/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
    branches/gupc/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
    branches/gupc/gcc/testsuite/g++.dg/conflict-markers-1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/conflict-markers-1.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/pr16333.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/conversion/pr16333.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/pr41426.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/conversion/pr41426.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/pr59879.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/conversion/pr59879.C
    branches/gupc/gcc/testsuite/g++.dg/conversion/pr66895.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/conversion/pr66895.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-pmf1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-pmf1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-67376.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-67376.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array14.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array14.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual5.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted50.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted50.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr53223.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/pr53223.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr63506-1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/pr63506-1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr63506-2.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp0x/pr63506-2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/auto-fn28.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn28.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const1.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const2.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic3.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic3.C
    branches/gupc/gcc/testsuite/g++.dg/diagnostic/bad-binary-ops.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/diagnostic/bad-binary-ops.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary.h
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary.h
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary4.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary4.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary5.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary5.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary6.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary6.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary7.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary7.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary8.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary8.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary9.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ext/flexary9.C
    branches/gupc/gcc/testsuite/g++.dg/init/aggr13.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/init/aggr13.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/pr68851.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/ipa/pr68851.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/name-clash11.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/lookup/name-clash11.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/pr21802.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/lookup/pr21802.C
    branches/gupc/gcc/testsuite/g++.dg/pr49847-2.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/pr49847-2.C
    branches/gupc/gcc/testsuite/g++.dg/pr68831.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/pr68831.C
    branches/gupc/gcc/testsuite/g++.dg/rtti/typeid11.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/rtti/typeid11.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr68978.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/template/pr68978.C
    branches/gupc/gcc/testsuite/g++.dg/tm/pr67811.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/tm/pr67811.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr68852.C
      - copied unchanged from r231971, trunk/gcc/testsuite/g++.dg/torture/pr68852.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr68648.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.c-torture/execute/pr68648.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic/stdatomic-init.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-init.c
    branches/gupc/gcc/testsuite/gcc.dg/bad-binary-ops.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/bad-binary-ops.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-atomic-4.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/c11-atomic-4.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/dwarf2/prod-options.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/prod-options.c
    branches/gupc/gcc/testsuite/gcc.dg/diagnostic-range-bad-called-object.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/diagnostic-range-bad-called-object.c
    branches/gupc/gcc/testsuite/gcc.dg/diagnostic-range-bad-return.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/diagnostic-range-bad-return.c
    branches/gupc/gcc/testsuite/gcc.dg/diagnostic-range-static-assert.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/diagnostic-range-static-assert.c
    branches/gupc/gcc/testsuite/gcc.dg/guality/pr68860-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/guality/pr68860-1.c
    branches/gupc/gcc/testsuite/gcc.dg/guality/pr68860-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/guality/pr68860-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-icf-merge-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-merge-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr61441.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr61441.c
    branches/gupc/gcc/testsuite/gcc.dg/pr64637.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr64637.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65980.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr65980.c
    branches/gupc/gcc/testsuite/gcc.dg/pr66688.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr66688.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68835-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr68835-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68835-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr68835-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68907.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/pr68907.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68870.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/torture/pr68870.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68906.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/torture/pr68906.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68946.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/torture/pr68946.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68951.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/torture/pr68951.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/tst_3.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/aarch64/tst_3.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/tst_4.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/aarch64/tst_4.c
    branches/gupc/gcc/testsuite/gcc.target/arc/builtin_general.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arc/builtin_general.c
    branches/gupc/gcc/testsuite/gcc.target/arc/builtin_simd.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arc/builtin_simd.c
    branches/gupc/gcc/testsuite/gcc.target/arc/builtin_special.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arc/builtin_special.c
    branches/gupc/gcc/testsuite/gcc.target/arc/load-update.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arc/load-update.c
    branches/gupc/gcc/testsuite/gcc.target/arc/loop-hazard-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arc/loop-hazard-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/fmaxmin.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arm/fmaxmin.c
    branches/gupc/gcc/testsuite/gcc.target/arm/fmaxmin.x
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arm/fmaxmin.x
    branches/gupc/gcc/testsuite/gcc.target/arm/vect-fmaxmin.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/arm/vect-fmaxmin.c
    branches/gupc/gcc/testsuite/gcc.target/i386/bittest.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/bittest.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-10.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr66232-10.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-11.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr66232-11.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-12.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr66232-12.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-13.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr66232-13.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68473-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68473-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-3.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-4.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-5.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68937-6.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68937-6.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68956.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/pr68956.c
    branches/gupc/gcc/testsuite/gcc.target/i386/rdpku-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/rdpku-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/wrpku-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/i386/wrpku-1.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-complex-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-complex-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-complex-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-complex-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-enum-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-enum-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-enum-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-enum-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-knr-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-knr-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-knr-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-knr-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-scalar-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-scalar-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-scalar-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-scalar-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-struct-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-struct-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-struct-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-struct-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-vararg-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-vararg-1.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-vararg-2.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-vararg-2.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-vect-arg.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-vect-arg.c
    branches/gupc/gcc/testsuite/gcc.target/nvptx/abi-vect-ret.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/nvptx/abi-vect-ret.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr68805.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/powerpc/pr68805.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr68872.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/powerpc/pr68872.c
    branches/gupc/gcc/testsuite/gcc.target/s390/litpool-r3-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/s390/litpool-r3-1.c
    branches/gupc/gcc/testsuite/gcc.target/s390/vcond-shift.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/s390/vcond-shift.c
    branches/gupc/gcc/testsuite/gcc.target/sparc/20151219-1.c
      - copied unchanged from r231971, trunk/gcc/testsuite/gcc.target/sparc/20151219-1.c
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_critical_1.f90
      - copied unchanged from r231971, trunk/gcc/testsuite/gfortran.dg/coarray_critical_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_48.f90
      - copied unchanged from r231971, trunk/gcc/testsuite/gfortran.dg/proc_ptr_48.f90
    branches/gupc/gcc/testsuite/gnat.dg/complex1.adb
      - copied unchanged from r231971, trunk/gcc/testsuite/gnat.dg/complex1.adb
    branches/gupc/gcc/testsuite/gnat.dg/complex1_pkg.ads
      - copied unchanged from r231971, trunk/gcc/testsuite/gnat.dg/complex1_pkg.ads
    branches/gupc/libgomp/testsuite/libgomp.c/target-link-1.c
      - copied unchanged from r231971, trunk/libgomp/testsuite/libgomp.c/target-link-1.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/Makefile.in
    branches/gupc/Makefile.tpl
    branches/gupc/config/isl.m4
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/config-list.mk
    branches/gupc/contrib/download_prerequisites
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/ada-tree.def
    branches/gupc/gcc/ada/gcc-interface/ada-tree.h
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/misc.c
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/alias.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-lex.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/cfganal.c
    branches/gupc/gcc/cfganal.h
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/common/config/i386/i386-common.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/atomics.md
    branches/gupc/gcc/config/arc/arc.c
    branches/gupc/gcc/config/arc/arc.md
    branches/gupc/gcc/config/arc/fpx.md
    branches/gupc/gcc/config/arc/predicates.md
    branches/gupc/gcc/config/arc/simdext.md
    branches/gupc/gcc/config/arm/arm-arches.def
    branches/gupc/gcc/config/arm/arm-c.c
    branches/gupc/gcc/config/arm/arm-protos.h
    branches/gupc/gcc/config/arm/arm-tables.opt
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.h
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/arm_neon.h
    branches/gupc/gcc/config/arm/arm_neon_builtins.def
    branches/gupc/gcc/config/arm/iterators.md
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/arm/t-aprofile
    branches/gupc/gcc/config/arm/unspecs.md
    branches/gupc/gcc/config/arm/vfp.md
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/avr/avr.h
    branches/gupc/gcc/config/darwin.h
    branches/gupc/gcc/config/i386/constraints.md
    branches/gupc/gcc/config/i386/cpuid.h
    branches/gupc/gcc/config/i386/darwin.h
    branches/gupc/gcc/config/i386/djgpp-stdint.h
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/i386.opt
    branches/gupc/gcc/config/i386/predicates.md
    branches/gupc/gcc/config/i386/x86intrin.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/nvptx/nvptx-protos.h
    branches/gupc/gcc/config/nvptx/nvptx.c
    branches/gupc/gcc/config/nvptx/nvptx.h
    branches/gupc/gcc/config/nvptx/nvptx.md
    branches/gupc/gcc/config/pa/pa.c
    branches/gupc/gcc/config/pa/pa.md
    branches/gupc/gcc/config/rs6000/freebsd64.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.h
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rs6000/vsx.md
    branches/gupc/gcc/config/s390/driver-native.c
    branches/gupc/gcc/config/s390/predicates.md
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.h
    branches/gupc/gcc/config/s390/vector.md
    branches/gupc/gcc/config/sparc/sparc.md
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/lambda.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/rtti.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/dbgcnt.def
    branches/gupc/gcc/dbxout.c
    branches/gupc/gcc/debug.c
    branches/gupc/gcc/debug.h
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/diagnostic-show-locus.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/sourcebuild.texi
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/dwarf2out.h
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/flag-types.h
    branches/gupc/gcc/fold-const-call.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/gfortran.texi
    branches/gupc/gcc/fortran/intrinsic.texi
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-openmp.c
    branches/gupc/gcc/genpreds.c
    branches/gupc/gcc/genrecog.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple-pretty-print.h
    branches/gupc/gcc/gimple-ssa-split-paths.c
    branches/gupc/gcc/gimple-ssa.h
    branches/gupc/gcc/gimple-streamer-in.c
    branches/gupc/gcc/gimple-streamer-out.c
    branches/gupc/gcc/gimple-walk.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/ginclude/stdatomic.h
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/go-gcc.cc
    branches/gupc/gcc/graphite-dependences.c
    branches/gupc/gcc/graphite-isl-ast-to-gimple.c
    branches/gupc/gcc/graphite-optimize-isl.c
    branches/gupc/gcc/graphite-poly.c
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/graphite.c
    branches/gupc/gcc/graphite.h
    branches/gupc/gcc/hash-map.h
    branches/gupc/gcc/hash-table.h
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-icf.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-split.c
    branches/gupc/gcc/ipa-visibility.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/langhooks-def.h
    branches/gupc/gcc/langhooks.h
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-symtab.c
    branches/gupc/gcc/lto/lto-symtab.h
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/opts-common.c
    branches/gupc/gcc/opts.c
    branches/gupc/gcc/params.def
    branches/gupc/gcc/passes.def
    branches/gupc/gcc/real.c
    branches/gupc/gcc/real.h
    branches/gupc/gcc/ree.c
    branches/gupc/gcc/sdbout.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/sese.h
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/Wunused-var-13.c
    branches/gupc/gcc/testsuite/c-c++-common/attr-simd-3.c
    branches/gupc/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51226.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51463.C
    branches/gupc/gcc/testsuite/g++.dg/dg.exp
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary2.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary3.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/pure1.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/devirt-37.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/devirt-40.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/two-stage4.C
    branches/gupc/gcc/testsuite/g++.dg/other/PR23205.C
    branches/gupc/gcc/testsuite/g++.dg/other/dump-ada-spec-2.C
    branches/gupc/gcc/testsuite/g++.dg/other/i386-2.C
    branches/gupc/gcc/testsuite/g++.dg/other/i386-3.C
    branches/gupc/gcc/testsuite/g++.dg/other/pr23205-2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/pr43765.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-1.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-4.C
    branches/gupc/gcc/testsuite/g++.dg/tm/noexcept-5.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr64280.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr64312.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr61034.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/object-size-1.C
    branches/gupc/gcc/testsuite/gcc.dg/20040813-1.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-return-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-atomic-1.c
    branches/gupc/gcc/testsuite/gcc.dg/cast-function-1.c
    branches/gupc/gcc/testsuite/gcc.dg/darwin-20040809-2.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/fuse-1.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/fuse-2.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/id-28.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/interchange-1.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/pr35356-1.c
    branches/gupc/gcc/testsuite/gcc.dg/ifcvt-4.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-1.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-10.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-11.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-14.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-16.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-3.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-4.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-5.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-pta-6.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_show_trees.c
    branches/gupc/gcc/testsuite/gcc.dg/sibcall-9.c
    branches/gupc/gcc/testsuite/gcc.dg/stack-usage-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr46216.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68264.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr68619-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr45752.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr46032.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr68305.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
    branches/gupc/gcc/testsuite/gcc.target/arc/jump-around-jump.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-12.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/gupc/gcc/testsuite/gcc.target/mips/ext-2.c
    branches/gupc/gcc/testsuite/gcc.target/s390/hotpatch-8.c
    branches/gupc/gcc/testsuite/gcc.target/s390/hotpatch-9.c
    branches/gupc/gcc/testsuite/gcc.target/visium/block_move.c
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95
    branches/gupc/gcc/testsuite/gfortran.dg/quad_2.f90
    branches/gupc/gcc/testsuite/gnat.dg/specs/debug1.ads
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/testsuite/obj-c++.dg/property/at-property-23.mm
    branches/gupc/gcc/testsuite/objc.dg/stabs-1.m
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfgcleanup.c
    branches/gupc/gcc/tree-chkp.c
    branches/gupc/gcc/tree-core.h
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-nested.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-ssa-dce.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-loop-unswitch.c
    branches/gupc/gcc/tree-ssa-loop.c
    branches/gupc/gcc/tree-ssa-math-opts.c
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-streamer-out.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/gcc/vmsdbgout.c
    branches/gupc/libbacktrace/ChangeLog
    branches/gupc/libbacktrace/configure
    branches/gupc/libbacktrace/configure.ac
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/line-map.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/unwind-generic.h
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/io/write.c
    branches/gupc/libgo/mksysinfo.sh
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/libgomp.h
    branches/gupc/libgomp/oacc-host.c
    branches/gupc/libgomp/oacc-init.c
    branches/gupc/libgomp/target.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/regex.c
    branches/gupc/liboffloadmic/ChangeLog
    branches/gupc/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp

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




More information about the Libstdc++-cvs mailing list