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]

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


Author: gfunck
Date: Mon Jul 14 22:56:22 2014
New Revision: 212531

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

Added:
    branches/gupc/libstdc++-v3/testsuite/experimental/any/cons/4.cc
      - copied unchanged from r212510, trunk/libstdc++-v3/testsuite/experimental/any/cons/4.cc
    branches/gupc/libstdc++-v3/testsuite/ext/random/logistic_distribution/
      - copied from r212510, trunk/libstdc++-v3/testsuite/ext/random/logistic_distribution/
    branches/gupc/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/
      - copied from r212510, trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/allocated_ptr.h
    branches/gupc/libstdc++-v3/include/experimental/any
    branches/gupc/libstdc++-v3/include/ext/random
    branches/gupc/libstdc++-v3/include/ext/random.tcc
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/libsupc++/cxxabi.h
    branches/gupc/libstdc++-v3/libsupc++/tinfo.h
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gupc/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc
    branches/gupc/libstdc++-v3/testsuite/lib/gdb-test.exp
    branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_regex.h

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/doc/gcov-tool.texi
      - copied unchanged from r212510, trunk/gcc/doc/gcov-tool.texi
    branches/gupc/gcc/gcov-counter.def
      - copied unchanged from r212510, trunk/gcc/gcov-counter.def
    branches/gupc/gcc/gcov-tool.c
      - copied unchanged from r212510, trunk/gcc/gcov-tool.c
    branches/gupc/gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
      - copied unchanged from r212510, trunk/gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
    branches/gupc/gcc/testsuite/c-c++-common/Wmemset-transposed-args2.c
      - copied unchanged from r212510, trunk/gcc/testsuite/c-c++-common/Wmemset-transposed-args2.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-9.c
      - copied unchanged from r212510, trunk/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-9.c
    branches/gupc/gcc/testsuite/c-c++-common/pr60226.c
      - copied unchanged from r212510, trunk/gcc/testsuite/c-c++-common/pr60226.c
    branches/gupc/gcc/testsuite/c-c++-common/torture/pr61741.c
      - copied unchanged from r212510, trunk/gcc/testsuite/c-c++-common/torture/pr61741.c
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/pr60967.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cilk-plus/pr60967.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/Wnarrowing1.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-inhctor1.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-inhctor1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-neg3.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-neg3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem2.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/explicit8.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/explicit8.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist-array4.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr57466.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/pr57466.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr58155.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/pr58155.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr60209-neg.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/pr60209-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr60209.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/pr60209.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/vt-59361.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp0x/vt-59361.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr57644.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/cpp1y/pr57644.C
    branches/gupc/gcc/testsuite/g++.dg/parse/pr58898.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/parse/pr58898.C
    branches/gupc/gcc/testsuite/g++.dg/template/dtor9a.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/template/dtor9a.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr57466.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/template/pr57466.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/nonzero-1.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/tree-ssa/nonzero-1.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/nonzero-2.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/tree-ssa/nonzero-2.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wmemset-transposed-args-1.C
      - copied unchanged from r212510, trunk/gcc/testsuite/g++.dg/warn/Wmemset-transposed-args-1.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr61673.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.c-torture/execute/pr61673.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr61725.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.c-torture/execute/pr61725.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr61786_0.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/lto/pr61786_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr61786_1.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/lto/pr61786_1.c
    branches/gupc/gcc/testsuite/gcc.dg/memmove-4.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/memmove-4.c
    branches/gupc/gcc/testsuite/gcc.dg/pr61561.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/pr61561.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61576.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/torture/pr61576.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61681.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/torture/pr61681.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61742.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/torture/pr61742.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61757.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/torture/pr61757.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61786.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/torture/pr61786.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr61787.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/torture/pr61787.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-copyprop-2.c
      - copied unchanged from r212523, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-copyprop-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp93.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp93.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr61680.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/vect/pr61680.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-1.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-2.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
    branches/gupc/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm-run.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm-run.c
    branches/gupc/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr61599-1.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/i386/pr61599-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr61599-2.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/i386/pr61599-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/spe-evmerge.c
      - copied unchanged from r212510, trunk/gcc/testsuite/gcc.target/powerpc/spe-evmerge.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocatable_function_8.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/allocatable_function_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/atomic_2.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/coarray/atomic_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_atomic_2.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_atomic_3.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_atomic_4.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/dependency_44.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/dependency_44.f90
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/underflow_1.f90
      - copied unchanged from r212510, trunk/gcc/testsuite/gfortran.dg/ieee/underflow_1.f90
    branches/gupc/gcc/testsuite/gnat.dg/opt39.adb
      - copied unchanged from r212510, trunk/gcc/testsuite/gnat.dg/opt39.adb
    branches/gupc/libgcc/libgcov-util.c
      - copied unchanged from r212510, trunk/libgcc/libgcov-util.c
    branches/gupc/libgo/runtime/chan.goc
      - copied unchanged from r212510, trunk/libgo/runtime/chan.goc
    branches/gupc/libgo/runtime/chan.h
      - copied unchanged from r212510, trunk/libgo/runtime/chan.h
    branches/gupc/libgo/runtime/cpuprof.goc
      - copied unchanged from r212510, trunk/libgo/runtime/cpuprof.goc
    branches/gupc/libgo/runtime/go-iface.goc
      - copied unchanged from r212510, trunk/libgo/runtime/go-iface.goc
    branches/gupc/libgo/runtime/lfstack.goc
      - copied unchanged from r212510, trunk/libgo/runtime/lfstack.goc
    branches/gupc/libgo/runtime/rdebug.goc
      - copied unchanged from r212510, trunk/libgo/runtime/rdebug.goc
Removed:
    branches/gupc/gcc/testsuite/gcc.dg/vect/cond-reduc-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/cond-reduc-2.c
    branches/gupc/libgo/runtime/chan.c
    branches/gupc/libgo/runtime/cpuprof.c
    branches/gupc/libgo/runtime/go-getgoroot.c
    branches/gupc/libgo/runtime/go-typestring.c
    branches/gupc/libgo/runtime/iface.goc
    branches/gupc/libgo/runtime/lfstack.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/asan.c
    branches/gupc/gcc/auto-inc-dec.c
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/bt-load.c
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-gimplify.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c-family/cilk.c
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/cfgcleanup.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/combine-stack-adj.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/compare-elim.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/arc/arc.c
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.h
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/arm.opt
    branches/gupc/gcc/config/arm/cortex-a15.md
    branches/gupc/gcc/config/arm/cortex-a5.md
    branches/gupc/gcc/config/arm/cortex-a53.md
    branches/gupc/gcc/config/arm/cortex-a7.md
    branches/gupc/gcc/config/arm/cortex-a9.md
    branches/gupc/gcc/config/arm/cortex-m4.md
    branches/gupc/gcc/config/arm/cortex-r4.md
    branches/gupc/gcc/config/avr/avr-arch.h
    branches/gupc/gcc/config/avr/avr-devices.c
    branches/gupc/gcc/config/avr/avr-mcus.def
    branches/gupc/gcc/config/avr/avr-tables.opt
    branches/gupc/gcc/config/avr/avr.h
    branches/gupc/gcc/config/avr/driver-avr.c
    branches/gupc/gcc/config/avr/t-multilib
    branches/gupc/gcc/config/epiphany/mode-switch-use.c
    branches/gupc/gcc/config/epiphany/resolve-sw-modes.c
    branches/gupc/gcc/config/i386/i386-builtin-types.def
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/aix51.h
    branches/gupc/gcc/config/rs6000/aix52.h
    branches/gupc/gcc/config/rs6000/aix53.h
    branches/gupc/gcc/config/rs6000/aix61.h
    branches/gupc/gcc/config/rs6000/rs6000-protos.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/spe.md
    branches/gupc/gcc/config/rs6000/xcoff.h
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/sh/sh_optimize_sett_clrt.cc
    branches/gupc/gcc/config/sh/sh_treg_combine.cc
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/xtensa/predicates.md
    branches/gupc/gcc/coverage.c
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/method.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.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/dce.c
    branches/gupc/gcc/df-core.c
    branches/gupc/gcc/doc/gcc.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/dse.c
    branches/gupc/gcc/dwarf2cfi.c
    branches/gupc/gcc/except.c
    branches/gupc/gcc/final.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fold-const.h
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/check.c
    branches/gupc/gcc/fortran/dependency.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/intrinsic.c
    branches/gupc/gcc/fortran/intrinsic.h
    branches/gupc/gcc/fortran/intrinsic.texi
    branches/gupc/gcc/fortran/iso-fortran-env.def
    branches/gupc/gcc/fortran/libgfortran.h
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/fortran/trans-types.c
    branches/gupc/gcc/fortran/trans.h
    branches/gupc/gcc/function.c
    branches/gupc/gcc/fwprop.c
    branches/gupc/gcc/gcov-dump.c
    branches/gupc/gcc/gcov-io.c
    branches/gupc/gcc/gcov-io.h
    branches/gupc/gcc/gcse.c
    branches/gupc/gcc/gimple-low.c
    branches/gupc/gcc/gimple-ssa-isolate-paths.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/lex.cc
    branches/gupc/gcc/graphite-clast-to-gimple.c
    branches/gupc/gcc/graphite-htab.h
    branches/gupc/gcc/graphite-isl-ast-to-gimple.c
    branches/gupc/gcc/graphite.c
    branches/gupc/gcc/hash-table.h
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/init-regs.c
    branches/gupc/gcc/ipa-comdats.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-devirt.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-profile.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-pure-const.c
    branches/gupc/gcc/ipa-reference.c
    branches/gupc/gcc/ipa-split.c
    branches/gupc/gcc/ipa-visibility.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/builtins.c
    branches/gupc/gcc/java/class.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/loop-init.c
    branches/gupc/gcc/lower-subreg.c
    branches/gupc/gcc/lra-constraints.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-streamer.h
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/mode-switching.c
    branches/gupc/gcc/modulo-sched.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/postreload-gcse.c
    branches/gupc/gcc/postreload.c
    branches/gupc/gcc/predict.c
    branches/gupc/gcc/recog.c
    branches/gupc/gcc/ree.c
    branches/gupc/gcc/reg-stack.c
    branches/gupc/gcc/regcprop.c
    branches/gupc/gcc/reginfo.c
    branches/gupc/gcc/regrename.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/sched-rgn.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/sese.h
    branches/gupc/gcc/stack-ptr-mod.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/store-motion.c
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/override1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/udlit-empty-string-neg.C
    branches/gupc/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    branches/gupc/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/gupc/gcc/testsuite/g++.dg/template/dtor9.C
    branches/gupc/gcc/testsuite/g++.dg/template/unify6.C
    branches/gupc/gcc/testsuite/gcc.dg/cpp/macsyntx.c
    branches/gupc/gcc/testsuite/gcc.dg/cpp/sysmac1.c
    branches/gupc/gcc/testsuite/gcc.dg/globalalias.c
    branches/gupc/gcc/testsuite/gcc.dg/localalias.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/gupc/gcc/testsuite/gcc.dg/pr36901.h
    branches/gupc/gcc/testsuite/gcc.dg/pr44024.c
    branches/gupc/gcc/testsuite/gcc.dg/strlenopt-8.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-16.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fuse-caller-save-micromips.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fuse-caller-save-mips16.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fuse-caller-save.c
    branches/gupc/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/coarray_lib_realloc_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/list_read_12.f90
    branches/gupc/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/timevar.def
    branches/gupc/gcc/tracer.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-call-cdce.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfgcleanup.c
    branches/gupc/gcc/tree-complex.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-emutls.c
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-loop-distribution.c
    branches/gupc/gcc/tree-nrv.c
    branches/gupc/gcc/tree-object-size.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-alias.c
    branches/gupc/gcc/tree-ssa-alias.h
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa-copy.c
    branches/gupc/gcc/tree-ssa-copyrename.c
    branches/gupc/gcc/tree-ssa-dce.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-dom.h
    branches/gupc/gcc/tree-ssa-dse.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-ifcombine.c
    branches/gupc/gcc/tree-ssa-loop-ch.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-loop-ivcanon.c
    branches/gupc/gcc/tree-ssa-loop-prefetch.c
    branches/gupc/gcc/tree-ssa-loop-unswitch.c
    branches/gupc/gcc/tree-ssa-loop.c
    branches/gupc/gcc/tree-ssa-math-opts.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-reassoc.c
    branches/gupc/gcc/tree-ssa-sink.c
    branches/gupc/gcc/tree-ssa-strlen.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-uncprop.c
    branches/gupc/gcc/tree-ssa-uninit.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-stdarg.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-vectorizer.c
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tsan.c
    branches/gupc/gcc/ubsan.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varpool.c
    branches/gupc/gcc/vtable-verify.c
    branches/gupc/gcc/web.c
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/macro.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/libgcov-driver.c
    branches/gupc/libgcc/libgcov-merge.c
    branches/gupc/libgcc/libgcov.h
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/caf/libcaf.h
    branches/gupc/libgfortran/caf/single.c
    branches/gupc/libgfortran/config/fpu-387.h
    branches/gupc/libgfortran/config/fpu-aix.h
    branches/gupc/libgfortran/config/fpu-generic.h
    branches/gupc/libgfortran/config/fpu-glibc.h
    branches/gupc/libgfortran/config/fpu-sysv.h
    branches/gupc/libgfortran/ieee/ieee_arithmetic.F90
    branches/gupc/libgfortran/intrinsics/c99_functions.c
    branches/gupc/libgfortran/libgfortran.h
    branches/gupc/libgfortran/runtime/stop.c
    branches/gupc/libgo/MERGE
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/go/runtime/export_test.go
    branches/gupc/libgo/go/runtime/pprof/pprof_test.go
    branches/gupc/libgo/merge.sh
    branches/gupc/libgo/runtime/go-cgo.c
    branches/gupc/libgo/runtime/go-eface-compare.c
    branches/gupc/libgo/runtime/go-eface-val-compare.c
    branches/gupc/libgo/runtime/go-interface-eface-compare.c
    branches/gupc/libgo/runtime/go-type-eface.c
    branches/gupc/libgo/runtime/go-type.h
    branches/gupc/libgo/runtime/goc2c.c
    branches/gupc/libgo/runtime/malloc.goc
    branches/gupc/libgo/runtime/malloc.h
    branches/gupc/libgo/runtime/mgc0.c
    branches/gupc/libgo/runtime/parfor.c
    branches/gupc/libgo/runtime/print.c
    branches/gupc/libgo/runtime/proc.c
    branches/gupc/libgo/runtime/reflect.goc
    branches/gupc/libgo/runtime/runtime.c
    branches/gupc/libgo/runtime/runtime.h
    branches/gupc/libgo/runtime/runtime1.goc
    branches/gupc/libgo/runtime/string.goc
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/testsuite/libgomp.fortran/pr34020.f90

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]