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]

r222563 - in /branches/gomp-4_1-branch: ./ gcc/...


Author: jakub
Date: Wed Apr 29 09:01:48 2015
New Revision: 222563

URL: https://gcc.gnu.org/viewcvs?rev=222563&root=gcc&view=rev
Log:
svn merge -r222403:222562 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc
      - copied unchanged from r222562, trunk/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/18_support/uncaught_exceptions/
      - copied from r222562, trunk/libstdc++-v3/testsuite/18_support/uncaught_exceptions/
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc
      - copied unchanged from r222562, trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc
      - copied unchanged from r222562, trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/void_t/
      - copied from r222562, trunk/libstdc++-v3/testsuite/20_util/void_t/
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc
      - copied unchanged from r222562, trunk/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc
Modified:
    branches/gomp-4_1-branch/libstdc++-v3/ChangeLog
    branches/gomp-4_1-branch/libstdc++-v3/Makefile.am
    branches/gomp-4_1-branch/libstdc++-v3/Makefile.in
    branches/gomp-4_1-branch/libstdc++-v3/acinclude.m4
    branches/gomp-4_1-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gomp-4_1-branch/libstdc++-v3/configure
    branches/gomp-4_1-branch/libstdc++-v3/doc/html/manual/ext_compile_checks.html
    branches/gomp-4_1-branch/libstdc++-v3/doc/xml/manual/extensions.xml
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/forward_list.h
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/forward_list.tcc
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/random.h
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/regex.tcc
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/regex_constants.h
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/regex_executor.tcc
    branches/gomp-4_1-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/gomp-4_1-branch/libstdc++-v3/include/debug/vector
    branches/gomp-4_1-branch/libstdc++-v3/include/std/limits
    branches/gomp-4_1-branch/libstdc++-v3/include/std/type_traits
    branches/gomp-4_1-branch/libstdc++-v3/libsupc++/eh_catch.cc
    branches/gomp-4_1-branch/libstdc++-v3/libsupc++/eh_ptr.cc
    branches/gomp-4_1-branch/libstdc++-v3/libsupc++/eh_term_handler.cc
    branches/gomp-4_1-branch/libstdc++-v3/libsupc++/exception
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/libstdc++-xmethods/list.cc
    branches/gomp-4_1-branch/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/gomp-4_1-branch/gcc/config/aarch64/cortex-a57-fma-steering.c
      - copied unchanged from r222562, trunk/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/gomp-4_1-branch/gcc/config/aarch64/cortex-a57-fma-steering.h
      - copied unchanged from r222562, trunk/gcc/config/aarch64/cortex-a57-fma-steering.h
    branches/gomp-4_1-branch/gcc/config/aarch64/driver-aarch64.c
      - copied unchanged from r222562, trunk/gcc/config/aarch64/driver-aarch64.c
    branches/gomp-4_1-branch/gcc/config/aarch64/x-aarch64
      - copied unchanged from r222562, trunk/gcc/config/aarch64/x-aarch64
    branches/gomp-4_1-branch/gcc/config/h8300/linux.h
      - copied unchanged from r222562, trunk/gcc/config/h8300/linux.h
    branches/gomp-4_1-branch/gcc/config/h8300/t-linux
      - copied unchanged from r222562, trunk/gcc/config/h8300/t-linux
    branches/gomp-4_1-branch/gcc/testsuite/c-c++-common/Wlogical-op-1.c
      - copied unchanged from r222562, trunk/gcc/testsuite/c-c++-common/Wlogical-op-1.c
    branches/gomp-4_1-branch/gcc/testsuite/c-c++-common/pr61534-1.c
      - copied unchanged from r222562, trunk/gcc/testsuite/c-c++-common/pr61534-1.c
    branches/gomp-4_1-branch/gcc/testsuite/c-c++-common/pr65830.c
      - copied unchanged from r222562, trunk/gcc/testsuite/c-c++-common/pr65830.c
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/cpp0x/alignas1.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/cpp0x/alignas1.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/cpp0x/alignas2.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/cpp0x/alignas2.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin3.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin3.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty9.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-empty9.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/ext/attrib50.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/ext/attrib50.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/torture/pr65851.C
      - copied unchanged from r222562, trunk/gcc/testsuite/g++.dg/torture/pr65851.C
    branches/gomp-4_1-branch/gcc/testsuite/gcc.c-torture/compile/pr65875.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.c-torture/compile/pr65875.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/enum-incomplete-2.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.dg/enum-incomplete-2.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/enum-mode-1.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.dg/enum-mode-1.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/ipa/iinline-attr.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.dg/ipa/iinline-attr.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/pr65802.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.dg/pr65802.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/pr65901.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.dg/pr65901.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/i386/iinline-attr-2.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/i386/iinline-attr-2.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/i386/sse2-load-multi.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/i386/sse2-load-multi.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/i386/sse2-store-multi.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/i386/sse2-store-multi.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/powerpc/htm-1.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/powerpc/htm-1.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/powerpc/pr65849-1.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/powerpc/pr65849-1.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/powerpc/pr65849-2.c
      - copied unchanged from r222562, trunk/gcc/testsuite/gcc.target/powerpc/pr65849-2.c
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_1.f03
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_1.f03
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_2.f03
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_2.f03
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/class_allocate_19.f03
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/class_allocate_19.f03
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/class_array_20.f03
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/class_array_20.f03
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/class_array_21.f03
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/class_array_21.f03
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/finalize_29.f08
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/finalize_29.f08
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/vect/pr62283-2.f
      - copied unchanged from r222562, trunk/gcc/testsuite/gfortran.dg/vect/pr62283-2.f
    branches/gomp-4_1-branch/libgcc/config/frv/elf-lib.h
      - copied unchanged from r222562, trunk/libgcc/config/frv/elf-lib.h
    branches/gomp-4_1-branch/libgcc/config/h8300/sfp-machine.h
      - copied unchanged from r222562, trunk/libgcc/config/h8300/sfp-machine.h
    branches/gomp-4_1-branch/libgcc/config/h8300/t-linux
      - copied unchanged from r222562, trunk/libgcc/config/h8300/t-linux
Removed:
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/pr65802.C
Modified:
    branches/gomp-4_1-branch/   (props changed)
    branches/gomp-4_1-branch/gcc/ChangeLog
    branches/gomp-4_1-branch/gcc/DATESTAMP
    branches/gomp-4_1-branch/gcc/ada/ChangeLog
    branches/gomp-4_1-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/gomp-4_1-branch/gcc/alias.c
    branches/gomp-4_1-branch/gcc/bb-reorder.c
    branches/gomp-4_1-branch/gcc/c-family/ChangeLog
    branches/gomp-4_1-branch/gcc/c-family/c-ada-spec.c
    branches/gomp-4_1-branch/gcc/c-family/c-common.c
    branches/gomp-4_1-branch/gcc/c-family/c-common.h
    branches/gomp-4_1-branch/gcc/c/ChangeLog
    branches/gomp-4_1-branch/gcc/c/c-decl.c
    branches/gomp-4_1-branch/gcc/c/c-parser.c
    branches/gomp-4_1-branch/gcc/c/c-typeck.c
    branches/gomp-4_1-branch/gcc/calls.c
    branches/gomp-4_1-branch/gcc/cfgrtl.c
    branches/gomp-4_1-branch/gcc/combine.c
    branches/gomp-4_1-branch/gcc/config.gcc
    branches/gomp-4_1-branch/gcc/config.host
    branches/gomp-4_1-branch/gcc/config.in
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64-cores.def
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64-elf.h
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64-opts.h
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64.c
    branches/gomp-4_1-branch/gcc/config/aarch64/aarch64.h
    branches/gomp-4_1-branch/gcc/config/aarch64/t-aarch64
    branches/gomp-4_1-branch/gcc/config/alpha/alpha.h
    branches/gomp-4_1-branch/gcc/config/arc/arc.h
    branches/gomp-4_1-branch/gcc/config/arm/arm.md
    branches/gomp-4_1-branch/gcc/config/arm/iterators.md
    branches/gomp-4_1-branch/gcc/config/arm/neon.md
    branches/gomp-4_1-branch/gcc/config/arm/thumb2.md
    branches/gomp-4_1-branch/gcc/config/avr/avr.h
    branches/gomp-4_1-branch/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/gomp-4_1-branch/gcc/config/cr16/cr16.h
    branches/gomp-4_1-branch/gcc/config/epiphany/epiphany.h
    branches/gomp-4_1-branch/gcc/config/frv/frv.h
    branches/gomp-4_1-branch/gcc/config/h8300/h8300.c
    branches/gomp-4_1-branch/gcc/config/h8300/h8300.h
    branches/gomp-4_1-branch/gcc/config/h8300/h8300.md
    branches/gomp-4_1-branch/gcc/config/i386/i386-protos.h
    branches/gomp-4_1-branch/gcc/config/i386/i386.c
    branches/gomp-4_1-branch/gcc/config/i386/i386.h
    branches/gomp-4_1-branch/gcc/config/i386/i386.md
    branches/gomp-4_1-branch/gcc/config/i386/sse.md
    branches/gomp-4_1-branch/gcc/config/ia64/ia64.h
    branches/gomp-4_1-branch/gcc/config/lm32/lm32.h
    branches/gomp-4_1-branch/gcc/config/m32r/m32r.h
    branches/gomp-4_1-branch/gcc/config/mep/mep.h
    branches/gomp-4_1-branch/gcc/config/mips/mips.md
    branches/gomp-4_1-branch/gcc/config/mn10300/mn10300.h
    branches/gomp-4_1-branch/gcc/config/nds32/nds32.h
    branches/gomp-4_1-branch/gcc/config/nios2/nios2.h
    branches/gomp-4_1-branch/gcc/config/pa/pa.h
    branches/gomp-4_1-branch/gcc/config/rs6000/htm.md
    branches/gomp-4_1-branch/gcc/config/rs6000/htmxlintrin.h
    branches/gomp-4_1-branch/gcc/config/rs6000/rs6000-builtin.def
    branches/gomp-4_1-branch/gcc/config/rs6000/rs6000.c
    branches/gomp-4_1-branch/gcc/config/rs6000/rs6000.h
    branches/gomp-4_1-branch/gcc/config/rs6000/rs6000.opt
    branches/gomp-4_1-branch/gcc/config/s390/s390.h
    branches/gomp-4_1-branch/gcc/config/sparc/sparc.h
    branches/gomp-4_1-branch/gcc/config/spu/spu.h
    branches/gomp-4_1-branch/gcc/config/stormy16/predicates.md
    branches/gomp-4_1-branch/gcc/config/stormy16/stormy16.h
    branches/gomp-4_1-branch/gcc/config/stormy16/stormy16.md
    branches/gomp-4_1-branch/gcc/config/v850/v850.h
    branches/gomp-4_1-branch/gcc/configure
    branches/gomp-4_1-branch/gcc/configure.ac
    branches/gomp-4_1-branch/gcc/cp/ChangeLog
    branches/gomp-4_1-branch/gcc/cp/Make-lang.in
    branches/gomp-4_1-branch/gcc/cp/class.c
    branches/gomp-4_1-branch/gcc/cp/constexpr.c
    branches/gomp-4_1-branch/gcc/cp/cp-tree.h
    branches/gomp-4_1-branch/gcc/cp/pt.c
    branches/gomp-4_1-branch/gcc/cp/tree.c
    branches/gomp-4_1-branch/gcc/cp/typeck.c
    branches/gomp-4_1-branch/gcc/cse.c
    branches/gomp-4_1-branch/gcc/defaults.h
    branches/gomp-4_1-branch/gcc/df-scan.c
    branches/gomp-4_1-branch/gcc/doc/extend.texi
    branches/gomp-4_1-branch/gcc/doc/invoke.texi
    branches/gomp-4_1-branch/gcc/doc/tm.texi
    branches/gomp-4_1-branch/gcc/doc/tm.texi.in
    branches/gomp-4_1-branch/gcc/dwarf2out.c
    branches/gomp-4_1-branch/gcc/final.c
    branches/gomp-4_1-branch/gcc/fortran/ChangeLog
    branches/gomp-4_1-branch/gcc/fortran/Make-lang.in
    branches/gomp-4_1-branch/gcc/fortran/interface.c
    branches/gomp-4_1-branch/gcc/fortran/symbol.c
    branches/gomp-4_1-branch/gcc/fortran/trans-array.c
    branches/gomp-4_1-branch/gcc/fortran/trans-array.h
    branches/gomp-4_1-branch/gcc/fortran/trans-expr.c
    branches/gomp-4_1-branch/gcc/fortran/trans-openmp.c
    branches/gomp-4_1-branch/gcc/function.c
    branches/gomp-4_1-branch/gcc/genrecog.c
    branches/gomp-4_1-branch/gcc/gensupport.c
    branches/gomp-4_1-branch/gcc/gimplify.c
    branches/gomp-4_1-branch/gcc/go/ChangeLog
    branches/gomp-4_1-branch/gcc/go/Make-lang.in
    branches/gomp-4_1-branch/gcc/input.h
    branches/gomp-4_1-branch/gcc/internal-fn.def
    branches/gomp-4_1-branch/gcc/ipa-icf.c
    branches/gomp-4_1-branch/gcc/jit/ChangeLog
    branches/gomp-4_1-branch/gcc/jit/Make-lang.in
    branches/gomp-4_1-branch/gcc/objc/ChangeLog
    branches/gomp-4_1-branch/gcc/objc/Make-lang.in
    branches/gomp-4_1-branch/gcc/objcp/ChangeLog
    branches/gomp-4_1-branch/gcc/objcp/Make-lang.in
    branches/gomp-4_1-branch/gcc/po/ChangeLog
    branches/gomp-4_1-branch/gcc/po/fr.po
    branches/gomp-4_1-branch/gcc/regrename.c
    branches/gomp-4_1-branch/gcc/reorg.c
    branches/gomp-4_1-branch/gcc/resource.c
    branches/gomp-4_1-branch/gcc/sel-sched.c
    branches/gomp-4_1-branch/gcc/shrink-wrap.c
    branches/gomp-4_1-branch/gcc/shrink-wrap.h
    branches/gomp-4_1-branch/gcc/simplify-rtx.c
    branches/gomp-4_1-branch/gcc/stor-layout.c
    branches/gomp-4_1-branch/gcc/targhooks.c
    branches/gomp-4_1-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/abi/mangle40.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/ext/alias-canon2.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/ext/alias-mangle.C
    branches/gomp-4_1-branch/gcc/testsuite/g++.dg/tree-ssa/pr61034.C
    branches/gomp-4_1-branch/gcc/testsuite/gcc.c-torture/compile/pr48767.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/tree-ssa/20030922-2.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-33.c
    branches/gomp-4_1-branch/gcc/testsuite/gcc.target/powerpc/htm-builtin-1.c
    branches/gomp-4_1-branch/gcc/testsuite/gfortran.dg/implicit_class_1.f90
    branches/gomp-4_1-branch/gcc/testsuite/lib/target-supports.exp
    branches/gomp-4_1-branch/gcc/toplev.c
    branches/gomp-4_1-branch/gcc/tree-call-cdce.c
    branches/gomp-4_1-branch/gcc/tree-cfg.c
    branches/gomp-4_1-branch/gcc/tree-ssa-ccp.c
    branches/gomp-4_1-branch/gcc/tree-ssa-dom.c
    branches/gomp-4_1-branch/gcc/tree-stdarg.c
    branches/gomp-4_1-branch/gcc/tree-vect-data-refs.c
    branches/gomp-4_1-branch/gcc/tree-vect-slp.c
    branches/gomp-4_1-branch/gcc/tree-vect-stmts.c
    branches/gomp-4_1-branch/gcc/tree-vrp.c
    branches/gomp-4_1-branch/gcc/tree.c
    branches/gomp-4_1-branch/gcc/varasm.c
    branches/gomp-4_1-branch/gcc/varasm.h
    branches/gomp-4_1-branch/gcc/vec.h
    branches/gomp-4_1-branch/libgcc/ChangeLog
    branches/gomp-4_1-branch/libgcc/config.host
    branches/gomp-4_1-branch/libgcc/config/frv/frvbegin.c
    branches/gomp-4_1-branch/libgcc/config/frv/frvend.c
    branches/gomp-4_1-branch/libgcc/config/h8300/lib1funcs.S
    branches/gomp-4_1-branch/libgo/Makefile.am
    branches/gomp-4_1-branch/libgo/Makefile.in
    branches/gomp-4_1-branch/libmpx/ChangeLog
    branches/gomp-4_1-branch/libmpx/configure
    branches/gomp-4_1-branch/libmpx/configure.ac

Propchange: branches/gomp-4_1-branch/
            ('svn:mergeinfo' added)



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