r221780 - in /branches/gupc: ./ ChangeLog Makef...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Mar 30 21:23:00 GMT 2015


Author: gfunck
Date: Mon Mar 30 21:23:36 2015
New Revision: 221780

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

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/duration/literals/65499.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/20_util/duration/literals/65499.cc
    branches/gupc/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/constants/constexpr.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/28_regex/constants/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/this_thread/58038.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/30_threads/this_thread/58038.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
      - copied unchanged from r221770, trunk/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/acinclude.m4
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/include/bits/atomic_base.h
    branches/gupc/libstdc++-v3/include/bits/regex_constants.h
    branches/gupc/libstdc++-v3/include/std/atomic
    branches/gupc/libstdc++-v3/include/std/chrono
    branches/gupc/libstdc++-v3/include/std/istream
    branches/gupc/libstdc++-v3/include/std/ostream
    branches/gupc/libstdc++-v3/include/std/thread
    branches/gupc/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/gupc/libstdc++-v3/src/c++11/futex.cc
    branches/gupc/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/config/bootstrap-lto-noplugin.mk
      - copied unchanged from r221770, trunk/config/bootstrap-lto-noplugin.mk
    branches/gupc/config/mh-alpha-linux
      - copied unchanged from r221770, trunk/config/mh-alpha-linux
    branches/gupc/gcc/testsuite/c-c++-common/pr65556.c
      - copied unchanged from r221770, trunk/gcc/testsuite/c-c++-common/pr65556.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrcomp1.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrcomp1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-targ2.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-targ2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr65558.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/pr65558.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/vt-59988.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/vt-59988.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/vt-60130.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp0x/vt-60130.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/constexpr-assert1.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-assert1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/openmp-simd-3.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/gomp/openmp-simd-3.C
    branches/gupc/gcc/testsuite/g++.dg/init/array39.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/init/array39.C
    branches/gupc/gcc/testsuite/g++.dg/other/virtual3.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/other/virtual3.C
    branches/gupc/gcc/testsuite/g++.dg/parse/assign1.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/parse/assign1.C
    branches/gupc/gcc/testsuite/g++.dg/template/defarg18.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/template/defarg18.C
    branches/gupc/gcc/testsuite/g++.dg/template/friend58.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/template/friend58.C
    branches/gupc/gcc/testsuite/g++.dg/template/friend59.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/template/friend59.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr54987.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/template/pr54987.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr61670.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/template/pr61670.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr65555.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/torture/pr65555.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr65600.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/torture/pr65600.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/pr65583.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/ubsan/pr65583.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Warray-bounds-7.C
      - copied unchanged from r221770, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds-7.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/20150327.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.c-torture/compile/20150327.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr65593.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.c-torture/compile/pr65593.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr65595.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.c-torture/compile/pr65595.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-object-size-15.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/builtin-object-size-15.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/openmp-simd-3.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/gomp/openmp-simd-3.c
    branches/gupc/gcc/testsuite/gcc.dg/pr64715-1.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/pr64715-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr64715-2.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/pr64715-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65521.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/pr65521.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65533.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/pr65533.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr65517.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/torture/pr65517.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-10.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-10.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr65494.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/vect/pr65494.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr65518.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.dg/vect/pr65518.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mpx/pr65508.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/mpx/pr65508.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65248-1.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65248-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65248-2.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65248-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65248-3.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65248-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65248-4.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65248-4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65523.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65523.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr65588.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/i386/pr65588.c
    branches/gupc/gcc/testsuite/gcc.target/sh/torture/pr65505.c
      - copied unchanged from r221770, trunk/gcc/testsuite/gcc.target/sh/torture/pr65505.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_class_4.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/allocate_class_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coindexed_1.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/coindexed_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/data_initialized_3.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/data_initialized_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/namelist_86.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/namelist_86.f90
    branches/gupc/gcc/testsuite/gfortran.dg/open_errors_2.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/open_errors_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr65504.f90
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/pr65504.f90
    branches/gupc/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03
      - copied unchanged from r221770, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03
    branches/gupc/gcc/testsuite/gnat.dg/specs/opt2.ads
      - copied unchanged from r221770, trunk/gcc/testsuite/gnat.dg/specs/opt2.ads
    branches/gupc/libgo/go/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
      - copied unchanged from r221770, trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
Removed:
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/coindexed_3.f90
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/Makefile.in
    branches/gupc/Makefile.tpl
    branches/gupc/config/ChangeLog
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/fixincl.x
    branches/gupc/fixincludes/inclhack.def
    branches/gupc/fixincludes/tests/base/sys/pthread.h
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/adadecode.c
    branches/gupc/gcc/ada/doc/gnat_rm/about_this_guide.rst
    branches/gupc/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst
    branches/gupc/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gupc/gcc/ada/doc/gnat_rm/implementation_of_ada_2012_features.rst
    branches/gupc/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst
    branches/gupc/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
    branches/gupc/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/gupc/gcc/ada/exp_attr.adb
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gnat_rm.texi
    branches/gupc/gcc/ada/gnat_ugn.texi
    branches/gupc/gcc/ada/inline.adb
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/ada/sem_attr.ads
    branches/gupc/gcc/ada/sem_ch13.adb
    branches/gupc/gcc/ada/sem_ch3.adb
    branches/gupc/gcc/ada/sinfo.ads
    branches/gupc/gcc/ada/snames.ads-tmpl
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cif-code.def
    branches/gupc/gcc/config/arm/arm-protos.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.opt
    branches/gupc/gcc/config/avr/driver-avr.c
    branches/gupc/gcc/config/c6x/c6x.md
    branches/gupc/gcc/config/c6x/constraints.md
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/sh/constraints.md
    branches/gupc/gcc/config/sh/predicates.md
    branches/gupc/gcc/config/sh/sync.md
    branches/gupc/gcc/config/sh/t-linux
    branches/gupc/gcc/config/sh/t-sh
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/constexpr.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/semantics.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/expmed.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/class.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/gfortran.texi
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-array.h
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/fortran/trans-stmt.c
    branches/gupc/gcc/fortran/trans.c
    branches/gupc/gcc/fortran/trans.h
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/gimple-iterator.h
    branches/gupc/gcc/gimple-streamer-in.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-devirt.c
    branches/gupc/gcc/ipa-icf-gimple.h
    branches/gupc/gcc/ipa-icf.c
    branches/gupc/gcc/ipa-icf.h
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-inline.h
    branches/gupc/gcc/ipa-prop.h
    branches/gupc/gcc/ipa-pure-const.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-streamer.h
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-symtab.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/output.h
    branches/gupc/gcc/params.def
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/passes.def
    branches/gupc/gcc/streamer-hooks.h
    branches/gupc/gcc/symbol-summary.h
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template13.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr65475_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr65475b_0.C
    branches/gupc/gcc/testsuite/gcc.dg/graphite/vect-pr43423.c
    branches/gupc/gcc/testsuite/gcc.dg/pr29215.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c
    branches/gupc/gcc/testsuite/gcc.target/arm/memset-inline-4.c
    branches/gupc/gcc/testsuite/gcc.target/arm/memset-inline-5.c
    branches/gupc/gcc/testsuite/gcc.target/arm/memset-inline-6.c
    branches/gupc/gcc/testsuite/gcc.target/arm/memset-inline-8.c
    branches/gupc/gcc/testsuite/gcc.target/arm/memset-inline-9.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-kandnw-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
    branches/gupc/gcc/testsuite/gfortran.dg/unlimited_polymorphic_20.f90
    branches/gupc/gcc/testsuite/gfortran.dg/unlimited_polymorphic_22.f90
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-chkp.c
    branches/gupc/gcc/tree-object-size.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/ubsan.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/gotools/ChangeLog
    branches/gupc/gotools/Makefile.am
    branches/gupc/gotools/Makefile.in
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/fr.po
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/testsuite/lib/libffi.exp
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/io/transfer.c
    branches/gupc/libgfortran/io/unit.c
    branches/gupc/libgfortran/io/write.c
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/go/cmd/go/build.go
    branches/gupc/libgo/go/cmd/go/pkg.go
    branches/gupc/libgo/go/cmd/go/test.go
    branches/gupc/libgo/go/debug/elf/file.go
    branches/gupc/libgo/go/debug/elf/file_test.go
    branches/gupc/libgo/go/runtime/chan_test.go
    branches/gupc/libgo/go/runtime/map_test.go
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/oacc-parallel.c
    branches/gupc/libgomp/target.c
    branches/gupc/libgomp/testsuite/libgomp.graphite/force-parallel-6.c
    branches/gupc/libsanitizer/ChangeLog
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_common_syscalls.inc
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_platform.h
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc

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




More information about the Libstdc++-cvs mailing list