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]

r191273 - in /branches/redhat/gcc-4_7-branch: ....


Author: jakub
Date: Thu Sep 13 17:57:05 2012
New Revision: 191273

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191273
Log:
svn merge -r190338:191266 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch

Added:
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/unique_ptr/54351.cc
      - copied unchanged from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/unique_ptr/54351.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc
      - copied unchanged from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/
      - copied from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/async/54297.cc
      - copied unchanged from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/async/54297.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
      - copied unchanged from r191266, branches/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
Modified:
    branches/redhat/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/random.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/unique_ptr.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/std/array
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/std/future
    branches/redhat/gcc-4_7-branch/libstdc++-v3/libsupc++/guard.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/condition_variable.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/future.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avrlibc.h
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/config/avr/avrlibc.h
    branches/redhat/gcc-4_7-branch/gcc/config/tilegx/feedback.h
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/config/tilegx/feedback.h
    branches/redhat/gcc-4_7-branch/gcc/config/tilepro/feedback.h
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/config/tilepro/feedback.h
    branches/redhat/gcc-4_7-branch/gcc/testsuite/c-c++-common/pr54486.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/pr54486.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-const1.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-const1.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual2.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual2.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual3.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual3.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/implicit14.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/implicit14.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/init/lifetime3.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/init/lifetime3.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/template/anonunion2.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/anonunion2.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/template/init10.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/init10.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr54428.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr54428.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/54455.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/54455.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/gomp/pr53992.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/gomp/pr53992.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr54363.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr54363.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53922.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53922.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr54436.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr54436.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/strlen-1.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/strlen-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr46254.c
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr46254.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/array_section_3.f90
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/array_section_3.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/bound_simplification_3.f90
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/bound_simplification_3.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/coarray_28.f90
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/coarray_28.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/select_type_29.f03
      - copied unchanged from r191266, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/select_type_29.f03
    branches/redhat/gcc-4_7-branch/libgcc/config/avr/t-avrlibc
      - copied unchanged from r191266, branches/gcc-4_7-branch/libgcc/config/avr/t-avrlibc
Modified:
    branches/redhat/gcc-4_7-branch/   (props changed)
    branches/redhat/gcc-4_7-branch/ChangeLog
    branches/redhat/gcc-4_7-branch/configure
    branches/redhat/gcc-4_7-branch/configure.ac
    branches/redhat/gcc-4_7-branch/gcc/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_7-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-4_7-branch/gcc/alias.c
    branches/redhat/gcc-4_7-branch/gcc/builtins.c
    branches/redhat/gcc-4_7-branch/gcc/c-convert.c
    branches/redhat/gcc-4_7-branch/gcc/cfgloop.h
    branches/redhat/gcc-4_7-branch/gcc/cgraph.h
    branches/redhat/gcc-4_7-branch/gcc/config.gcc
    branches/redhat/gcc-4_7-branch/gcc/config.in
    branches/redhat/gcc-4_7-branch/gcc/config/alpha/predicates.md
    branches/redhat/gcc-4_7-branch/gcc/config/arm/arm.c
    branches/redhat/gcc-4_7-branch/gcc/config/arm/neon.md
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr-c.c
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr-mcus.def
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-4_7-branch/gcc/config/i386/driver-i386.c
    branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.md
    branches/redhat/gcc-4_7-branch/gcc/config/i386/predicates.md
    branches/redhat/gcc-4_7-branch/gcc/config/i386/sse.md
    branches/redhat/gcc-4_7-branch/gcc/config/i386/sync.md
    branches/redhat/gcc-4_7-branch/gcc/config/linux.h
    branches/redhat/gcc-4_7-branch/gcc/config/mips/mips.c
    branches/redhat/gcc-4_7-branch/gcc/config/sh/newlib.h
    branches/redhat/gcc-4_7-branch/gcc/config/sparc/sparc.c
    branches/redhat/gcc-4_7-branch/gcc/config/tilegx/sync.md
    branches/redhat/gcc-4_7-branch/gcc/config/tilegx/tilegx-generic.md
    branches/redhat/gcc-4_7-branch/gcc/config/tilegx/tilegx.c
    branches/redhat/gcc-4_7-branch/gcc/config/tilegx/tilegx.md
    branches/redhat/gcc-4_7-branch/gcc/config/tilepro/tilepro.c
    branches/redhat/gcc-4_7-branch/gcc/configure
    branches/redhat/gcc-4_7-branch/gcc/configure.ac
    branches/redhat/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/cp/call.c
    branches/redhat/gcc-4_7-branch/gcc/cp/cp-tree.h
    branches/redhat/gcc-4_7-branch/gcc/cp/decl.c
    branches/redhat/gcc-4_7-branch/gcc/cp/init.c
    branches/redhat/gcc-4_7-branch/gcc/cp/method.c
    branches/redhat/gcc-4_7-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_7-branch/gcc/cp/semantics.c
    branches/redhat/gcc-4_7-branch/gcc/defaults.h
    branches/redhat/gcc-4_7-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/md.texi
    branches/redhat/gcc-4_7-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/fortran/array.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/match.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/simplify.c
    branches/redhat/gcc-4_7-branch/gcc/gimplify.c
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/expressions.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/expressions.h
    branches/redhat/gcc-4_7-branch/gcc/graphite-sese-to-poly.c
    branches/redhat/gcc-4_7-branch/gcc/ipa-pure-const.c
    branches/redhat/gcc-4_7-branch/gcc/ipa-split.c
    branches/redhat/gcc-4_7-branch/gcc/ira-build.c
    branches/redhat/gcc-4_7-branch/gcc/jump.c
    branches/redhat/gcc-4_7-branch/gcc/modulo-sched.c
    branches/redhat/gcc-4_7-branch/gcc/omp-low.c
    branches/redhat/gcc-4_7-branch/gcc/params.def
    branches/redhat/gcc-4_7-branch/gcc/sel-sched-ir.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/coarray_10.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/go.test/test/named1.go
    branches/redhat/gcc-4_7-branch/gcc/tree-inline.c
    branches/redhat/gcc-4_7-branch/gcc/tree-sra.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-alias.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-alias.h
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-loop-im.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-loop-niter.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-pre.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-sccvn.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-structalias.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-slp.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-stmts.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vrp.c
    branches/redhat/gcc-4_7-branch/libgcc/ChangeLog
    branches/redhat/gcc-4_7-branch/libgcc/Makefile.in
    branches/redhat/gcc-4_7-branch/libgcc/config.host
    branches/redhat/gcc-4_7-branch/libgcc/config/i386/morestack.S
    branches/redhat/gcc-4_7-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_7-branch/libgfortran/config/fpu-387.h
    branches/redhat/gcc-4_7-branch/libgo/go/debug/dwarf/line.go
    branches/redhat/gcc-4_7-branch/libgo/go/debug/elf/file.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/dir.go
    branches/redhat/gcc-4_7-branch/libgo/mksysinfo.sh

Propchange: branches/redhat/gcc-4_7-branch/
            ('svn:mergeinfo' modified)



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