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]

r190413 - in /branches/cxx-conversion: ./ Chang...


Author: dnovillo
Date: Wed Aug 15 14:11:17 2012
New Revision: 190413

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190413
Log:

Merged revisions 190339-190340,190342,190344-190346,190349,190351-190352,190354-190356,190359-190360,190372,190376-190382,190385,190388-190397,190401-190402,190404 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/trunk


Added:
    branches/cxx-conversion/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc
      - copied unchanged from r190404, trunk/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc
      - copied unchanged from r190404, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/26_numerics/complex/c99.cc
      - copied unchanged from r190404, trunk/libstdc++-v3/testsuite/26_numerics/complex/c99.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
      - copied unchanged from r190404, trunk/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/util/testsuite_counter_type.h
      - copied unchanged from r190404, trunk/libstdc++-v3/testsuite/util/testsuite_counter_type.h
Modified:
    branches/cxx-conversion/libstdc++-v3/ChangeLog
    branches/cxx-conversion/libstdc++-v3/doc/xml/manual/numerics.xml
    branches/cxx-conversion/libstdc++-v3/include/bits/hashtable.h
    branches/cxx-conversion/libstdc++-v3/include/bits/hashtable_policy.h
    branches/cxx-conversion/libstdc++-v3/include/c_compatibility/complex.h
    branches/cxx-conversion/libstdc++-v3/include/std/unordered_map
    branches/cxx-conversion/libstdc++-v3/include/std/unordered_set
    branches/cxx-conversion/libstdc++-v3/src/c++11/condition_variable.cc

Changes in other areas also in this revision:
Added:
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr53411.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.c-torture/compile/pr53411.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr53495.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.c-torture/compile/pr53495.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/guality/pr54200.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.dg/guality/pr54200.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr50751-8.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.target/sh/pr50751-8.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr52933-1.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.target/sh/pr52933-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr52933-2.c
      - copied unchanged from r190404, trunk/gcc/testsuite/gcc.target/sh/pr52933-2.c
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/data_constraints_3.f90
      - copied unchanged from r190404, trunk/gcc/testsuite/gfortran.dg/data_constraints_3.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/typebound_proc_27.f03
      - copied unchanged from r190404, trunk/gcc/testsuite/gfortran.dg/typebound_proc_27.f03
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/warn_conversion_4.f90
      - copied unchanged from r190404, trunk/gcc/testsuite/gfortran.dg/warn_conversion_4.f90
Modified:
    branches/cxx-conversion/   (props changed)
    branches/cxx-conversion/ChangeLog
    branches/cxx-conversion/contrib/ChangeLog
    branches/cxx-conversion/contrib/testsuite-management/validate_failures.py
    branches/cxx-conversion/gcc/ChangeLog
    branches/cxx-conversion/gcc/ChangeLog.cxx-conversion
    branches/cxx-conversion/gcc/DATESTAMP
    branches/cxx-conversion/gcc/Makefile.in
    branches/cxx-conversion/gcc/basic-block.h
    branches/cxx-conversion/gcc/bt-load.c
    branches/cxx-conversion/gcc/cfg.c
    branches/cxx-conversion/gcc/cfganal.c
    branches/cxx-conversion/gcc/cfgexpand.c
    branches/cxx-conversion/gcc/cfghooks.c
    branches/cxx-conversion/gcc/cfgloop.c
    branches/cxx-conversion/gcc/cfgloop.h
    branches/cxx-conversion/gcc/cfgloopmanip.c
    branches/cxx-conversion/gcc/cfgrtl.c
    branches/cxx-conversion/gcc/config/i386/cpuid.h
    branches/cxx-conversion/gcc/config/i386/driver-i386.c
    branches/cxx-conversion/gcc/config/i386/i386.c
    branches/cxx-conversion/gcc/config/i386/i386.h
    branches/cxx-conversion/gcc/config/i386/i386.md
    branches/cxx-conversion/gcc/config/sh/constraints.md
    branches/cxx-conversion/gcc/config/sh/predicates.md
    branches/cxx-conversion/gcc/config/sh/sh.c
    branches/cxx-conversion/gcc/config/sh/sh.md
    branches/cxx-conversion/gcc/cp/ChangeLog
    branches/cxx-conversion/gcc/doc/gty.texi
    branches/cxx-conversion/gcc/dominance.c
    branches/cxx-conversion/gcc/double-int.c
    branches/cxx-conversion/gcc/double-int.h
    branches/cxx-conversion/gcc/expr.c
    branches/cxx-conversion/gcc/final.c
    branches/cxx-conversion/gcc/fortran/ChangeLog
    branches/cxx-conversion/gcc/fortran/check.c
    branches/cxx-conversion/gcc/fortran/decl.c
    branches/cxx-conversion/gcc/fortran/dump-parse-tree.c
    branches/cxx-conversion/gcc/fortran/error.c
    branches/cxx-conversion/gcc/fortran/expr.c
    branches/cxx-conversion/gcc/fortran/gfortran.h
    branches/cxx-conversion/gcc/fortran/interface.c
    branches/cxx-conversion/gcc/fortran/match.c
    branches/cxx-conversion/gcc/fortran/parse.c
    branches/cxx-conversion/gcc/fortran/primary.c
    branches/cxx-conversion/gcc/fortran/resolve.c
    branches/cxx-conversion/gcc/fortran/symbol.c
    branches/cxx-conversion/gcc/fortran/trans-array.c
    branches/cxx-conversion/gcc/fortran/trans-expr.c
    branches/cxx-conversion/gcc/fortran/trans-io.c
    branches/cxx-conversion/gcc/fortran/trans-stmt.c
    branches/cxx-conversion/gcc/gdbinit.in
    branches/cxx-conversion/gcc/gengtype.c
    branches/cxx-conversion/gcc/ggc-page.c
    branches/cxx-conversion/gcc/ggc-zone.c
    branches/cxx-conversion/gcc/gimple-pretty-print.c
    branches/cxx-conversion/gcc/gimple-streamer-in.c
    branches/cxx-conversion/gcc/gimple-streamer-out.c
    branches/cxx-conversion/gcc/gimplify.c
    branches/cxx-conversion/gcc/go/ChangeLog
    branches/cxx-conversion/gcc/graphite-scop-detection.c
    branches/cxx-conversion/gcc/graphite-sese-to-poly.c
    branches/cxx-conversion/gcc/ipa-inline-analysis.c
    branches/cxx-conversion/gcc/ipa-split.c
    branches/cxx-conversion/gcc/ira.c
    branches/cxx-conversion/gcc/lto-streamer-out.c
    branches/cxx-conversion/gcc/sese.c
    branches/cxx-conversion/gcc/simplify-rtx.c
    branches/cxx-conversion/gcc/stor-layout.c
    branches/cxx-conversion/gcc/testsuite/ChangeLog
    branches/cxx-conversion/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/slsr-8.c
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/data_constraints_1.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/g77/19990826-3.f
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/g77/20020307-1.f
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/g77/980310-3.f
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/pr37243.f
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/typebound_proc_20.f90
    branches/cxx-conversion/gcc/tree-cfg.c
    branches/cxx-conversion/gcc/tree-cfgcleanup.c
    branches/cxx-conversion/gcc/tree-eh.c
    branches/cxx-conversion/gcc/tree-if-conv.c
    branches/cxx-conversion/gcc/tree-inline.c
    branches/cxx-conversion/gcc/tree-into-ssa.c
    branches/cxx-conversion/gcc/tree-loop-distribution.c
    branches/cxx-conversion/gcc/tree-outof-ssa.c
    branches/cxx-conversion/gcc/tree-parloops.c
    branches/cxx-conversion/gcc/tree-scalar-evolution.c
    branches/cxx-conversion/gcc/tree-ssa-ccp.c
    branches/cxx-conversion/gcc/tree-ssa-coalesce.c
    branches/cxx-conversion/gcc/tree-ssa-copy.c
    branches/cxx-conversion/gcc/tree-ssa-copyrename.c
    branches/cxx-conversion/gcc/tree-ssa-dce.c
    branches/cxx-conversion/gcc/tree-ssa-dom.c
    branches/cxx-conversion/gcc/tree-ssa-forwprop.c
    branches/cxx-conversion/gcc/tree-ssa-live.c
    branches/cxx-conversion/gcc/tree-ssa-loop-im.c
    branches/cxx-conversion/gcc/tree-ssa-loop-ivopts.c
    branches/cxx-conversion/gcc/tree-ssa-loop-manip.c
    branches/cxx-conversion/gcc/tree-ssa-math-opts.c
    branches/cxx-conversion/gcc/tree-ssa-phiopt.c
    branches/cxx-conversion/gcc/tree-ssa-pre.c
    branches/cxx-conversion/gcc/tree-ssa-propagate.c
    branches/cxx-conversion/gcc/tree-ssa-reassoc.c
    branches/cxx-conversion/gcc/tree-ssa-sccvn.c
    branches/cxx-conversion/gcc/tree-ssa-sink.c
    branches/cxx-conversion/gcc/tree-ssa-strlen.c
    branches/cxx-conversion/gcc/tree-ssa-structalias.c
    branches/cxx-conversion/gcc/tree-ssa-tail-merge.c
    branches/cxx-conversion/gcc/tree-ssa-threadedge.c
    branches/cxx-conversion/gcc/tree-ssa-uninit.c
    branches/cxx-conversion/gcc/tree-ssa.c
    branches/cxx-conversion/gcc/tree-stdarg.c
    branches/cxx-conversion/gcc/tree-vect-loop-manip.c
    branches/cxx-conversion/gcc/tree-vect-loop.c
    branches/cxx-conversion/gcc/tree-vrp.c
    branches/cxx-conversion/gcc/tree.c
    branches/cxx-conversion/gcc/value-prof.c
    branches/cxx-conversion/libcpp/ChangeLog

Propchange: branches/cxx-conversion/
            ('svn:mergeinfo' modified)

Propchange: branches/cxx-conversion/
            ('svnmerge-integrated' modified)



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