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]

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


Author: gfunck
Date: Sat Nov 16 07:47:08 2013
New Revision: 204897

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

Added:
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/map/allocator/
      - copied from r204896, trunk/libstdc++-v3/testsuite/23_containers/map/allocator/
    branches/gupc/libstdc++-v3/testsuite/23_containers/multimap/allocator/
      - copied from r204896, trunk/libstdc++-v3/testsuite/23_containers/multimap/allocator/
    branches/gupc/libstdc++-v3/testsuite/23_containers/multiset/allocator/
      - copied from r204896, trunk/libstdc++-v3/testsuite/23_containers/multiset/allocator/
    branches/gupc/libstdc++-v3/testsuite/23_containers/set/allocator/
      - copied from r204896, trunk/libstdc++-v3/testsuite/23_containers/set/allocator/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/bool/emplace.cc
      - copied unchanged from r204896, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/emplace.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/doc/xml/manual/build_hacking.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/configure.xml
    branches/gupc/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/gupc/libstdc++-v3/include/bits/alloc_traits.h
    branches/gupc/libstdc++-v3/include/bits/atomic_base.h
    branches/gupc/libstdc++-v3/include/bits/forward_list.h
    branches/gupc/libstdc++-v3/include/bits/hashtable_policy.h
    branches/gupc/libstdc++-v3/include/bits/random.h
    branches/gupc/libstdc++-v3/include/bits/stl_bvector.h
    branches/gupc/libstdc++-v3/include/bits/stl_map.h
    branches/gupc/libstdc++-v3/include/bits/stl_multimap.h
    branches/gupc/libstdc++-v3/include/bits/stl_multiset.h
    branches/gupc/libstdc++-v3/include/bits/stl_set.h
    branches/gupc/libstdc++-v3/include/bits/stl_tree.h
    branches/gupc/libstdc++-v3/include/bits/stl_vector.h
    branches/gupc/libstdc++-v3/include/bits/unordered_map.h
    branches/gupc/libstdc++-v3/include/bits/unordered_set.h
    branches/gupc/libstdc++-v3/include/ext/cast.h
    branches/gupc/libstdc++-v3/include/ext/pod_char_traits.h
    branches/gupc/libstdc++-v3/include/std/mutex
    branches/gupc/libstdc++-v3/libsupc++/cxxabi.h
    branches/gupc/libstdc++-v3/scripts/extract_symvers.in
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/pb_ds/example/hash_illegal_resize.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/testcase.h
    branches/gupc/libstdc++-v3/testsuite/util/exception/safety.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_containers.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_hooks.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/ada/s-linux-x32.ads
      - copied unchanged from r204896, trunk/gcc/ada/s-linux-x32.ads
    branches/gupc/gcc/ada/s-osprim-x32.adb
      - copied unchanged from r204896, trunk/gcc/ada/s-osprim-x32.adb
    branches/gupc/gcc/c-family/c-cilkplus.c
      - copied unchanged from r204896, trunk/gcc/c-family/c-cilkplus.c
    branches/gupc/gcc/config/arm/aarch-cost-tables.h
      - copied unchanged from r204896, trunk/gcc/config/arm/aarch-cost-tables.h
    branches/gupc/gcc/config/i386/subst.md
      - copied unchanged from r204896, trunk/gcc/config/i386/subst.md
    branches/gupc/gcc/cp/cp-cilkplus.c
      - copied unchanged from r204896, trunk/gcc/cp/cp-cilkplus.c
    branches/gupc/gcc/gimple-iterator.h
      - copied unchanged from r204896, trunk/gcc/gimple-iterator.h
    branches/gupc/gcc/gimple-walk.c
      - copied unchanged from r204896, trunk/gcc/gimple-walk.c
    branches/gupc/gcc/gimple-walk.h
      - copied unchanged from r204896, trunk/gcc/gimple-walk.h
    branches/gupc/gcc/gimplify-me.c
      - copied unchanged from r204896, trunk/gcc/gimplify-me.c
    branches/gupc/gcc/gimplify-me.h
      - copied unchanged from r204896, trunk/gcc/gimplify-me.h
    branches/gupc/gcc/gimplify.h
      - copied, changed from r204896, trunk/gcc/gimplify.h
    branches/gupc/gcc/testsuite/c-c++-common/cilk-plus/PS/
      - copied from r204896, trunk/gcc/testsuite/c-c++-common/cilk-plus/PS/
    branches/gupc/gcc/testsuite/c-c++-common/cpp/ucnid-2011-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/c-c++-common/cpp/ucnid-2011-1.c
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/for.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cilk-plus/for.C
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/for2.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cilk-plus/for2.C
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/for3.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cilk-plus/for3.C
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/for4.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cilk-plus/for4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-enum-1.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-enum-1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template3.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template4.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template5.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template6.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template7.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-template8.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-template8.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-cfun.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-cfun.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-mixed.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-mixed.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-udt.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-udt.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-x.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-x.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-xcfun.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-xcfun.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-xudt.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-xudt.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58533.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58533.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58534.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58534.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58536.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58536.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58548.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58548.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58549.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58549.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58637.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/cpp1y/pr58637.C
    branches/gupc/gcc/testsuite/g++.dg/eh/ppc64-sighandle-cr.C
      - copied unchanged from r204896, trunk/gcc/testsuite/g++.dg/eh/ppc64-sighandle-cr.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr59102.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.c-torture/compile/pr59102.c
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr59119.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.c-torture/compile/pr59119.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr59101.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.c-torture/execute/pr59101.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic/stdatomic-vm.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-vm.c
    branches/gupc/gcc/testsuite/gcc.dg/auto-type-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/auto-type-1.c
    branches/gupc/gcc/testsuite/gcc.dg/auto-type-2.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/auto-type-2.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-complex-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/c11-complex-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-thread-local-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/c11-thread-local-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c11-thread-local-2.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/c11-thread-local-2.c
    branches/gupc/gcc/testsuite/gcc.dg/c90-thread-local-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/c90-thread-local-1.c
    branches/gupc/gcc/testsuite/gcc.dg/c99-thread-local-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/c99-thread-local-1.c
    branches/gupc/gcc/testsuite/gcc.dg/cilk-plus/for1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/cilk-plus/for1.c
    branches/gupc/gcc/testsuite/gcc.dg/cilk-plus/for2.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/cilk-plus/for2.c
    branches/gupc/gcc/testsuite/gcc.dg/cilk-plus/jump.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/cilk-plus/jump.c
    branches/gupc/gcc/testsuite/gcc.dg/cpp/ucnid-9.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/cpp/ucnid-9.c
    branches/gupc/gcc/testsuite/gcc.dg/guality/param-4.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/guality/param-4.c
    branches/gupc/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-1.c
    branches/gupc/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-2.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr10474.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/pr10474.c
    branches/gupc/gcc/testsuite/gcc.dg/tail-merge-store.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tail-merge-store.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/20131115-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/torture/20131115-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/alias-27.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-27.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/alias-28.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-28.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-5.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr58853.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.target/i386/pr58853.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr59054.c
      - copied unchanged from r204896, trunk/gcc/testsuite/gcc.target/powerpc/pr59054.c
    branches/gupc/gcc/testsuite/gnat.dg/aggr21.adb
      - copied unchanged from r204896, trunk/gcc/testsuite/gnat.dg/aggr21.adb
    branches/gupc/gcc/testsuite/gnat.dg/aggr21_pkg.adb
      - copied unchanged from r204896, trunk/gcc/testsuite/gnat.dg/aggr21_pkg.adb
    branches/gupc/gcc/testsuite/gnat.dg/aggr21_pkg.ads
      - copied unchanged from r204896, trunk/gcc/testsuite/gnat.dg/aggr21_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/stack_usage1b.adb
      - copied unchanged from r204896, trunk/gcc/testsuite/gnat.dg/stack_usage1b.adb
    branches/gupc/gcc/testsuite/gnat.dg/stack_usage1c.adb
      - copied unchanged from r204896, trunk/gcc/testsuite/gnat.dg/stack_usage1c.adb
    branches/gupc/libgcc/libgcov-driver-system.c
      - copied unchanged from r204896, trunk/libgcc/libgcov-driver-system.c
    branches/gupc/libgcc/libgcov-driver.c
      - copied unchanged from r204896, trunk/libgcc/libgcov-driver.c
    branches/gupc/libgcc/libgcov-interface.c
      - copied unchanged from r204896, trunk/libgcc/libgcov-interface.c
    branches/gupc/libgcc/libgcov-merge.c
      - copied unchanged from r204896, trunk/libgcc/libgcov-merge.c
    branches/gupc/libgcc/libgcov-profiler.c
      - copied unchanged from r204896, trunk/libgcc/libgcov-profiler.c
    branches/gupc/libgo/go/go/build/syslist.go
      - copied unchanged from r204896, trunk/libgo/go/go/build/syslist.go
    branches/gupc/libgo/runtime/netpoll_select.c
      - copied unchanged from r204896, trunk/libgo/runtime/netpoll_select.c
Removed:
    branches/gupc/gcc/config/aarch64/aarch64-generic.md
    branches/gupc/gcc/config/aarch64/large.md
    branches/gupc/gcc/config/aarch64/small.md
    branches/gupc/libgcc/config/arm/t-vxworks
    branches/gupc/libgcc/libgcov.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/config/ChangeLog
    branches/gupc/config/picflag.m4
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/acinclude.m4
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/Makefile.in
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/ada/s-linux-alpha.ads
    branches/gupc/gcc/ada/s-linux-hppa.ads
    branches/gupc/gcc/ada/s-linux-mipsel.ads
    branches/gupc/gcc/ada/s-linux-sparc.ads
    branches/gupc/gcc/ada/s-linux.ads
    branches/gupc/gcc/ada/s-osinte-linux.ads
    branches/gupc/gcc/ada/s-osinte-posix.adb
    branches/gupc/gcc/ada/s-taprop-linux.adb
    branches/gupc/gcc/asan.c
    branches/gupc/gcc/basic-block.h
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-gimplify.c
    branches/gupc/gcc/c-family/c-omp.c
    branches/gupc/gcc/c-family/c-pragma.c
    branches/gupc/gcc/c-family/c-pragma.h
    branches/gupc/gcc/c-family/c-pretty-print.c
    branches/gupc/gcc/c-family/c-ubsan.c
    branches/gupc/gcc/c-family/cilk.c
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-decl.c
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-tree.h
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfgloop.c
    branches/gupc/gcc/cfgloopmanip.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/cgraphclones.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/cilk-common.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/aarch64/aarch64-arches.def
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64-cores.def
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64-tune.md
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.h
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/arc/arc.h
    branches/gupc/gcc/config/arc/arc.md
    branches/gupc/gcc/config/arm/arm-cores.def
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/cortex-a15.md
    branches/gupc/gcc/config/c6x/c6x.c
    branches/gupc/gcc/config/darwin.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/predicates.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/mep/mep.c
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/nds32/nds32.c
    branches/gupc/gcc/config/rs6000/altivec.md
    branches/gupc/gcc/config/rs6000/linux64.h
    branches/gupc/gcc/config/rs6000/option-defaults.h
    branches/gupc/gcc/config/rs6000/ppc-asm.h
    branches/gupc/gcc/config/rs6000/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000-c.c
    branches/gupc/gcc/config/rs6000/rs6000-opts.h
    branches/gupc/gcc/config/rs6000/rs6000-protos.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.h
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rs6000/rs6000.opt
    branches/gupc/gcc/config/rs6000/sysv4.h
    branches/gupc/gcc/config/rs6000/sysv4le.h
    branches/gupc/gcc/config/rs6000/vector.md
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/spu/spu.c
    branches/gupc/gcc/config/stormy16/stormy16.c
    branches/gupc/gcc/config/tilegx/tilegx.c
    branches/gupc/gcc/config/tilepro/tilepro.c
    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/Make-lang.in
    branches/gupc/gcc/cp/class.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/decl2.c
    branches/gupc/gcc/cp/except.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/method.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/parser.h
    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/cp/vtable-class-hierarchy.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/generic.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expr.h
    branches/gupc/gcc/final.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/f95-lang.c
    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-openmp.c
    branches/gupc/gcc/fortran/trans.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/gcov-io.h
    branches/gupc/gcc/gengtype.c
    branches/gupc/gcc/gimple-expr.c
    branches/gupc/gcc/gimple-expr.h
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-iterator.c
    branches/gupc/gcc/gimple-low.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple-ssa-isolate-paths.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimple-streamer-in.c
    branches/gupc/gcc/gimple-streamer-out.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/ginclude/stdatomic.h
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/go-lang.c
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/gogo-tree.cc
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/graphite-blocking.c
    branches/gupc/gcc/graphite-clast-to-gimple.c
    branches/gupc/gcc/graphite-dependences.c
    branches/gupc/gcc/graphite-interchange.c
    branches/gupc/gcc/graphite-optimize-isl.c
    branches/gupc/gcc/graphite-poly.c
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/graphite.c
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/ifcvt.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-split.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-color.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/java-gimplify.c
    branches/gupc/gcc/langhooks.c
    branches/gupc/gcc/loop-init.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/lto-symtab.c
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/predict.c
    branches/gupc/gcc/predict.h
    branches/gupc/gcc/profile.c
    branches/gupc/gcc/reload1.c
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/targhooks.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
    branches/gupc/gcc/testsuite/g++.dg/dg.exp
    branches/gupc/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c
    branches/gupc/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c
    branches/gupc/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp
    branches/gupc/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/gupc/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gupc/gcc/testsuite/gcc.dg/strlenopt-1.c
    branches/gupc/gcc/testsuite/gcc.dg/strlenopt-1f.c
    branches/gupc/gcc/testsuite/gcc.dg/tls/diag-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-vrp-thread-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-alias-check.c
    branches/gupc/gcc/testsuite/gcc.dg/vmx/3b-15.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-3.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/no-r11-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/no-r11-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/no-r11-3.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc64-abi-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc64-abi-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc64-abi-dfp-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr57949-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr57949-2.c
    branches/gupc/gcc/testsuite/lib/g++.exp
    branches/gupc/gcc/testsuite/lib/gcc.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/testsuite/objc.dg/tls/diag-2.m
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/tracer.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-affine.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-core.h
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-dfa.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-emutls.c
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-iterator.c
    branches/gupc/gcc/tree-loop-distribution.c
    branches/gupc/gcc/tree-nested.c
    branches/gupc/gcc/tree-nrv.c
    branches/gupc/gcc/tree-object-size.c
    branches/gupc/gcc/tree-outof-ssa.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-phinodes.c
    branches/gupc/gcc/tree-phinodes.h
    branches/gupc/gcc/tree-predcom.c
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-profile.c
    branches/gupc/gcc/tree-scalar-evolution.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-address.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-coalesce.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-dse.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-ifcombine.c
    branches/gupc/gcc/tree-ssa-live.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-ivopts.c
    branches/gupc/gcc/tree-ssa-loop-manip.c
    branches/gupc/gcc/tree-ssa-loop-niter.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-propagate.c
    branches/gupc/gcc/tree-ssa-reassoc.c
    branches/gupc/gcc/tree-ssa-sccvn.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-tail-merge.c
    branches/gupc/gcc/tree-ssa-ter.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-ssa-threadupdate.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-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-vect-loop-manip.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.def
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/tsan.c
    branches/gupc/gcc/upc/upc-genericize.c
    branches/gupc/gcc/upc/upc-pts-struct.c
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/value-prof.h
    branches/gupc/gcc/vtable-verify.c
    branches/gupc/libada/ChangeLog
    branches/gupc/libada/configure
    branches/gupc/libcilkrts/ChangeLog
    branches/gupc/libcilkrts/Makefile.am
    branches/gupc/libcilkrts/Makefile.in
    branches/gupc/libcilkrts/configure
    branches/gupc/libcilkrts/configure.ac
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/charset.c
    branches/gupc/libcpp/include/cpplib.h
    branches/gupc/libcpp/init.c
    branches/gupc/libcpp/internal.h
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/makeucnid.c
    branches/gupc/libcpp/ucnid.h
    branches/gupc/libcpp/ucnid.tab
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/Makefile.in
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/rs6000/linux-unwind.h
    branches/gupc/libgcc/config/rs6000/tramp.S
    branches/gupc/libgcc/configure
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/configure
    branches/gupc/libgfortran/configure.ac
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/go/net/fd_unix.go
    branches/gupc/libgo/go/os/os_test.go
    branches/gupc/libgo/mksysinfo.sh
    branches/gupc/libgo/runtime/go-caller.c
    branches/gupc/libgo/runtime/malloc.goc
    branches/gupc/libgo/runtime/malloc.h
    branches/gupc/libgo/runtime/mgc0.c
    branches/gupc/libgo/runtime/netpoll_epoll.c
    branches/gupc/libgo/runtime/netpoll_kqueue.c
    branches/gupc/libgo/runtime/netpoll_stub.c
    branches/gupc/libgo/runtime/proc.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/configure
    branches/gupc/libiberty/cp-demangle.c
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/config/powerpc/sjlj.S
    branches/gupc/libsanitizer/ChangeLog
    branches/gupc/libsanitizer/asan/asan_interceptors.cc
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_common_syscalls.inc
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc

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]