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]

r203134 - in /branches/redhat/gcc-4_8-branch: ....


Author: jakub
Date: Wed Oct  2 20:53:38 2013
New Revision: 203134

URL: http://gcc.gnu.org/viewcvs?rev=203134&root=gcc&view=rev
Log:
svn merge -r202762:203133 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

Added:
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/function/58569.cc
      - copied unchanged from r203133, branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/function/58569.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
      - copied unchanged from r203133, branches/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
      - copied unchanged from r203133, branches/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
      - copied unchanged from r203133, branches/gcc-4_8-branch/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
Modified:
    branches/redhat/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/std/functional

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/crash62.C
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/crash62.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58564.c
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58564.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58574.c
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58574.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr58463.c
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr58463.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/powerpc/pr58330.c
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/powerpc/pr58330.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28.adb
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28.adb
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28.ads
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28.ads
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28_pkg.ads
      - copied unchanged from r203133, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt28_pkg.ads
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefunc_386.S
      - copied unchanged from r203133, branches/gcc-4_8-branch/libgo/go/reflect/makefunc_386.S
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefunc_amd64.S
      - copied unchanged from r203133, branches/gcc-4_8-branch/libgo/go/reflect/makefunc_amd64.S
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefunc_dummy.c
      - copied unchanged from r203133, branches/gcc-4_8-branch/libgo/go/reflect/makefunc_dummy.c
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefuncgo_386.go
      - copied unchanged from r203133, branches/gcc-4_8-branch/libgo/go/reflect/makefuncgo_386.go
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefuncgo_amd64.go
      - copied unchanged from r203133, branches/gcc-4_8-branch/libgo/go/reflect/makefuncgo_amd64.go
Modified:
    branches/redhat/gcc-4_8-branch/   (props changed)
    branches/redhat/gcc-4_8-branch/gcc/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_8-branch/gcc/config/pa/pa.c
    branches/redhat/gcc-4_8-branch/gcc/config/pa/pa.md
    branches/redhat/gcc-4_8-branch/gcc/config/rs6000/predicates.md
    branches/redhat/gcc-4_8-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-4_8-branch/gcc/config/rs6000/rs6000.md
    branches/redhat/gcc-4_8-branch/gcc/config/s390/s390.c
    branches/redhat/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/cp/parser.c
    branches/redhat/gcc-4_8-branch/gcc/fold-const.c
    branches/redhat/gcc-4_8-branch/gcc/go/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/go/go-gcc.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/backend.h
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/expressions.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/expressions.h
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/gogo.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/gogo.h
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/parse.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/statements.cc
    branches/redhat/gcc-4_8-branch/gcc/go/gofrontend/types.cc
    branches/redhat/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-ccp.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-structalias.c
    branches/redhat/gcc-4_8-branch/libgo/Makefile.am
    branches/redhat/gcc-4_8-branch/libgo/Makefile.in
    branches/redhat/gcc-4_8-branch/libgo/config.h.in
    branches/redhat/gcc-4_8-branch/libgo/configure
    branches/redhat/gcc-4_8-branch/libgo/configure.ac
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/all_test.go
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/makefunc.go
    branches/redhat/gcc-4_8-branch/libgo/go/reflect/value.go

Propchange: branches/redhat/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]