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

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Nov 9 21:53:00 GMT 2015


Author: gfunck
Date: Mon Nov  9 21:53:12 2015
New Revision: 230053

URL: https://gcc.gnu.org/viewcvs?rev=230053&root=gcc&view=rev
Log:
Merge trunk version 230003 into gupc branch.
* libatomic/Makefile.am: Revert.
Can't use $(filter-out) in an automake variable assignment.
* libatomic/Makefile.in: Re-generate.

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/
      - copied from r230007, trunk/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/stl_pair.h
    branches/gupc/libstdc++-v3/include/std/tuple
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/libsupc++/new
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/cons/explicit_construct.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/complex/requirements/constexpr_functions.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/fold-const-call.c
      - copied unchanged from r230007, trunk/gcc/fold-const-call.c
    branches/gupc/gcc/fold-const-call.h
      - copied unchanged from r230007, trunk/gcc/fold-const-call.h
    branches/gupc/gcc/testsuite/c-c++-common/builtin-offsetof-2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/builtin-offsetof-2.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/combined-directives.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/goacc/combined-directives.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/loop-clauses.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/goacc/loop-clauses.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/tile.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/goacc/tile.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/distribute-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/distribute-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/element-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/element-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/nesting-2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/nesting-2.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/ordered-4.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/ordered-4.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/schedule-modifiers-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/schedule-modifiers-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/target-teams-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/c-c++-common/gomp/target-teams-1.c
    branches/gupc/gcc/testsuite/g++.dg/concepts/auto3.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/concepts/auto3.C
    branches/gupc/gcc/testsuite/g++.dg/concepts/placeholder6.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/concepts/placeholder6.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice15.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice15.C
    branches/gupc/gcc/testsuite/g++.dg/goacc/template.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/goacc/template.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/atomic-17.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/atomic-17.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/declare-simd-4.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/declare-simd-4.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/declare-simd-5.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/declare-simd-5.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/declare-target-1.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/declare-target-1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/linear-2.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/linear-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/loop-1.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/loop-1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/loop-2.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/loop-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/loop-3.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/loop-3.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/member-3.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/member-3.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/member-4.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/member-4.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/target-teams-1.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/gomp/target-teams-1.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr68057_0.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/lto/pr68057_0.C
    branches/gupc/gcc/testsuite/g++.dg/lto/pr68057_1.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/lto/pr68057_1.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr68220.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/torture/pr68220.C
    branches/gupc/gcc/testsuite/g++.dg/vect/pr68145.cc
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/vect/pr68145.cc
    branches/gupc/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
      - copied unchanged from r230007, trunk/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr67929_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.c-torture/execute/pr67929_1.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/declare-simd-3.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/declare-simd-3.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/declare-simd-4.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/declare-simd-4.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/for-20.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/for-20.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/for-21.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/for-21.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/for-22.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/for-22.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/for-23.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/for-23.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/for-24.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/for-24.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/linear-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/linear-1.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/loop-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/gomp/loop-1.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/fuse-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/graphite/fuse-1.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/fuse-2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/graphite/fuse-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ifcvt-4.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/ifcvt-4.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68088_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/pr68088_1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68090.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/pr68090.c
    branches/gupc/gcc/testsuite/gcc.dg/pr68112.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/pr68112.c
    branches/gupc/gcc/testsuite/gcc.dg/sso/
      - copied from r230007, trunk/gcc/testsuite/gcc.dg/sso/
    branches/gupc/gcc/testsuite/gcc.dg/sso-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-1.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-2.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-3.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-3.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-4.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-4.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-5.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-5.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-6.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-6.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-7.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-7.c
    branches/gupc/gcc/testsuite/gcc.dg/sso-8.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/sso-8.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68083.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/torture/pr68083.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/restrict-7.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/tree-ssa/restrict-7.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/restrict-8.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/tree-ssa/restrict-8.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/bb-slp-38.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-38.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vqtbX.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vqtbX.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/fp16/set_zero_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/fp16/set_zero_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulx_f32_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulx_f32_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulx_f64_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulx_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulxd_f64_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulxd_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f32_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f32_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f64_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulxq_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vmulxs_f32_1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmulxs_f32_1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/addr-space-1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/addr-space-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/addr-space-2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/addr-space-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/addr-space-3.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/addr-space-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/movbe-3.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/movbe-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc1.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc2.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc3.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc4.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc5.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc6.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc6.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mvc7.c
      - copied unchanged from r230007, trunk/gcc/testsuite/gcc.target/i386/mvc7.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_arrayspec_1.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/allocate_with_arrayspec_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/default.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/default.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/default_none.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/default_none.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/firstprivate-1.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/firstprivate-1.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/gang-static.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/gang-static.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/kernels-loop-inner.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/kernels-loop-inner.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/kernels-loops-adjacent.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/kernels-loops-adjacent.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/loop-4.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/loop-4.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/loop-5.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/loop-5.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/loop-6.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/loop-6.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/multi-clause.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/multi-clause.f90
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/update.f95
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/goacc/update.f95
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/PR53852.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/graphite/PR53852.f90
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/PR67518.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/graphite/PR67518.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr66465.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/pr66465.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr68053.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/pr68053.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr68151.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/pr68151.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr68153.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/pr68153.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr68224.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/pr68224.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_47.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/proc_ptr_47.f90
    branches/gupc/gcc/testsuite/gfortran.dg/warn_unused_function_3.f90
      - copied unchanged from r230007, trunk/gcc/testsuite/gfortran.dg/warn_unused_function_3.f90
    branches/gupc/gcc/testsuite/gnat.dg/slice9.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/slice9.adb
    branches/gupc/gcc/testsuite/gnat.dg/specs/sso1.ads
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/specs/sso1.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/sso2.ads
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/specs/sso2.ads
    branches/gupc/gcc/testsuite/gnat.dg/sso/
      - copied from r230007, trunk/gcc/testsuite/gnat.dg/sso/
    branches/gupc/gcc/testsuite/gnat.dg/sso1.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso1.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso2.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso2.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso2.ads
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso2.ads
    branches/gupc/gcc/testsuite/gnat.dg/sso3.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso4.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso4.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso5.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso6.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso7.adb
      - copied unchanged from r230007, trunk/gcc/testsuite/gnat.dg/sso7.adb
    branches/gupc/libgcc/config/rs6000/atexit.c
      - copied unchanged from r230007, trunk/libgcc/config/rs6000/atexit.c
    branches/gupc/libgo/go/syscall/libcall_bsd.go
      - copied unchanged from r230007, trunk/libgo/go/syscall/libcall_bsd.go
    branches/gupc/libgomp/testsuite/libgomp.c++/member-6.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/member-6.C
    branches/gupc/libgomp/testsuite/libgomp.c++/member-7.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/member-7.C
    branches/gupc/libgomp/testsuite/libgomp.c++/monotonic-1.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/monotonic-1.C
    branches/gupc/libgomp/testsuite/libgomp.c++/monotonic-2.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/monotonic-2.C
    branches/gupc/libgomp/testsuite/libgomp.c++/nonmonotonic-1.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/nonmonotonic-1.C
    branches/gupc/libgomp/testsuite/libgomp.c++/nonmonotonic-2.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/nonmonotonic-2.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-3.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-3.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-4.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-4.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-5.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-5.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-6.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-6.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-7.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-7.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-8.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-8.C
    branches/gupc/libgomp/testsuite/libgomp.c++/pr66199-9.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/pr66199-9.C
    branches/gupc/libgomp/testsuite/libgomp.c++/reduction-11.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/reduction-11.C
    branches/gupc/libgomp/testsuite/libgomp.c++/reduction-12.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/reduction-12.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-13.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-13.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-14.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-14.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-15.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-15.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-16.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-16.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-17.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-17.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-18.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-18.C
    branches/gupc/libgomp/testsuite/libgomp.c++/target-19.C
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c++/target-19.C
    branches/gupc/libgomp/testsuite/libgomp.c/monotonic-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/monotonic-1.c
    branches/gupc/libgomp/testsuite/libgomp.c/monotonic-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/monotonic-2.c
    branches/gupc/libgomp/testsuite/libgomp.c/nonmonotonic-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/nonmonotonic-1.c
    branches/gupc/libgomp/testsuite/libgomp.c/nonmonotonic-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/nonmonotonic-2.c
    branches/gupc/libgomp/testsuite/libgomp.c/pr66199-5.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/pr66199-5.c
    branches/gupc/libgomp/testsuite/libgomp.c/pr66199-6.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/pr66199-6.c
    branches/gupc/libgomp/testsuite/libgomp.c/pr66199-7.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/pr66199-7.c
    branches/gupc/libgomp/testsuite/libgomp.c/pr66199-8.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/pr66199-8.c
    branches/gupc/libgomp/testsuite/libgomp.c/pr66199-9.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/pr66199-9.c
    branches/gupc/libgomp/testsuite/libgomp.c/reduction-11.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/reduction-11.c
    branches/gupc/libgomp/testsuite/libgomp.c/reduction-12.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/reduction-12.c
    branches/gupc/libgomp/testsuite/libgomp.c/reduction-13.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/reduction-13.c
    branches/gupc/libgomp/testsuite/libgomp.c/reduction-14.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/reduction-14.c
    branches/gupc/libgomp/testsuite/libgomp.c/reduction-15.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/reduction-15.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-28.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/target-28.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-29.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/target-29.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-30.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/target-30.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-teams-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.c/target-teams-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-4.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-4.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-6.c
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-6.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/atomic_capture-1.f90
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-fortran/atomic_capture-1.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/atomic_rw-1.f90
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-fortran/atomic_rw-1.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/atomic_update-1.f90
      - copied unchanged from r230007, trunk/libgomp/testsuite/libgomp.oacc-fortran/atomic_update-1.f90
Removed:
    branches/gupc/gcc/config/arm/coff.h
    branches/gupc/gcc/testsuite/gcc.dg/mvc1.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc2.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc3.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc4.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc5.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc6.c
    branches/gupc/gcc/testsuite/gcc.dg/mvc7.c
    branches/gupc/gcc/testsuite/gcc.target/arm/mincmp.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr67929_1.c
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/reduction-2.f95
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/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/gigi.h
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/alloc-pool.h
    branches/gupc/gcc/asan.c
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/builtin-types.def
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/builtins.def
    branches/gupc/gcc/builtins.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-omp.c
    branches/gupc/gcc/c-family/c-pragma.c
    branches/gupc/gcc/c-family/c-pragma.h
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-decl.c
    branches/gupc/gcc/c/c-errors.c
    branches/gupc/gcc/c/c-objc-common.c
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/c/c-upc-low.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfg-flags.def
    branches/gupc/gcc/cfganal.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/common/config/i386/i386-common.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64-tuning-flags.def
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/aarch64.opt
    branches/gupc/gcc/config/aarch64/arm_neon.h
    branches/gupc/gcc/config/aarch64/iterators.md
    branches/gupc/gcc/config/arm/aarch-common.c
    branches/gupc/gcc/config/arm/arm-ldmstm.ml
    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/ldmstm.md
    branches/gupc/gcc/config/arm/neon-testgen.ml
    branches/gupc/gcc/config/arm/sync.md
    branches/gupc/gcc/config/arm/thumb2.md
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386-protos.h
    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/rdos.h
    branches/gupc/gcc/config/mips/loongson.md
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/nvptx/nvptx.c
    branches/gupc/gcc/config/rs6000/freebsd64.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/sparc/sparc.opt
    branches/gupc/gcc/config/tilegx/tilegx.c
    branches/gupc/gcc/config/tilepro/tilepro.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/constraint.cc
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/mangle.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/typeck.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/dbxout.c
    branches/gupc/gcc/diagnostic-color.c
    branches/gupc/gcc/diagnostic-core.h
    branches/gupc/gcc/diagnostic-show-locus.c
    branches/gupc/gcc/diagnostic.c
    branches/gupc/gcc/diagnostic.h
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/md.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expmed.h
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/expr.h
    branches/gupc/gcc/flag-types.h
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fold-const.h
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/array.c
    branches/gupc/gcc/fortran/check.c
    branches/gupc/gcc/fortran/class.c
    branches/gupc/gcc/fortran/cpp.c
    branches/gupc/gcc/fortran/decl.c
    branches/gupc/gcc/fortran/error.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/match.c
    branches/gupc/gcc/fortran/match.h
    branches/gupc/gcc/fortran/openmp.c
    branches/gupc/gcc/fortran/parse.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/st.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-openmp.c
    branches/gupc/gcc/fortran/trans-types.c
    branches/gupc/gcc/fortran/trans.c
    branches/gupc/gcc/fortran/types.def
    branches/gupc/gcc/function.c
    branches/gupc/gcc/genconditions.c
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gimple-expr.c
    branches/gupc/gcc/gimple-expr.h
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-laddress.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/go/gofrontend/MERGE
    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/ifcvt.c
    branches/gupc/gcc/input.c
    branches/gupc/gcc/internal-fn.c
    branches/gupc/gcc/internal-fn.def
    branches/gupc/gcc/internal-fn.h
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-polymorphic-call.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-prop.h
    branches/gupc/gcc/jit/ChangeLog
    branches/gupc/gcc/jit/jit-builtins.c
    branches/gupc/gcc/lra.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-lang.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/multiple_target.c
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-encoding.c
    branches/gupc/gcc/omp-builtins.def
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/omp-low.h
    branches/gupc/gcc/output.h
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/postreload-gcse.c
    branches/gupc/gcc/pretty-print.c
    branches/gupc/gcc/pretty-print.h
    branches/gupc/gcc/print-tree.c
    branches/gupc/gcc/realmpfr.c
    branches/gupc/gcc/realmpfr.h
    branches/gupc/gcc/rtl-error.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/sched-deps.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/sese.h
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/target.def
    branches/gupc/gcc/targhooks.c
    branches/gupc/gcc/targhooks.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/goacc-gomp/nesting-1.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc-gomp/nesting-fail-1.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/loop-shape.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c
    branches/gupc/gcc/testsuite/c-c++-common/goacc/update-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/cancel-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/clauses-2.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/clauses-4.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/declare-target-2.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/doacross-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/nesting-warn-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/ordered-3.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr61486-2.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr67521.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/reduction-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/null-10.c
    branches/gupc/gcc/testsuite/g++.dg/concepts/generic-fn-err.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mvc1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mvc4.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/clause-1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/declare-simd-1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/declare-simd-3.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/member-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/ordered-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr38639.C
    branches/gupc/gcc/testsuite/gcc.dg/Wno-frame-address.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/declare-simd-1.c
    branches/gupc/gcc/testsuite/gcc.dg/gomp/ordered-2.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/interchange-13.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/pure-const-2.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20110201-1_0.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/plugin.exp
    branches/gupc/gcc/testsuite/gcc.dg/pragma-diag-5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre21.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre22.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre23.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre24.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre25.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loadpre4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/loop-23.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr22051-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-11.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr30858.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr33866.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr37027.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vtbX.c
    branches/gupc/gcc/testsuite/gcc.target/arm/combine-movs.c
    branches/gupc/gcc/testsuite/gcc.target/arm/interrupt-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/interrupt-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/unaligned-memcpy-4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/incoming-8.c
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/combined_loop.f90
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/list.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/loop-2.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/parallel-kernels-regions.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95
    branches/gupc/gcc/testsuite/gfortran.dg/goacc/private-3.f95
    branches/gupc/gcc/testsuite/gfortran.dg/gomp/target3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/warn_unused_function_2.f90
    branches/gupc/gcc/testsuite/gnat.dg/discr45.adb
    branches/gupc/gcc/testsuite/lib/gcc-dg.exp
    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-core.h
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-dfa.c
    branches/gupc/gcc/tree-dfa.h
    branches/gupc/gcc/tree-diagnostic.c
    branches/gupc/gcc/tree-hash-traits.h
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-into-ssa.h
    branches/gupc/gcc/tree-outof-ssa.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-pretty-print.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-dce.c
    branches/gupc/gcc/tree-ssa-ifcombine.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-pre.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-sccvn.h
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-tail-merge.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-ssa.h
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-streamer-out.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-generic.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/ubsan.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varasm.h
    branches/gupc/include/ChangeLog
    branches/gupc/include/gomp-constants.h
    branches/gupc/include/obstack.h
    branches/gupc/libatomic/Makefile.am
    branches/gupc/libatomic/Makefile.in
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/config.in
    branches/gupc/libcpp/configure
    branches/gupc/libcpp/configure.ac
    branches/gupc/libcpp/errors.c
    branches/gupc/libcpp/include/cpplib.h
    branches/gupc/libcpp/include/line-map.h
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/line-map.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/rs6000/cxa_finalize.c
    branches/gupc/libgcc/config/rs6000/libgcc-aix-cxa.ver
    branches/gupc/libgcc/config/rs6000/t-aix-cxa
    branches/gupc/libgcc/config/visium/lib2funcs.c
    branches/gupc/libgcc/fixed-bit.h
    branches/gupc/libgcc/fp-bit.h
    branches/gupc/libgcc/libgcc2.c
    branches/gupc/libgcc/libgcc2.h
    branches/gupc/libgcc/libgcov.h
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/configure
    branches/gupc/libgo/configure.ac
    branches/gupc/libgo/go/encoding/json/decode_test.go
    branches/gupc/libgo/go/encoding/json/encode.go
    branches/gupc/libgo/go/encoding/xml/marshal_test.go
    branches/gupc/libgo/go/encoding/xml/typeinfo.go
    branches/gupc/libgo/go/net/tcpsockopt_solaris.go
    branches/gupc/libgo/go/reflect/export_test.go
    branches/gupc/libgo/go/reflect/type.go
    branches/gupc/libgo/go/reflect/value.go
    branches/gupc/libgo/go/syscall/exec_bsd.go
    branches/gupc/libgo/go/syscall/exec_linux.go
    branches/gupc/libgo/go/syscall/exec_unix.go
    branches/gupc/libgo/go/syscall/exec_unix_test.go
    branches/gupc/libgo/mksysinfo.sh
    branches/gupc/libgo/runtime/go-varargs.c
    branches/gupc/libgo/testsuite/gotest
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/libgomp.h
    branches/gupc/libgomp/libgomp.map
    branches/gupc/libgomp/libgomp_g.h
    branches/gupc/libgomp/loop.c
    branches/gupc/libgomp/loop_ull.c
    branches/gupc/libgomp/oacc-host.c
    branches/gupc/libgomp/oacc-parallel.c
    branches/gupc/libgomp/plugin/plugin-nvptx.c
    branches/gupc/libgomp/target.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-12.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-17.c
    branches/gupc/libgomp/testsuite/libgomp.c/target-19.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-2.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-3.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-5.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-1.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-2.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-3.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-4.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-5.f90
    branches/gupc/libgomp/testsuite/libgomp.oacc-fortran/reduction-6.f90
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/config.in
    branches/gupc/libiberty/configure
    branches/gupc/libiberty/configure.ac
    branches/gupc/libiberty/obstack.c
    branches/gupc/libiberty/obstacks.texi
    branches/gupc/libobjc/ChangeLog
    branches/gupc/libobjc/encoding.c
    branches/gupc/libsanitizer/ChangeLog
    branches/gupc/libsanitizer/Makefile.in
    branches/gupc/libsanitizer/asan/Makefile.am
    branches/gupc/libsanitizer/asan/Makefile.in
    branches/gupc/libsanitizer/configure
    branches/gupc/libsanitizer/configure.ac
    branches/gupc/libsanitizer/interception/Makefile.in
    branches/gupc/libsanitizer/libbacktrace/Makefile.in
    branches/gupc/libsanitizer/lsan/Makefile.in
    branches/gupc/libsanitizer/sanitizer_common/Makefile.in
    branches/gupc/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/gupc/libsanitizer/tsan/Makefile.am
    branches/gupc/libsanitizer/tsan/Makefile.in
    branches/gupc/libsanitizer/ubsan/Makefile.in
    branches/gupc/libvtv/ChangeLog
    branches/gupc/libvtv/vtv_malloc.cc

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




More information about the Libstdc++-cvs mailing list