r190191 - in /branches/gupc: ./ gcc/ChangeLog g...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Aug 6 22:55:00 GMT 2012


Author: gfunck
Date: Mon Aug  6 22:55:03 2012
New Revision: 190191

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190191
Log:
	Merge trunk version 190173 into gupc branch.

Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/backward/auto_ptr.h
    branches/gupc/libstdc++-v3/include/bits/shared_ptr.h
    branches/gupc/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/gupc/libstdc++-v3/include/bits/unique_ptr.h
    branches/gupc/libstdc++-v3/include/debug/functions.h
    branches/gupc/libstdc++-v3/include/std/future
    branches/gupc/libstdc++-v3/include/std/memory
    branches/gupc/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/testsuite/g++.dg/ext/vector17.C
      - copied unchanged from r190173, trunk/gcc/testsuite/g++.dg/ext/vector17.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr50672.C
      - copied unchanged from r190173, trunk/gcc/testsuite/g++.dg/torture/pr50672.C
    branches/gupc/gcc/testsuite/gcc.dg/fold-notunord.c
      - copied unchanged from r190173, trunk/gcc/testsuite/gcc.dg/fold-notunord.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp77.c
      - copied unchanged from r190173, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp77.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp78.c
      - copied unchanged from r190173, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp78.c
    branches/gupc/gcc/testsuite/gfortran.dg/array_5.f90
      - copied unchanged from r190173, trunk/gcc/testsuite/gfortran.dg/array_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/assumed_rank_bounds_1.f90
      - copied unchanged from r190173, trunk/gcc/testsuite/gfortran.dg/assumed_rank_bounds_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/assumed_rank_bounds_2.f90
      - copied unchanged from r190173, trunk/gcc/testsuite/gfortran.dg/assumed_rank_bounds_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_comp_35.f90
      - copied unchanged from r190173, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_35.f90
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_proc_26.f90
      - copied unchanged from r190173, trunk/gcc/testsuite/gfortran.dg/typebound_proc_26.f90
Modified:
    branches/gupc/   (props changed)
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/a-ngelfu.adb
    branches/gupc/gcc/ada/aspects.ads
    branches/gupc/gcc/ada/checks.adb
    branches/gupc/gcc/ada/exp_aggr.adb
    branches/gupc/gcc/ada/exp_attr.adb
    branches/gupc/gcc/ada/exp_ch11.adb
    branches/gupc/gcc/ada/exp_ch4.adb
    branches/gupc/gcc/ada/exp_ch6.adb
    branches/gupc/gcc/ada/exp_ch7.adb
    branches/gupc/gcc/ada/exp_ch9.adb
    branches/gupc/gcc/ada/exp_util.adb
    branches/gupc/gcc/ada/freeze.adb
    branches/gupc/gcc/ada/frontend.adb
    branches/gupc/gcc/ada/g-sercom-linux.adb
    branches/gupc/gcc/ada/g-sercom-mingw.adb
    branches/gupc/gcc/ada/g-sercom.adb
    branches/gupc/gcc/ada/g-sercom.ads
    branches/gupc/gcc/ada/g-socket.adb
    branches/gupc/gcc/ada/gcc-interface/Makefile.in
    branches/gupc/gcc/ada/gnat-style.texi
    branches/gupc/gcc/ada/gnat1drv.adb
    branches/gupc/gcc/ada/inline.ads
    branches/gupc/gcc/ada/makeutl.ads
    branches/gupc/gcc/ada/opt.ads
    branches/gupc/gcc/ada/osint.adb
    branches/gupc/gcc/ada/par-ch13.adb
    branches/gupc/gcc/ada/par-endh.adb
    branches/gupc/gcc/ada/par_sco.adb
    branches/gupc/gcc/ada/prj-attr.adb
    branches/gupc/gcc/ada/restrict.adb
    branches/gupc/gcc/ada/s-atopri.adb
    branches/gupc/gcc/ada/s-htable.adb
    branches/gupc/gcc/ada/s-oscons-tmplt.c
    branches/gupc/gcc/ada/sem.adb
    branches/gupc/gcc/ada/sem.ads
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/ada/sem_aux.adb
    branches/gupc/gcc/ada/sem_aux.ads
    branches/gupc/gcc/ada/sem_ch10.adb
    branches/gupc/gcc/ada/sem_ch13.adb
    branches/gupc/gcc/ada/sem_ch13.ads
    branches/gupc/gcc/ada/sem_ch3.adb
    branches/gupc/gcc/ada/sem_ch4.adb
    branches/gupc/gcc/ada/sem_ch5.adb
    branches/gupc/gcc/ada/sem_ch6.adb
    branches/gupc/gcc/ada/sem_ch8.adb
    branches/gupc/gcc/ada/sem_ch9.adb
    branches/gupc/gcc/ada/sem_dim.adb
    branches/gupc/gcc/ada/sem_eval.ads
    branches/gupc/gcc/ada/sem_mech.adb
    branches/gupc/gcc/ada/sem_prag.adb
    branches/gupc/gcc/ada/sem_res.adb
    branches/gupc/gcc/ada/sem_util.adb
    branches/gupc/gcc/ada/sem_util.ads
    branches/gupc/gcc/ada/sinfo.adb
    branches/gupc/gcc/ada/sinfo.ads
    branches/gupc/gcc/ada/snames.ads-tmpl
    branches/gupc/gcc/ada/switch-c.adb
    branches/gupc/gcc/ada/system-aix.ads
    branches/gupc/gcc/ada/system-aix64.ads
    branches/gupc/gcc/ada/system-darwin-ppc.ads
    branches/gupc/gcc/ada/system-hpux.ads
    branches/gupc/gcc/ada/system-linux-alpha.ads
    branches/gupc/gcc/ada/system-linux-hppa.ads
    branches/gupc/gcc/ada/system-linux-ppc.ads
    branches/gupc/gcc/ada/system-linux-s390.ads
    branches/gupc/gcc/ada/system-linux-s390x.ads
    branches/gupc/gcc/ada/system-linux-sh4.ads
    branches/gupc/gcc/ada/system-linux-sparc.ads
    branches/gupc/gcc/ada/system-lynxos-ppc.ads
    branches/gupc/gcc/ada/system-mingw.ads
    branches/gupc/gcc/ada/system-solaris-sparc.ads
    branches/gupc/gcc/ada/system-solaris-sparcv9.ads
    branches/gupc/gcc/ada/system-vms_64.ads
    branches/gupc/gcc/ada/system-vxworks-arm.ads
    branches/gupc/gcc/ada/system-vxworks-m68k.ads
    branches/gupc/gcc/ada/system-vxworks-mips.ads
    branches/gupc/gcc/ada/system-vxworks-ppc.ads
    branches/gupc/gcc/ada/system-vxworks-sparcv9.ads
    branches/gupc/gcc/ada/tree_io.ads
    branches/gupc/gcc/ada/types.ads
    branches/gupc/gcc/ada/uintp.adb
    branches/gupc/gcc/ada/xoscons.adb
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/sync.md
    branches/gupc/gcc/config/mips/mips-cpus.def
    branches/gupc/gcc/config/mips/mips-protos.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/mips/predicates.md
    branches/gupc/gcc/config/mips/xlr.md
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cprop.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/double-int.c
    branches/gupc/gcc/double-int.h
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/explow.c
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/array.c
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/iresolve.c
    branches/gupc/gcc/fortran/options.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/scanner.c
    branches/gupc/gcc/fortran/simplify.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-array.h
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/function.h
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-low.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimple-streamer-in.c
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/graphite-clast-to-gimple.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-split.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira-lives.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/matrix-reorg.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/print-rtl.c
    branches/gupc/gcc/recog.c
    branches/gupc/gcc/reg-stack.c
    branches/gupc/gcc/reload.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/rtl.def
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/sched-vis.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae37.C
    branches/gupc/gcc/testsuite/g++.dg/lto/20090303_0.C
    branches/gupc/gcc/testsuite/g++.dg/opt/enum2.C
    branches/gupc/gcc/testsuite/g++.dg/opt/longbranch1.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/alias-19.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr53773.c
    branches/gupc/gcc/testsuite/gcc.target/mips/clear-cache-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/clear-cache-2.c
    branches/gupc/gcc/testsuite/gfortran.dg/abstract_type_6.f03
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_comp_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_proc_9.f03
    branches/gupc/gcc/timevar.def
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-complex.c
    branches/gupc/gcc/tree-dfa.c
    branches/gupc/gcc/tree-flow-inline.h
    branches/gupc/gcc/tree-flow.h
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-mudflap.c
    branches/gupc/gcc/tree-outof-ssa.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-predcom.c
    branches/gupc/gcc/tree-profile.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-coalesce.c
    branches/gupc/gcc/tree-ssa-copyrename.c
    branches/gupc/gcc/tree-ssa-live.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    branches/gupc/gcc/tree-ssa-loop-manip.c
    branches/gupc/gcc/tree-ssa-math-opts.c
    branches/gupc/gcc/tree-ssa-operands.c
    branches/gupc/gcc/tree-ssa-phiopt.c
    branches/gupc/gcc/tree-ssa-phiprop.c
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-propagate.c
    branches/gupc/gcc/tree-ssa-reassoc.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-strlen.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-tail-merge.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-switch-conversion.c
    branches/gupc/gcc/tree-tailcall.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-generic.c
    branches/gupc/gcc/tree-vect-loop-manip.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/varasm.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/Makefile.in

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list