r213773 - in /branches/google/gcc-4_9: ./ gcc/C...

brooks@gcc.gnu.org brooks@gcc.gnu.org
Sat Aug 9 05:19:00 GMT 2014


Author: brooks
Date: Sat Aug  9 05:19:19 2014
New Revision: 213773

URL: https://gcc.gnu.org/viewcvs?rev=213773&root=gcc&view=rev
Log:
Merged revisions 213404,213409,213436,213492-213493,213496-213497,213509,213512,213522,213528,213594,213597,213600-213605,213612,213614,213617,213639,213648,213653,213662,213674,213685,213705,213707,213718,213721,213724-213726,213728,213730,213733,213741,213746,213769,213771 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch

Added:
    branches/google/gcc-4_9/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
      - copied unchanged from r213771, branches/gcc-4_9-branch/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc
      - copied unchanged from r213771, branches/gcc-4_9-branch/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/
      - copied from r213771, branches/gcc-4_9-branch/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/
    branches/google/gcc-4_9/libstdc++-v3/testsuite/ext/rope/61946.cc
      - copied unchanged from r213771, branches/gcc-4_9-branch/libstdc++-v3/testsuite/ext/rope/61946.cc
Modified:
    branches/google/gcc-4_9/libstdc++-v3/ChangeLog
    branches/google/gcc-4_9/libstdc++-v3/include/bits/atomic_base.h
    branches/google/gcc-4_9/libstdc++-v3/include/experimental/string_view
    branches/google/gcc-4_9/libstdc++-v3/include/experimental/string_view.tcc
    branches/google/gcc-4_9/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
    branches/google/gcc-4_9/libstdc++-v3/include/ext/rope
    branches/google/gcc-4_9/libstdc++-v3/include/std/condition_variable
    branches/google/gcc-4_9/libstdc++-v3/include/std/future
    branches/google/gcc-4_9/libstdc++-v3/include/std/mutex
    branches/google/gcc-4_9/libstdc++-v3/libsupc++/atexit_thread.cc
    branches/google/gcc-4_9/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/operations/data/char/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/experimental/string_view/operations/data/wchar_t/1.cc
    branches/google/gcc-4_9/libstdc++-v3/testsuite/lib/gdb-test.exp
    branches/google/gcc-4_9/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_9/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
    branches/google/gcc-4_9/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
    branches/google/gcc-4_9/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
    branches/google/gcc-4_9/gcc/testsuite/g++.dg/cpp0x/constexpr-array7.C
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array7.C
    branches/google/gcc-4_9/gcc/testsuite/g++.dg/cpp0x/constexpr-empty7.C
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty7.C
    branches/google/gcc-4_9/gcc/testsuite/g++.dg/cpp0x/rv-cond1.C
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/rv-cond1.C
    branches/google/gcc-4_9/gcc/testsuite/g++.dg/expr/cond12.C
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/g++.dg/expr/cond12.C
    branches/google/gcc-4_9/gcc/testsuite/g++.dg/ext/restrict2.C
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ext/restrict2.C
    branches/google/gcc-4_9/gcc/testsuite/gcc.c-torture/execute/pr61375.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/pr61375.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/torture/pr61964.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/torture/pr61964.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/pr61923.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr61923.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/powerpc/pr60102.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/gcc/testsuite/gcc.target/powerpc/pr60102.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-10.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-10.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-5.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-5.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-6.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-6.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-7.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-7.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-8.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-8.c
    branches/google/gcc-4_9/libgomp/testsuite/libgomp.c/depend-9.c
      - copied unchanged from r213771, branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/depend-9.c
Modified:
    branches/google/gcc-4_9/   (props changed)
    branches/google/gcc-4_9/gcc/ChangeLog
    branches/google/gcc-4_9/gcc/DATESTAMP
    branches/google/gcc-4_9/gcc/c-family/ChangeLog
    branches/google/gcc-4_9/gcc/c-family/array-notation-common.c
    branches/google/gcc-4_9/gcc/c/ChangeLog
    branches/google/gcc-4_9/gcc/c/c-array-notation.c
    branches/google/gcc-4_9/gcc/config/i386/sse.md
    branches/google/gcc-4_9/gcc/config/rs6000/rs6000.c
    branches/google/gcc-4_9/gcc/config/rs6000/rs6000.h
    branches/google/gcc-4_9/gcc/config/rs6000/rs6000.md
    branches/google/gcc-4_9/gcc/cp/ChangeLog
    branches/google/gcc-4_9/gcc/cp/call.c
    branches/google/gcc-4_9/gcc/cp/cp-array-notation.c
    branches/google/gcc-4_9/gcc/cp/init.c
    branches/google/gcc-4_9/gcc/cp/parser.c
    branches/google/gcc-4_9/gcc/cp/semantics.c
    branches/google/gcc-4_9/gcc/cp/tree.c
    branches/google/gcc-4_9/gcc/go/gofrontend/parse.cc
    branches/google/gcc-4_9/gcc/haifa-sched.c
    branches/google/gcc-4_9/gcc/lra-constraints.c
    branches/google/gcc-4_9/gcc/testsuite/ChangeLog
    branches/google/gcc-4_9/gcc/testsuite/gcc.c-torture/compile/pr60655-1.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/pr51879-18.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.dg/pr57233.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmpd-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmps-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmsd-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmss-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermi2d-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermi2pd-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermi2ps-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermi2q-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermt2d-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermt2pd-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermt2ps-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/avx512f-vpermt2q-2.c
    branches/google/gcc-4_9/gcc/testsuite/gcc.target/i386/pr61801.c
    branches/google/gcc-4_9/gcc/testsuite/gfortran.dg/pr45636.f90
    branches/google/gcc-4_9/gcc/tree-ssa-loop-ivopts.c
    branches/google/gcc-4_9/gcc/tree-ssa-math-opts.c
    branches/google/gcc-4_9/gcc/tree-ssa-tail-merge.c
    branches/google/gcc-4_9/libgcc/ChangeLog
    branches/google/gcc-4_9/libgcc/config/rs6000/linux-unwind.h
    branches/google/gcc-4_9/libgo/runtime/go-caller.c
    branches/google/gcc-4_9/libgomp/ChangeLog
    branches/google/gcc-4_9/libgomp/libgomp.h
    branches/google/gcc-4_9/libgomp/task.c
    branches/google/gcc-4_9/libjava/classpath/   (props changed)

Propchange: branches/google/gcc-4_9/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_9/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_9/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list