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]

r228740 - in /branches/gupc: ./ ChangeLog MAINT...


Author: gfunck
Date: Mon Oct 12 21:43:55 2015
New Revision: 228740

URL: https://gcc.gnu.org/viewcvs?rev=228740&root=gcc&view=rev
Log:
	Merge trunk version 228706 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/include/experimental/bits/
      - copied from r228706, trunk/libstdc++-v3/include/experimental/bits/
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/67844.cc
      - copied unchanged from r228706, trunk/libstdc++-v3/testsuite/20_util/tuple/67844.cc
Removed:
    branches/gupc/libstdc++-v3/include/experimental/erase_if.h
    branches/gupc/libstdc++-v3/include/experimental/fs_dir.h
    branches/gupc/libstdc++-v3/include/experimental/fs_fwd.h
    branches/gupc/libstdc++-v3/include/experimental/fs_ops.h
    branches/gupc/libstdc++-v3/include/experimental/fs_path.h
    branches/gupc/libstdc++-v3/include/experimental/string_view.tcc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/crossconfig.m4
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    branches/gupc/libstdc++-v3/include/experimental/filesystem
    branches/gupc/libstdc++-v3/include/experimental/map
    branches/gupc/libstdc++-v3/include/experimental/set
    branches/gupc/libstdc++-v3/include/experimental/string_view
    branches/gupc/libstdc++-v3/include/experimental/unordered_map
    branches/gupc/libstdc++-v3/include/experimental/unordered_set
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/config/i386/znver1.md
      - copied unchanged from r228706, trunk/gcc/config/i386/znver1.md
    branches/gupc/gcc/config/mips/frame-header-opt.c
      - copied unchanged from r228706, trunk/gcc/config/mips/frame-header-opt.c
    branches/gupc/gcc/testsuite/c-c++-common/Wtautological-compare-4.c
      - copied unchanged from r228706, trunk/gcc/testsuite/c-c++-common/Wtautological-compare-4.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-58566.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-58566.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ45.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ45.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/fold6.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/cpp1z/fold6.C
    branches/gupc/gcc/testsuite/g++.dg/init/elide3.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/init/elide3.C
    branches/gupc/gcc/testsuite/g++.dg/template/defarg19.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/template/defarg19.C
    branches/gupc/gcc/testsuite/g++.dg/template/defarg20.C
      - copied unchanged from r228706, trunk/gcc/testsuite/g++.dg/template/defarg20.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr67816.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.c-torture/compile/pr67816.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-sra-10.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-10.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/propalign-4.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/ipa/propalign-4.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/propalign-5.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/ipa/propalign-5.c
    branches/gupc/gcc/testsuite/gcc.dg/loop-unswitch-2.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/loop-unswitch-2.c
    branches/gupc/gcc/testsuite/gcc.dg/loop-unswitch-3.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/loop-unswitch-3.c
    branches/gupc/gcc/testsuite/gcc.dg/loop-unswitch-4.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/loop-unswitch-4.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67794.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/torture/pr67794.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67821-2.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/torture/pr67821-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67821.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/torture/pr67821.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67828.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/torture/pr67828.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67859.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/torture/pr67859.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-33.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-33.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr67891.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr67891.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-simd-3.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-simd-3.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr67366.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/arm/pr67366.c
    branches/gupc/gcc/testsuite/gcc.target/mips/frame-header-1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/mips/frame-header-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/frame-header-2.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/mips/frame-header-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/frame-header-3.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/mips/frame-header-3.c
    branches/gupc/gcc/testsuite/gcc.target/msp430/
      - copied from r228706, trunk/gcc/testsuite/gcc.target/msp430/
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr67808.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gcc.target/powerpc/pr67808.c
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-2_0.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-2_0.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-2_1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-2_1.c
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-3_0.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-3_0.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-3_1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-3_1.c
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-4_0.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-4_0.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-4_1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-4_1.c
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-5_0.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-5_0.f90
    branches/gupc/gcc/testsuite/gfortran.dg/lto/bind_c-5_1.c
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/lto/bind_c-5_1.c
    branches/gupc/gcc/testsuite/gfortran.dg/sizeof_5.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/sizeof_5.f90
    branches/gupc/gcc/testsuite/gfortran.dg/substr_alloc_string_comp_1.f90
      - copied unchanged from r228706, trunk/gcc/testsuite/gfortran.dg/substr_alloc_string_comp_1.f90
    branches/gupc/gcc/testsuite/lib/multiline.exp
      - copied unchanged from r228706, trunk/gcc/testsuite/lib/multiline.exp
    branches/gupc/gcc/tree-ssa-threadbackward.c
      - copied unchanged from r228706, trunk/gcc/tree-ssa-threadbackward.c
    branches/gupc/gcc/tree-ssa-threadbackward.h
      - copied unchanged from r228706, trunk/gcc/tree-ssa-threadbackward.h
    branches/gupc/libitm/testsuite/libitm.c++/eh-2.C
      - copied unchanged from r228706, trunk/libitm/testsuite/libitm.c++/eh-2.C
    branches/gupc/libitm/testsuite/libitm.c++/eh-3.C
      - copied unchanged from r228706, trunk/libitm/testsuite/libitm.c++/eh-3.C
    branches/gupc/libitm/testsuite/libitm.c++/eh-4.C
      - copied unchanged from r228706, trunk/libitm/testsuite/libitm.c++/eh-4.C
Removed:
    branches/gupc/gcc/testsuite/g++.dg/tm/eh1.C
    branches/gupc/gcc/testsuite/g++.dg/tm/eh2.C
    branches/gupc/gcc/testsuite/g++.dg/tm/eh4.C
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/boehm-gc/ChangeLog
    branches/gupc/boehm-gc/testsuite/lib/boehm-gc.exp
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/Make-lang.in
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-lex.c
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/iterators.md
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/alpha/alpha.h
    branches/gupc/gcc/config/arc/arc.c
    branches/gupc/gcc/config/arm/arm-builtins.c
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/iterators.md
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/arm/vfp.md
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/bfin/bfin.md
    branches/gupc/gcc/config/c6x/c6x.md
    branches/gupc/gcc/config/cr16/cr16.c
    branches/gupc/gcc/config/cris/cris.c
    branches/gupc/gcc/config/epiphany/epiphany.c
    branches/gupc/gcc/config/epiphany/epiphany.md
    branches/gupc/gcc/config/fr30/fr30.c
    branches/gupc/gcc/config/frv/frv.c
    branches/gupc/gcc/config/frv/frv.md
    branches/gupc/gcc/config/frv/predicates.md
    branches/gupc/gcc/config/h8300/h8300.c
    branches/gupc/gcc/config/i386/cpuid.h
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/i386.opt
    branches/gupc/gcc/config/i386/intelmic-mkoffload.c
    branches/gupc/gcc/config/i386/mmx.md
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/i386/x86-tune.def
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/iq2000/iq2000.md
    branches/gupc/gcc/config/m32r/m32r.c
    branches/gupc/gcc/config/m68k/m68k.c
    branches/gupc/gcc/config/m68k/m68k.md
    branches/gupc/gcc/config/mep/mep.md
    branches/gupc/gcc/config/microblaze/microblaze.c
    branches/gupc/gcc/config/mips/mips-protos.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.h
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/mips/mips.opt
    branches/gupc/gcc/config/mips/t-mips
    branches/gupc/gcc/config/mmix/mmix.c
    branches/gupc/gcc/config/mn10300/mn10300.c
    branches/gupc/gcc/config/msp430/msp430.c
    branches/gupc/gcc/config/nios2/nios2.c
    branches/gupc/gcc/config/nvptx/mkoffload.c
    branches/gupc/gcc/config/nvptx/nvptx.c
    branches/gupc/gcc/config/nvptx/nvptx.h
    branches/gupc/gcc/config/pa/pa.c
    branches/gupc/gcc/config/pdp11/pdp11.c
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rs6000/xcoff.h
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.md
    branches/gupc/gcc/config/s390/vx-builtins.md
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/sparc/sparc.md
    branches/gupc/gcc/config/spu/spu.c
    branches/gupc/gcc/config/spu/spu.md
    branches/gupc/gcc/config/v850/v850.c
    branches/gupc/gcc/config/vax/vax.c
    branches/gupc/gcc/config/visium/visium.c
    branches/gupc/gcc/config/visium/visium.md
    branches/gupc/gcc/config/xtensa/predicates.md
    branches/gupc/gcc/config/xtensa/xtensa.c
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/constexpr.c
    branches/gupc/gcc/cp/cp-gimplify.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/lambda.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/search.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/cprop.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/except.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/fold-const.h
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/gimple-expr.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-fold.h
    branches/gupc/gcc/gimple-match-head.c
    branches/gupc/gcc/gimple-match.h
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/go/gofrontend/MERGE
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/gogo.h
    branches/gupc/gcc/go/gofrontend/lex.cc
    branches/gupc/gcc/go/gofrontend/parse.cc
    branches/gupc/gcc/go/gofrontend/unsafe.cc
    branches/gupc/gcc/graphite-dependences.c
    branches/gupc/gcc/graphite-isl-ast-to-gimple.c
    branches/gupc/gcc/graphite-optimize-isl.c
    branches/gupc/gcc/graphite-poly.c
    branches/gupc/gcc/graphite-poly.h
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/graphite-sese-to-poly.h
    branches/gupc/gcc/graphite.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-icf.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/lto-wrapper.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/params.def
    branches/gupc/gcc/real.c
    branches/gupc/gcc/real.h
    branches/gupc/gcc/reg-stack.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/sese.h
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/fold2.C
    branches/gupc/gcc/testsuite/g++.dg/init/vbase1.C
    branches/gupc/gcc/testsuite/gcc.dg/builtins-47.c
    branches/gupc/gcc/testsuite/gcc.dg/dse.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr30375.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcvt_f16.c
    branches/gupc/gcc/testsuite/gcc.target/arm/attr_thumb-static2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/20060512-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/20060512-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vrangepd-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vrangeps-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vrangesd-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vrangess-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2sd64-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss64-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd64-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss64-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/builtin_target.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gupc/gcc/testsuite/go.test/test/fixedbugs/issue5957.dir/c.go
    branches/gupc/gcc/testsuite/go.test/test/import4.dir/import4.go
    branches/gupc/gcc/testsuite/lib/atomic-dg.exp
    branches/gupc/gcc/testsuite/lib/prune.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/tree-call-cdce.c
    branches/gupc/gcc/tree-complex.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-profile.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-dse.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-loop-unswitch.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-pre.c
    branches/gupc/gcc/tree-ssa-reassoc.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa-threadupdate.h
    branches/gupc/gcc/tree-ssa-uncprop.c
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-stdarg.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/varasm.c
    branches/gupc/libatomic/ChangeLog
    branches/gupc/libatomic/testsuite/lib/libatomic.exp
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/zh_TW.po
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/i386/cpuinfo.c
    branches/gupc/libgo/go/net/fd_unix.go
    branches/gupc/libgo/runtime/go-varargs.c
    branches/gupc/libgo/testsuite/lib/libgo.exp
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/testsuite/lib/libgomp.exp
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/testsuite/lib/libitm.exp
    branches/gupc/liboffloadmic/ChangeLog
    branches/gupc/liboffloadmic/runtime/emulator/coi_device.cpp
    branches/gupc/liboffloadmic/runtime/offload_engine.cpp
    branches/gupc/liboffloadmic/runtime/offload_env.cpp
    branches/gupc/liboffloadmic/runtime/offload_host.cpp
    branches/gupc/libvtv/ChangeLog
    branches/gupc/libvtv/testsuite/lib/libvtv.exp

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



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