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]

r202870 - in /branches/linaro/gcc-4_8-branch: ....


Author: clyon
Date: Tue Sep 24 16:23:03 2013
New Revision: 202870

URL: http://gcc.gnu.org/viewcvs?rev=202870&root=gcc&view=rev
Log:
Merge from branches/gcc-4_8-branch up to rev 202762.


Added:
    branches/linaro/gcc-4_8-branch/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc
      - copied unchanged from r202762, branches/gcc-4_8-branch/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc
    branches/linaro/gcc-4_8-branch/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc
      - copied unchanged from r202762, branches/gcc-4_8-branch/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc
    branches/linaro/gcc-4_8-branch/libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc
      - copied unchanged from r202762, branches/gcc-4_8-branch/libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc
    branches/linaro/gcc-4_8-branch/libstdc++-v3/testsuite/ext/vstring/cons/58415-2.cc
      - copied unchanged from r202762, branches/gcc-4_8-branch/libstdc++-v3/testsuite/ext/vstring/cons/58415-2.cc
Modified:
    branches/linaro/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/linaro/gcc-4_8-branch/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/linaro/gcc-4_8-branch/libstdc++-v3/include/bits/random.tcc
    branches/linaro/gcc-4_8-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/linaro/gcc-4_8-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/linaro/gcc-4_8-branch/libstdc++-v3/include/ext/sso_string_base.h
    branches/linaro/gcc-4_8-branch/libstdc++-v3/testsuite/25_algorithms/search_n/iterator.cc

Changes in other areas also in this revision:
Added:
    branches/linaro/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/pr57735.C
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/pr57735.C
    branches/linaro/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/using4.C
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/using4.C
    branches/linaro/gcc-4_8-branch/gcc/testsuite/g++.dg/template/inherit9.C
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/inherit9.C
    branches/linaro/gcc-4_8-branch/gcc/testsuite/g++.dg/uninit-pred-4.C
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/uninit-pred-4.C
    branches/linaro/gcc-4_8-branch/gcc/testsuite/g++.dg/warn/Wunused-var-21.C
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/warn/Wunused-var-21.C
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr58088.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr58088.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58364.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58364.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58365.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58365.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58385.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58385.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr58010.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr58010.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57521.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57521.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57656.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57656.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57685.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57685.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58223.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58223.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58228.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58228.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58246.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr58246.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.target/sh/torture/pr58314.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/sh/torture/pr58314.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gnat.dg/array_bounds_test2.adb
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/array_bounds_test2.adb
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gnat.dg/in_out_parameter4.adb
      - copied unchanged from r202762, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/in_out_parameter4.adb
    branches/linaro/gcc-4_8-branch/libgomp/testsuite/libgomp.c/sections-2.c
      - copied unchanged from r202762, branches/gcc-4_8-branch/libgomp/testsuite/libgomp.c/sections-2.c
Modified:
    branches/linaro/gcc-4_8-branch/   (props changed)
    branches/linaro/gcc-4_8-branch/ChangeLog
    branches/linaro/gcc-4_8-branch/boehm-gc/ChangeLog
    branches/linaro/gcc-4_8-branch/boehm-gc/Makefile.am
    branches/linaro/gcc-4_8-branch/boehm-gc/Makefile.in
    branches/linaro/gcc-4_8-branch/configure
    branches/linaro/gcc-4_8-branch/configure.ac
    branches/linaro/gcc-4_8-branch/gcc/ChangeLog
    branches/linaro/gcc-4_8-branch/gcc/DATESTAMP
    branches/linaro/gcc-4_8-branch/gcc/ada/ChangeLog
    branches/linaro/gcc-4_8-branch/gcc/ada/gcc-interface/trans.c
    branches/linaro/gcc-4_8-branch/gcc/cfgcleanup.c
    branches/linaro/gcc-4_8-branch/gcc/config/alpha/alpha.c
    branches/linaro/gcc-4_8-branch/gcc/config/arm/arm.c
    branches/linaro/gcc-4_8-branch/gcc/config/arm/vfp.md
    branches/linaro/gcc-4_8-branch/gcc/config/pa/pa.c
    branches/linaro/gcc-4_8-branch/gcc/config/sh/sh.md
    branches/linaro/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/linaro/gcc-4_8-branch/gcc/cp/class.c
    branches/linaro/gcc-4_8-branch/gcc/cp/init.c
    branches/linaro/gcc-4_8-branch/gcc/cp/pt.c
    branches/linaro/gcc-4_8-branch/gcc/doc/extend.texi
    branches/linaro/gcc-4_8-branch/gcc/doc/implement-cxx.texi
    branches/linaro/gcc-4_8-branch/gcc/explow.c
    branches/linaro/gcc-4_8-branch/gcc/fold-const.c
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/expressions.cc
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/expressions.h
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/gogo.cc
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/gogo.h
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/statements.cc
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/statements.h
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/types.cc
    branches/linaro/gcc-4_8-branch/gcc/go/gofrontend/types.h
    branches/linaro/gcc-4_8-branch/gcc/omp-low.c
    branches/linaro/gcc-4_8-branch/gcc/passes.c
    branches/linaro/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/linaro/gcc-4_8-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-16.c
    branches/linaro/gcc-4_8-branch/gcc/tree-if-conv.c
    branches/linaro/gcc-4_8-branch/gcc/tree-loop-distribution.c
    branches/linaro/gcc-4_8-branch/gcc/tree-ssa-dce.c
    branches/linaro/gcc-4_8-branch/gcc/tree-ssa-reassoc.c
    branches/linaro/gcc-4_8-branch/gcc/tree-vect-data-refs.c
    branches/linaro/gcc-4_8-branch/gcc/tree-vect-loop.c
    branches/linaro/gcc-4_8-branch/gcc/tree-vrp.c
    branches/linaro/gcc-4_8-branch/libgo/go/reflect/value.go
    branches/linaro/gcc-4_8-branch/libgo/runtime/go-reflect-call.c
    branches/linaro/gcc-4_8-branch/libgo/runtime/mgc0.c
    branches/linaro/gcc-4_8-branch/libgo/runtime/proc.c
    branches/linaro/gcc-4_8-branch/libgo/runtime/runtime.h
    branches/linaro/gcc-4_8-branch/libgo/runtime/time.goc
    branches/linaro/gcc-4_8-branch/libgomp/ChangeLog

Propchange: branches/linaro/gcc-4_8-branch/
            ('svn:mergeinfo' modified)



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