This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r196619 - in /branches/cxx-conversion: ./ boehm...
- From: dnovillo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 12 Mar 2013 19:39:21 -0000
- Subject: r196619 - in /branches/cxx-conversion: ./ boehm...
Author: dnovillo
Date: Tue Mar 12 19:39:18 2013
New Revision: 196619
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196619
Log:
Merged revisions 196444-196445,196448-196472,196474,196478-196480,196483-196491,196493,196495-196500,196504,196506-196508,196511-196513,196516-196520,196523,196525,196527,196531-196532,196536,196538-196540,196542,196544-196552,196554,196557,196559,196562-196564,196567,196570,196572,196575-196576,196579-196581,196587-196592,196595,196597-196598,196600,196602-196604 via svnmerge from
svn+ssh://gcc.gnu.org/svn/gcc/trunk
Added:
branches/cxx-conversion/libstdc++-v3/include/bits/memoryfwd.h
- copied unchanged from r196604, trunk/libstdc++-v3/include/bits/memoryfwd.h
Modified:
branches/cxx-conversion/libstdc++-v3/ChangeLog
branches/cxx-conversion/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/solaris2.9/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/solaris2.9/sparcv9/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
branches/cxx-conversion/libstdc++-v3/configure
branches/cxx-conversion/libstdc++-v3/doc/doxygen/user.cfg.in
branches/cxx-conversion/libstdc++-v3/include/Makefile.am
branches/cxx-conversion/libstdc++-v3/include/Makefile.in
branches/cxx-conversion/libstdc++-v3/include/bits/algorithmfwd.h
branches/cxx-conversion/libstdc++-v3/include/bits/alloc_traits.h
branches/cxx-conversion/libstdc++-v3/include/bits/allocator.h
branches/cxx-conversion/libstdc++-v3/include/bits/localefwd.h
branches/cxx-conversion/libstdc++-v3/include/bits/stl_construct.h
branches/cxx-conversion/libstdc++-v3/include/bits/stringfwd.h
branches/cxx-conversion/libstdc++-v3/include/bits/vector.tcc
branches/cxx-conversion/libstdc++-v3/include/ext/alloc_traits.h
branches/cxx-conversion/libstdc++-v3/include/ext/vstring_fwd.h
branches/cxx-conversion/libstdc++-v3/include/parallel/algorithmfwd.h
branches/cxx-conversion/libstdc++-v3/include/parallel/numericfwd.h
branches/cxx-conversion/libstdc++-v3/include/std/iosfwd
branches/cxx-conversion/libstdc++-v3/scripts/extract_symvers.in
branches/cxx-conversion/libstdc++-v3/scripts/extract_symvers.pl
branches/cxx-conversion/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/vector/allocator/minimal.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc
branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc
Changes in other areas also in this revision:
Added:
branches/cxx-conversion/contrib/make-obstacks-texi.pl
- copied unchanged from r196604, trunk/contrib/make-obstacks-texi.pl
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-err3.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-err3.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist3.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist3.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi2.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi2.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template10.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template10.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this11.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this11.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this12.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this12.C
branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/local-targ1.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/cpp0x/local-targ1.C
branches/cxx-conversion/gcc/testsuite/g++.dg/template/crash115.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/template/crash115.C
branches/cxx-conversion/gcc/testsuite/g++.dg/template/typename20.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/template/typename20.C
branches/cxx-conversion/gcc/testsuite/g++.dg/warn/Wsign-conversion-2.C
- copied unchanged from r196604, trunk/gcc/testsuite/g++.dg/warn/Wsign-conversion-2.C
branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr40797.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.c-torture/compile/pr40797.c
branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr56484.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.c-torture/compile/pr56484.c
branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr56539.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.c-torture/compile/pr56539.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56494.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/pr56494.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56510.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/pr56510.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56548.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/pr56548.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tm/instrumented-mask.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/tm/instrumented-mask.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr56478.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/torture/pr56478.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/reassoc-26.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-26.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/vect/slp-38.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.dg/vect/slp-38.c
branches/cxx-conversion/gcc/testsuite/gcc.target/mips/pr56524.c
- copied unchanged from r196604, trunk/gcc/testsuite/gcc.target/mips/pr56524.c
branches/cxx-conversion/gcc/testsuite/gfortran.dg/class_56.f90
- copied unchanged from r196604, trunk/gcc/testsuite/gfortran.dg/class_56.f90
branches/cxx-conversion/gcc/testsuite/gnat.dg/loop_optimization15.adb
- copied unchanged from r196604, trunk/gcc/testsuite/gnat.dg/loop_optimization15.adb
branches/cxx-conversion/gcc/testsuite/gnat.dg/loop_optimization15.ads
- copied unchanged from r196604, trunk/gcc/testsuite/gnat.dg/loop_optimization15.ads
branches/cxx-conversion/gcc/testsuite/gnat.dg/specs/aggr6.ads
- copied unchanged from r196604, trunk/gcc/testsuite/gnat.dg/specs/aggr6.ads
Modified:
branches/cxx-conversion/ (props changed)
branches/cxx-conversion/boehm-gc/ChangeLog
branches/cxx-conversion/boehm-gc/include/private/gcconfig.h
branches/cxx-conversion/boehm-gc/os_dep.c
branches/cxx-conversion/contrib/ChangeLog
branches/cxx-conversion/gcc/ChangeLog
branches/cxx-conversion/gcc/DATESTAMP
branches/cxx-conversion/gcc/Makefile.in
branches/cxx-conversion/gcc/ada/ChangeLog
branches/cxx-conversion/gcc/ada/gcc-interface/decl.c
branches/cxx-conversion/gcc/ada/gcc-interface/trans.c
branches/cxx-conversion/gcc/ada/seh_init.c
branches/cxx-conversion/gcc/alias.c
branches/cxx-conversion/gcc/bitmap.c
branches/cxx-conversion/gcc/c-family/ChangeLog
branches/cxx-conversion/gcc/c-family/c-common.c
branches/cxx-conversion/gcc/c-family/c-pch.c
branches/cxx-conversion/gcc/c-family/c-pretty-print.c
branches/cxx-conversion/gcc/cfgexpand.c
branches/cxx-conversion/gcc/config.gcc
branches/cxx-conversion/gcc/config/aarch64/t-aarch64
branches/cxx-conversion/gcc/config/arm/arm.c
branches/cxx-conversion/gcc/config/arm/t-arm
branches/cxx-conversion/gcc/config/avr/avr.c
branches/cxx-conversion/gcc/config/gnu-user.h
branches/cxx-conversion/gcc/config/microblaze/microblaze-protos.h
branches/cxx-conversion/gcc/config/microblaze/microblaze.c
branches/cxx-conversion/gcc/config/microblaze/microblaze.h
branches/cxx-conversion/gcc/config/microblaze/microblaze.md
branches/cxx-conversion/gcc/config/pa/pa.c
branches/cxx-conversion/gcc/config/pa/pa.md
branches/cxx-conversion/gcc/config/s390/s390.h
branches/cxx-conversion/gcc/config/sh/sh.c
branches/cxx-conversion/gcc/cp/ChangeLog
branches/cxx-conversion/gcc/cp/call.c
branches/cxx-conversion/gcc/cp/class.c
branches/cxx-conversion/gcc/cp/cp-tree.h
branches/cxx-conversion/gcc/cp/cxx-pretty-print.c
branches/cxx-conversion/gcc/cp/decl.c
branches/cxx-conversion/gcc/cp/error.c
branches/cxx-conversion/gcc/cp/parser.c
branches/cxx-conversion/gcc/cp/semantics.c
branches/cxx-conversion/gcc/cp/tree.c
branches/cxx-conversion/gcc/cp/typeck.c
branches/cxx-conversion/gcc/diagnostic.c
branches/cxx-conversion/gcc/doc/invoke.texi
branches/cxx-conversion/gcc/dse.c
branches/cxx-conversion/gcc/dwarf2out.c
branches/cxx-conversion/gcc/except.c
branches/cxx-conversion/gcc/except.h
branches/cxx-conversion/gcc/expr.c
branches/cxx-conversion/gcc/fortran/ChangeLog
branches/cxx-conversion/gcc/fortran/expr.c
branches/cxx-conversion/gcc/fortran/gfortran.texi
branches/cxx-conversion/gcc/fortran/resolve.c
branches/cxx-conversion/gcc/function.c
branches/cxx-conversion/gcc/function.h
branches/cxx-conversion/gcc/gcc.c
branches/cxx-conversion/gcc/ggc-common.c
branches/cxx-conversion/gcc/gimple-pretty-print.c
branches/cxx-conversion/gcc/gimple.h
branches/cxx-conversion/gcc/ifcvt.c
branches/cxx-conversion/gcc/loop-init.c
branches/cxx-conversion/gcc/lra.c
branches/cxx-conversion/gcc/optabs.c
branches/cxx-conversion/gcc/opts-common.c
branches/cxx-conversion/gcc/opts.c
branches/cxx-conversion/gcc/po/ChangeLog
branches/cxx-conversion/gcc/po/de.po
branches/cxx-conversion/gcc/po/sv.po
branches/cxx-conversion/gcc/predict.c
branches/cxx-conversion/gcc/sched-deps.c
branches/cxx-conversion/gcc/sdbout.c
branches/cxx-conversion/gcc/sel-sched-ir.c
branches/cxx-conversion/gcc/simplify-rtx.c
branches/cxx-conversion/gcc/testsuite/ChangeLog
branches/cxx-conversion/gcc/testsuite/c-c++-common/pr54486.c
branches/cxx-conversion/gcc/testsuite/g++.dg/debug/dwarf2/thunk1.C
branches/cxx-conversion/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
branches/cxx-conversion/gcc/testsuite/gcc.dg/inline_3.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/inline_4.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/lto/20090914-2_0.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/lto/20091013-1_1.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/lto/20091013-1_2.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr14092-1.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr24683.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr31490.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr44194-1.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr52549.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/pr53701.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr51071-2.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr53922.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/pr55579.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/vrp72.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/vrp73.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/vrp75.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/unroll_2.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/unroll_3.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/unroll_4.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-1.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-15.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-16.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-2.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-3.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-4.c
branches/cxx-conversion/gcc/testsuite/gcc.dg/weak/weak-5.c
branches/cxx-conversion/gcc/trans-mem.c
branches/cxx-conversion/gcc/tree-cfg.c
branches/cxx-conversion/gcc/tree-eh.c
branches/cxx-conversion/gcc/tree-inline.c
branches/cxx-conversion/gcc/tree-into-ssa.c
branches/cxx-conversion/gcc/tree-sra.c
branches/cxx-conversion/gcc/tree-ssa-loop-niter.c
branches/cxx-conversion/gcc/tree-ssa-reassoc.c
branches/cxx-conversion/gcc/tree-ssa-sccvn.c
branches/cxx-conversion/gcc/tree-ssa-ter.c
branches/cxx-conversion/gcc/tree-tailcall.c
branches/cxx-conversion/gcc/tree-vect-data-refs.c
branches/cxx-conversion/gcc/tree-vect-loop.c
branches/cxx-conversion/gcc/tree-vect-slp.c
branches/cxx-conversion/gcc/tree-vect-stmts.c
branches/cxx-conversion/gcc/tree.h
branches/cxx-conversion/gcc/varasm.c
branches/cxx-conversion/libcpp/ChangeLog
branches/cxx-conversion/libcpp/directives.c
branches/cxx-conversion/libcpp/files.c
branches/cxx-conversion/libcpp/internal.h
branches/cxx-conversion/libcpp/po/ChangeLog
branches/cxx-conversion/libcpp/po/de.po
branches/cxx-conversion/libffi/ChangeLog
branches/cxx-conversion/libffi/src/closures.c
branches/cxx-conversion/libgcc/ChangeLog
branches/cxx-conversion/libgcc/config/i386/cpuinfo.c
branches/cxx-conversion/libgcc/config/sh/lib1funcs.S
branches/cxx-conversion/libgfortran/ChangeLog
branches/cxx-conversion/libgfortran/intrinsics/execute_command_line.c
branches/cxx-conversion/libgfortran/io/transfer.c
branches/cxx-conversion/libiberty/ChangeLog
branches/cxx-conversion/libiberty/libiberty.texi
branches/cxx-conversion/libiberty/obstacks.texi
branches/cxx-conversion/libiberty/simple-object-mach-o.c
branches/cxx-conversion/libjava/classpath/ (props changed)
branches/cxx-conversion/libquadmath/ChangeLog
branches/cxx-conversion/libquadmath/quadmath.h
Propchange: branches/cxx-conversion/
('svn:mergeinfo' modified)
Propchange: branches/cxx-conversion/
('svnmerge-integrated' modified)
Propchange: branches/cxx-conversion/libjava/classpath/
('svn:mergeinfo' modified)