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]

r196443 - in /branches/cxx-conversion: ./ confi...


Author: dnovillo
Date: Mon Mar  4 20:44:57 2013
New Revision: 196443

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196443
Log:
Merged revisions 196252-196255,196259-196260,196263-196264,196268,196270,196273-196278,196280-196282,196284-196291,196293-196294,196296,196300,196304-196306,196308-196309,196313,196315-196316,196319-196325,196328-196336,196338,196340-196341,196343,196345,196347,196349,196352,196355-196356,196358-196362,196365,196369-196372,196377,196380,196386-196389,196393-196394,196396-196398,196400,196403,196405-196407,196410-196419,196422,196424-196429,196431-196434,196436-196441 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/trunk


Added:
    branches/cxx-conversion/libstdc++-v3/include/ext/cmath
      - copied unchanged from r196441, trunk/libstdc++-v3/include/ext/cmath
    branches/cxx-conversion/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
      - copied unchanged from r196441, trunk/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
      - copied unchanged from r196441, trunk/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/ext/triangular_distribution/
      - copied from r196441, trunk/libstdc++-v3/testsuite/ext/triangular_distribution/
    branches/cxx-conversion/libstdc++-v3/testsuite/ext/von_mises_distribution/
      - copied from r196441, trunk/libstdc++-v3/testsuite/ext/von_mises_distribution/
Modified:
    branches/cxx-conversion/libstdc++-v3/ChangeLog
    branches/cxx-conversion/libstdc++-v3/acinclude.m4
    branches/cxx-conversion/libstdc++-v3/config.h.in
    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/configure
    branches/cxx-conversion/libstdc++-v3/configure.ac
    branches/cxx-conversion/libstdc++-v3/include/Makefile.am
    branches/cxx-conversion/libstdc++-v3/include/Makefile.in
    branches/cxx-conversion/libstdc++-v3/include/bits/atomic_base.h
    branches/cxx-conversion/libstdc++-v3/include/ext/random
    branches/cxx-conversion/libstdc++-v3/include/ext/random.tcc
    branches/cxx-conversion/libstdc++-v3/include/std/atomic
    branches/cxx-conversion/libstdc++-v3/libsupc++/atexit_thread.cc

Changes in other areas also in this revision:
Added:
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/inh-ctor18.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor18.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi1.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/debug/pr56294.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/debug/pr56294.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/cast3.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/template/cast3.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/static33.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/template/static33.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/static34.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/template/static34.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/static35.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/template/static35.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/virtual4.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/template/virtual4.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/tm/pr56419.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/tm/pr56419.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/torture/pr56403.C
      - copied unchanged from r196441, trunk/gcc/testsuite/g++.dg/torture/pr56403.C
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr56448.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.c-torture/compile/pr56448.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr45472.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/pr45472.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56424.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/pr56424.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56436.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/pr56436.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56466.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/pr56466.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr56443.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/torture/pr56443.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr56488.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/torture/pr56488.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/forwprop-24.c
      - copied unchanged from r196441, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-24.c
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/array_constructor_42.f90
      - copied unchanged from r196441, trunk/gcc/testsuite/gfortran.dg/array_constructor_42.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/pointer_check_13.f90
      - copied unchanged from r196441, trunk/gcc/testsuite/gfortran.dg/pointer_check_13.f90
Modified:
    branches/cxx-conversion/   (props changed)
    branches/cxx-conversion/config/ChangeLog
    branches/cxx-conversion/config/bootstrap-asan.mk
    branches/cxx-conversion/contrib/ChangeLog
    branches/cxx-conversion/contrib/make_sunver.pl
    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/ada-tree.h
    branches/cxx-conversion/gcc/asan.c
    branches/cxx-conversion/gcc/c-family/ChangeLog
    branches/cxx-conversion/gcc/c-family/c-common.c
    branches/cxx-conversion/gcc/cfgrtl.c
    branches/cxx-conversion/gcc/config.in
    branches/cxx-conversion/gcc/config/aarch64/aarch64-builtins.c
    branches/cxx-conversion/gcc/config/aarch64/aarch64.c
    branches/cxx-conversion/gcc/config/arm/arm.c
    branches/cxx-conversion/gcc/config/avr/avr-mcus.def
    branches/cxx-conversion/gcc/config/avr/avr-tables.opt
    branches/cxx-conversion/gcc/config/avr/avr.c
    branches/cxx-conversion/gcc/config/avr/avr.h
    branches/cxx-conversion/gcc/config/avr/builtins.def
    branches/cxx-conversion/gcc/config/avr/driver-avr.c
    branches/cxx-conversion/gcc/config/avr/t-multilib
    branches/cxx-conversion/gcc/config/c6x/c6x.c
    branches/cxx-conversion/gcc/config/c6x/c6x.h
    branches/cxx-conversion/gcc/config/cr16/cr16-protos.h
    branches/cxx-conversion/gcc/config/lm32/lm32.c
    branches/cxx-conversion/gcc/config/lm32/lm32.md
    branches/cxx-conversion/gcc/config/mep/t-mep
    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/microblaze/microblaze.opt
    branches/cxx-conversion/gcc/config/microblaze/predicates.md
    branches/cxx-conversion/gcc/config/mips/constraints.md
    branches/cxx-conversion/gcc/config/mips/micromips.md
    branches/cxx-conversion/gcc/config/mips/mips-cpus.def
    branches/cxx-conversion/gcc/config/mips/mips-protos.h
    branches/cxx-conversion/gcc/config/mips/mips-tables.opt
    branches/cxx-conversion/gcc/config/mips/mips.c
    branches/cxx-conversion/gcc/config/mips/mips.h
    branches/cxx-conversion/gcc/config/mips/mips.md
    branches/cxx-conversion/gcc/config/mips/mips.opt
    branches/cxx-conversion/gcc/config/mips/predicates.md
    branches/cxx-conversion/gcc/config/mips/sync.md
    branches/cxx-conversion/gcc/config/mips/t-sde
    branches/cxx-conversion/gcc/config/mn10300/mn10300.c
    branches/cxx-conversion/gcc/config/tilegx/tilegx.c
    branches/cxx-conversion/gcc/config/tilepro/tilepro.c
    branches/cxx-conversion/gcc/configure
    branches/cxx-conversion/gcc/configure.ac
    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/decl.c
    branches/cxx-conversion/gcc/cp/init.c
    branches/cxx-conversion/gcc/cp/name-lookup.c
    branches/cxx-conversion/gcc/cp/pt.c
    branches/cxx-conversion/gcc/cp/semantics.c
    branches/cxx-conversion/gcc/df-scan.c
    branches/cxx-conversion/gcc/doc/avr-mmcu.texi
    branches/cxx-conversion/gcc/doc/extend.texi
    branches/cxx-conversion/gcc/doc/gcc.texi
    branches/cxx-conversion/gcc/doc/gty.texi
    branches/cxx-conversion/gcc/doc/invoke.texi
    branches/cxx-conversion/gcc/doc/md.texi
    branches/cxx-conversion/gcc/doc/tm.texi
    branches/cxx-conversion/gcc/doc/tm.texi.in
    branches/cxx-conversion/gcc/fold-const.c
    branches/cxx-conversion/gcc/fortran/ChangeLog
    branches/cxx-conversion/gcc/fortran/Make-lang.in
    branches/cxx-conversion/gcc/fortran/array.c
    branches/cxx-conversion/gcc/fortran/expr.c
    branches/cxx-conversion/gcc/fortran/gfortran.h
    branches/cxx-conversion/gcc/fortran/iresolve.c
    branches/cxx-conversion/gcc/fortran/symbol.c
    branches/cxx-conversion/gcc/fortran/trans-decl.c
    branches/cxx-conversion/gcc/fortran/trans-io.c
    branches/cxx-conversion/gcc/incpath.c
    branches/cxx-conversion/gcc/insn-notes.def
    branches/cxx-conversion/gcc/ipa-cp.c
    branches/cxx-conversion/gcc/ipa-pure-const.c
    branches/cxx-conversion/gcc/ipa-reference.c
    branches/cxx-conversion/gcc/ipa-split.c
    branches/cxx-conversion/gcc/ira-build.c
    branches/cxx-conversion/gcc/loop-unroll.c
    branches/cxx-conversion/gcc/lra-spills.c
    branches/cxx-conversion/gcc/lto-wrapper.c
    branches/cxx-conversion/gcc/opts-common.c
    branches/cxx-conversion/gcc/opts.c
    branches/cxx-conversion/gcc/opts.h
    branches/cxx-conversion/gcc/po/ChangeLog
    branches/cxx-conversion/gcc/po/be.po
    branches/cxx-conversion/gcc/po/da.po
    branches/cxx-conversion/gcc/po/de.po
    branches/cxx-conversion/gcc/po/el.po
    branches/cxx-conversion/gcc/po/es.po
    branches/cxx-conversion/gcc/po/fi.po
    branches/cxx-conversion/gcc/po/fr.po
    branches/cxx-conversion/gcc/po/hr.po
    branches/cxx-conversion/gcc/po/id.po
    branches/cxx-conversion/gcc/po/ja.po
    branches/cxx-conversion/gcc/po/nl.po
    branches/cxx-conversion/gcc/po/ru.po
    branches/cxx-conversion/gcc/po/sr.po
    branches/cxx-conversion/gcc/po/sv.po
    branches/cxx-conversion/gcc/po/tr.po
    branches/cxx-conversion/gcc/po/vi.po
    branches/cxx-conversion/gcc/po/zh_CN.po
    branches/cxx-conversion/gcc/po/zh_TW.po
    branches/cxx-conversion/gcc/sched-deps.c
    branches/cxx-conversion/gcc/sel-sched-ir.c
    branches/cxx-conversion/gcc/stmt.c
    branches/cxx-conversion/gcc/target.def
    branches/cxx-conversion/gcc/testsuite/ChangeLog
    branches/cxx-conversion/gcc/testsuite/c-c++-common/asan/attrib-1.c
    branches/cxx-conversion/gcc/testsuite/g++.dg/asan/default-options-1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
    branches/cxx-conversion/gcc/testsuite/g++.dg/inherit/using5.C
    branches/cxx-conversion/gcc/testsuite/g++.old-deja/g++.other/using3.C
    branches/cxx-conversion/gcc/testsuite/g++.old-deja/g++.pt/ptrmem6.C
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr55153.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56228.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr56396.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/pr52631.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/slsr-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/slsr-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/slsr-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/vect/vect-82_64.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/vect/vect-83_64.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/mips.exp
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-constraints-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-constraints-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-4.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-5.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-6.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-7.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-8.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-lwp-swp-volatile.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-movep-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-movep-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-save-restore-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-save-restore-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-save-restore-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-4.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-5.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-6.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/umips-swp-7.c
    branches/cxx-conversion/gcc/tree-cfgcleanup.c
    branches/cxx-conversion/gcc/tree-dfa.c
    branches/cxx-conversion/gcc/tree-flow.h
    branches/cxx-conversion/gcc/tree-loop-distribution.c
    branches/cxx-conversion/gcc/tree-sra.c
    branches/cxx-conversion/gcc/tree-ssa-forwprop.c
    branches/cxx-conversion/gcc/tree-ssa-loop-ivcanon.c
    branches/cxx-conversion/gcc/tree-ssa-loop-niter.c
    branches/cxx-conversion/gcc/tree-ssa-loop.c
    branches/cxx-conversion/gcc/tree-ssa-uninit.c
    branches/cxx-conversion/gcc/tree-ssa.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-vectorizer.h
    branches/cxx-conversion/include/ChangeLog
    branches/cxx-conversion/include/dwarf2.h
    branches/cxx-conversion/libcpp/ChangeLog
    branches/cxx-conversion/libcpp/config.in
    branches/cxx-conversion/libcpp/configure
    branches/cxx-conversion/libcpp/configure.ac
    branches/cxx-conversion/libcpp/files.c
    branches/cxx-conversion/libcpp/lex.c
    branches/cxx-conversion/libcpp/pch.c
    branches/cxx-conversion/libcpp/po/ChangeLog
    branches/cxx-conversion/libcpp/po/be.po
    branches/cxx-conversion/libcpp/po/ca.po
    branches/cxx-conversion/libcpp/po/da.po
    branches/cxx-conversion/libcpp/po/de.po
    branches/cxx-conversion/libcpp/po/el.po
    branches/cxx-conversion/libcpp/po/eo.po
    branches/cxx-conversion/libcpp/po/es.po
    branches/cxx-conversion/libcpp/po/fi.po
    branches/cxx-conversion/libcpp/po/fr.po
    branches/cxx-conversion/libcpp/po/id.po
    branches/cxx-conversion/libcpp/po/ja.po
    branches/cxx-conversion/libcpp/po/nl.po
    branches/cxx-conversion/libcpp/po/ru.po
    branches/cxx-conversion/libcpp/po/sr.po
    branches/cxx-conversion/libcpp/po/sv.po
    branches/cxx-conversion/libcpp/po/tr.po
    branches/cxx-conversion/libcpp/po/uk.po
    branches/cxx-conversion/libcpp/po/vi.po
    branches/cxx-conversion/libcpp/po/zh_CN.po
    branches/cxx-conversion/libcpp/po/zh_TW.po
    branches/cxx-conversion/libgcc/ChangeLog
    branches/cxx-conversion/libgcc/config/aarch64/sync-cache.c
    branches/cxx-conversion/libgcc/config/avr/lib1funcs.S
    branches/cxx-conversion/libgcc/config/microblaze/crti.S
    branches/cxx-conversion/libgcc/config/mips/crtn.S
    branches/cxx-conversion/libgcc/config/mips/linux-unwind.h
    branches/cxx-conversion/libgcc/config/mips/mips16.S
    branches/cxx-conversion/libgo/go/testing/quick/quick_test.go
    branches/cxx-conversion/libgo/runtime/go-reflect-call.c
    branches/cxx-conversion/libgo/runtime/proc.c
    branches/cxx-conversion/libiberty/ChangeLog
    branches/cxx-conversion/libiberty/libiberty.texi
    branches/cxx-conversion/libiberty/obstacks.texi
    branches/cxx-conversion/libjava/classpath/   (props changed)
    branches/cxx-conversion/libsanitizer/ChangeLog
    branches/cxx-conversion/libsanitizer/asan/asan_mapping.h
    branches/cxx-conversion/libsanitizer/asan/asan_rtl.cc

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

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

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



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