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]

r232967 - in /branches/gomp-4_0-branch: ./ Chan...


Author: tschwinge
Date: Fri Jan 29 06:46:35 2016
New Revision: 232967

URL: https://gcc.gnu.org/viewcvs?rev=232967&root=gcc&view=rev
Log:
svn merge -r 232548:232931 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/uniform_int_dist.h
      - copied unchanged from r232931, trunk/libstdc++-v3/include/bits/uniform_int_dist.h
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/move/69478.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/25_algorithms/move/69478.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/14608.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/14608.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/60401.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/60401.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc
      - copied unchanged from r232931, trunk/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc
Modified:
    branches/gomp-4_0-branch/libstdc++-v3/ChangeLog
    branches/gomp-4_0-branch/libstdc++-v3/acinclude.m4
    branches/gomp-4_0-branch/libstdc++-v3/config.h.in
    branches/gomp-4_0-branch/libstdc++-v3/config/os/bsd/darwin/os_defines.h
    branches/gomp-4_0-branch/libstdc++-v3/config/os/gnu-linux/os_defines.h
    branches/gomp-4_0-branch/libstdc++-v3/config/os/hpux/os_defines.h
    branches/gomp-4_0-branch/libstdc++-v3/configure
    branches/gomp-4_0-branch/libstdc++-v3/doc/html/manual/internals.html
    branches/gomp-4_0-branch/libstdc++-v3/doc/xml/manual/internals.xml
    branches/gomp-4_0-branch/libstdc++-v3/include/Makefile.am
    branches/gomp-4_0-branch/libstdc++-v3/include/Makefile.in
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/random.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/random.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/valarray_before.h
    branches/gomp-4_0-branch/libstdc++-v3/include/c_compatibility/math.h
    branches/gomp-4_0-branch/libstdc++-v3/include/c_compatibility/stdlib.h
    branches/gomp-4_0-branch/libstdc++-v3/include/c_global/ccomplex
    branches/gomp-4_0-branch/libstdc++-v3/include/c_global/cmath
    branches/gomp-4_0-branch/libstdc++-v3/include/c_global/cstdlib
    branches/gomp-4_0-branch/libstdc++-v3/include/c_global/ctgmath
    branches/gomp-4_0-branch/libstdc++-v3/include/ext/type_traits.h
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc

Changes in other areas also in this revision:
Added:
    branches/gomp-4_0-branch/gcc/config/rs6000/ppc-auxv.h
      - copied unchanged from r232931, trunk/gcc/config/rs6000/ppc-auxv.h
    branches/gomp-4_0-branch/gcc/hsa-brig-format.h
      - copied unchanged from r232931, trunk/gcc/hsa-brig-format.h
    branches/gomp-4_0-branch/gcc/hsa-brig.c
      - copied unchanged from r232931, trunk/gcc/hsa-brig.c
    branches/gomp-4_0-branch/gcc/hsa-dump.c
      - copied unchanged from r232931, trunk/gcc/hsa-dump.c
    branches/gomp-4_0-branch/gcc/hsa-gen.c
      - copied unchanged from r232931, trunk/gcc/hsa-gen.c
    branches/gomp-4_0-branch/gcc/hsa-regalloc.c
      - copied unchanged from r232931, trunk/gcc/hsa-regalloc.c
    branches/gomp-4_0-branch/gcc/hsa.c
      - copied unchanged from r232931, trunk/gcc/hsa.c
    branches/gomp-4_0-branch/gcc/hsa.h
      - copied unchanged from r232931, trunk/gcc/hsa.h
    branches/gomp-4_0-branch/gcc/ipa-hsa.c
      - copied unchanged from r232931, trunk/gcc/ipa-hsa.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/use_device-1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/c-c++-common/goacc/use_device-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr67653.c
      - copied unchanged from r232931, trunk/gcc/testsuite/c-c++-common/pr67653.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr69126.c
      - copied unchanged from r232931, trunk/gcc/testsuite/c-c++-common/pr69126.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/vector-compare-4.c
      - copied unchanged from r232931, trunk/gcc/testsuite/c-c++-common/vector-compare-4.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/Wabi-2-2.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/abi/Wabi-2-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/Wabi-2-3.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/abi/Wabi-2-3.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/Wabi-3-2.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/abi/Wabi-3-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/Wabi-3-3.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/abi/Wabi-3-3.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/alignas5.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/alignas5.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/enum30.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/enum30.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/enum31.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/enum31.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr58046.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/pr58046.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/temp_default6.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default6.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/temp_default7.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default7.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/lambda-init14.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-init14.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/parameter-pack-1.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp1y/parameter-pack-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/parameter-pack-2.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/cpp1y/parameter-pack-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/attr-constructor1.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/ext/attr-constructor1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/constexpr-vla1.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/ext/constexpr-vla1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/vector29.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/ext/vector29.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/inherit/protected1.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/inherit/protected1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-50.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/ipa/devirt-50.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr69133_0.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/lto/pr69133_0.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr69133_1.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/lto/pr69133_1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/opt/pr69432.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/opt/pr69432.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/opt/pr69483.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/opt/pr69483.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr69379.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/pr69379.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pr55843.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/template/pr55843.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr69136.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/torture/pr69136.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr69355.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/torture/pr69355.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr69336.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/tree-ssa/pr69336.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/deprecated-10.C
      - copied unchanged from r232931, trunk/gcc/testsuite/g++.dg/warn/deprecated-10.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/builtins/memops-asm.x
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/memops-asm.x
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/builtins/strstr-asm.x
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/strstr-asm.x
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr69403.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.c-torture/execute/pr69403.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr69447.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.c-torture/execute/pr69447.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/autopar/pr69110.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/autopar/pr69110.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/autopar/pr69426.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/autopar/pr69426.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/debug/dwarf2/sso.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/sso.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/declare-simd.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/declare-simd.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/isl-ast-op-select.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-op-select.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/pr68976.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/graphite/pr68976.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/pr69292.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/graphite/pr69292.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr24293.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr24293.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr65779.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr65779.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr66869.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr66869.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr69328.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr69328.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr69421.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr69421.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr69442.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr69442.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr69483.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/pr69483.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/sync-fetch.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/sync-fetch.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tm/pr60908.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/tm/pr60908.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr66178.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr66178.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68955.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr68955.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69166.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69166.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69352.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69352.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69376.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69376.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69399.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69399.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69400.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69400.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr69452.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/torture/pr69452.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr69355.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr69355.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c
      - copied, changed from r232931, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2h.c
      - copied, changed from r232931, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2h.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/ccmp_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/ccmp_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/pr68674.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/pr68674.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/pr67896.C
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/pr67896.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvt_s64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvt_s64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvt_u64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvt_u64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvta_s64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvta_s64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvta_u64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvta_u64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_s64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_s64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_u64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_u64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_s64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_s64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_u64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_u64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_s64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_s64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_u64_f64_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_u64_f64_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr67989.C
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr67989.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr68620.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr68620.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr68674.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr68674.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr69135_1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr69135_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr69187.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr69187.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr69245.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/arm/pr69245.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68674.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr68674.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68986-1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr68986-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68986-2.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr68986-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68986-3.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr68986-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68990.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr68990.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr69512.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/i386/pr69512.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/m68k/pr25114.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/m68k/pr25114.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/mips/pr69129.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/mips/pr69129.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr63354.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/powerpc/pr63354.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr69252.c
      - copied unchanged from r232931, trunk/gcc/testsuite/gcc.target/powerpc/pr69252.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_15.f03
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_15.f03
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/allocate_error_6.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/allocate_error_6.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/block_15.f08
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/block_15.f08
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/pr68692.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/graphite/pr68692.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/inline_matmul_13.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/inline_matmul_13.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/interface_38.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/interface_38.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/interface_39.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/interface_39.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/matmul_bounds_10.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_10.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/matmul_bounds_8.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_8.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/matmul_bounds_9.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_9.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr65996.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/pr65996.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr68283.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/pr68283.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/vect/pr69466.f90
      - copied unchanged from r232931, trunk/gcc/testsuite/gfortran.dg/vect/pr69466.f90
    branches/gomp-4_0-branch/libgcc/config/rs6000/extendkftf2-sw.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/extendkftf2-sw.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/fixkfti.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/fixkfti.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/fixunskfti.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/fixunskfti.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/float128-hw.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/float128-hw.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/float128-ifunc.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/float128-ifunc.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/float128-sed
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/float128-sed
    branches/gomp-4_0-branch/libgcc/config/rs6000/float128-sed-hw
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/float128-sed-hw
    branches/gomp-4_0-branch/libgcc/config/rs6000/floattikf.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/floattikf.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/floatuntikf.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/floatuntikf.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/quad-float128.h
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/quad-float128.h
    branches/gomp-4_0-branch/libgcc/config/rs6000/sfp-exceptions.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/sfp-exceptions.c
    branches/gomp-4_0-branch/libgcc/config/rs6000/t-float128
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/t-float128
    branches/gomp-4_0-branch/libgcc/config/rs6000/t-float128-hw
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/t-float128-hw
    branches/gomp-4_0-branch/libgcc/config/rs6000/trunctfkf2-sw.c
      - copied unchanged from r232931, trunk/libgcc/config/rs6000/trunctfkf2-sw.c
    branches/gomp-4_0-branch/libgomp/plugin/plugin-hsa.c
      - copied unchanged from r232931, trunk/libgomp/plugin/plugin-hsa.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c++/pr69393.C
      - copied unchanged from r232931, trunk/libgomp/testsuite/libgomp.c++/pr69393.C
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/pr69110.c
      - copied unchanged from r232931, trunk/libgomp/testsuite/libgomp.c/pr69110.c
    branches/gomp-4_0-branch/libitm/config/x86/x86_sse.cc
      - copied unchanged from r232931, trunk/libitm/config/x86/x86_sse.cc
Removed:
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pr11858.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pr24663.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify12.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify13.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify14.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify15.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify16.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/unify17.C
    branches/gomp-4_0-branch/libitm/config/arm/neon.cc
    branches/gomp-4_0-branch/libitm/local_type_traits
    branches/gomp-4_0-branch/libitm/vect128.cc
    branches/gomp-4_0-branch/libitm/vect64.cc
    branches/gomp-4_0-branch/libmpx/libtool-version
Modified:
    branches/gomp-4_0-branch/   (props changed)
    branches/gomp-4_0-branch/ChangeLog
    branches/gomp-4_0-branch/MAINTAINERS
    branches/gomp-4_0-branch/Makefile.in
    branches/gomp-4_0-branch/Makefile.tpl
    branches/gomp-4_0-branch/config/isl.m4
    branches/gomp-4_0-branch/configure
    branches/gomp-4_0-branch/contrib/ChangeLog
    branches/gomp-4_0-branch/contrib/uninclude
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/DATESTAMP
    branches/gomp-4_0-branch/gcc/Makefile.in
    branches/gomp-4_0-branch/gcc/ada/ChangeLog
    branches/gomp-4_0-branch/gcc/ada/exp_ch2.adb
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/decl.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/gigi.h
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/lang.opt
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/misc.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/trans.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/utils.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/utils2.c
    branches/gomp-4_0-branch/gcc/alias.c
    branches/gomp-4_0-branch/gcc/asan.c
    branches/gomp-4_0-branch/gcc/bb-reorder.c
    branches/gomp-4_0-branch/gcc/builtin-types.def
    branches/gomp-4_0-branch/gcc/c-family/ChangeLog
    branches/gomp-4_0-branch/gcc/c-family/c-common.c
    branches/gomp-4_0-branch/gcc/c-family/c-common.h
    branches/gomp-4_0-branch/gcc/c-family/c-gimplify.c
    branches/gomp-4_0-branch/gcc/c-family/c-opts.c
    branches/gomp-4_0-branch/gcc/c-family/cilk.c
    branches/gomp-4_0-branch/gcc/c/ChangeLog
    branches/gomp-4_0-branch/gcc/c/c-decl.c
    branches/gomp-4_0-branch/gcc/c/c-parser.c
    branches/gomp-4_0-branch/gcc/c/c-tree.h
    branches/gomp-4_0-branch/gcc/c/c-typeck.c
    branches/gomp-4_0-branch/gcc/ccmp.c
    branches/gomp-4_0-branch/gcc/cfgloopmanip.c
    branches/gomp-4_0-branch/gcc/cgraph.c
    branches/gomp-4_0-branch/gcc/cgraphunit.c
    branches/gomp-4_0-branch/gcc/combine.c
    branches/gomp-4_0-branch/gcc/common.opt
    branches/gomp-4_0-branch/gcc/common/config/aarch64/aarch64-common.c
    branches/gomp-4_0-branch/gcc/config.in
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-builtins.c
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-modes.def
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-protos.h
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.c
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.md
    branches/gomp-4_0-branch/gcc/config/aarch64/arm_neon.h
    branches/gomp-4_0-branch/gcc/config/aarch64/predicates.md
    branches/gomp-4_0-branch/gcc/config/arc/arc-protos.h
    branches/gomp-4_0-branch/gcc/config/arc/arc.c
    branches/gomp-4_0-branch/gcc/config/arc/arc.h
    branches/gomp-4_0-branch/gcc/config/arc/arc.md
    branches/gomp-4_0-branch/gcc/config/arc/arc.opt
    branches/gomp-4_0-branch/gcc/config/arc/predicates.md
    branches/gomp-4_0-branch/gcc/config/arm/arm-builtins.c
    branches/gomp-4_0-branch/gcc/config/arm/arm-c.c
    branches/gomp-4_0-branch/gcc/config/arm/arm-protos.h
    branches/gomp-4_0-branch/gcc/config/arm/arm.c
    branches/gomp-4_0-branch/gcc/config/arm/arm_neon.h
    branches/gomp-4_0-branch/gcc/config/arm/iterators.md
    branches/gomp-4_0-branch/gcc/config/arm/neon.md
    branches/gomp-4_0-branch/gcc/config/arm/thumb2.md
    branches/gomp-4_0-branch/gcc/config/arm/vfp.md
    branches/gomp-4_0-branch/gcc/config/i386/cygming.h
    branches/gomp-4_0-branch/gcc/config/i386/i386.c
    branches/gomp-4_0-branch/gcc/config/i386/i386.md
    branches/gomp-4_0-branch/gcc/config/i386/winnt.c
    branches/gomp-4_0-branch/gcc/config/ia64/ia64.c
    branches/gomp-4_0-branch/gcc/config/ia64/ia64.opt
    branches/gomp-4_0-branch/gcc/config/m68k/m68k.md
    branches/gomp-4_0-branch/gcc/config/m68k/predicates.md
    branches/gomp-4_0-branch/gcc/config/microblaze/microblaze.c
    branches/gomp-4_0-branch/gcc/config/microblaze/microblaze.h
    branches/gomp-4_0-branch/gcc/config/microblaze/microblaze.md
    branches/gomp-4_0-branch/gcc/config/microblaze/microblaze.opt
    branches/gomp-4_0-branch/gcc/config/mips/mips.c
    branches/gomp-4_0-branch/gcc/config/rs6000/aix71.h
    branches/gomp-4_0-branch/gcc/config/rs6000/driver-rs6000.c
    branches/gomp-4_0-branch/gcc/config/rs6000/linux64.h
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000-builtin.def
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.c
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.h
    branches/gomp-4_0-branch/gcc/config/rs6000/vector.md
    branches/gomp-4_0-branch/gcc/config/s390/s390.c
    branches/gomp-4_0-branch/gcc/config/s390/s390.md
    branches/gomp-4_0-branch/gcc/configure
    branches/gomp-4_0-branch/gcc/configure.ac
    branches/gomp-4_0-branch/gcc/cp/ChangeLog
    branches/gomp-4_0-branch/gcc/cp/class.c
    branches/gomp-4_0-branch/gcc/cp/constexpr.c
    branches/gomp-4_0-branch/gcc/cp/cp-gimplify.c
    branches/gomp-4_0-branch/gcc/cp/cp-tree.h
    branches/gomp-4_0-branch/gcc/cp/decl.c
    branches/gomp-4_0-branch/gcc/cp/decl2.c
    branches/gomp-4_0-branch/gcc/cp/error.c
    branches/gomp-4_0-branch/gcc/cp/lambda.c
    branches/gomp-4_0-branch/gcc/cp/mangle.c
    branches/gomp-4_0-branch/gcc/cp/optimize.c
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/cp/pt.c
    branches/gomp-4_0-branch/gcc/cp/search.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c
    branches/gomp-4_0-branch/gcc/cp/tree.c
    branches/gomp-4_0-branch/gcc/cp/typeck.c
    branches/gomp-4_0-branch/gcc/diagnostic-show-locus.c
    branches/gomp-4_0-branch/gcc/diagnostic.c
    branches/gomp-4_0-branch/gcc/diagnostic.h
    branches/gomp-4_0-branch/gcc/doc/contrib.texi
    branches/gomp-4_0-branch/gcc/doc/cpp.texi
    branches/gomp-4_0-branch/gcc/doc/extend.texi
    branches/gomp-4_0-branch/gcc/doc/generic.texi
    branches/gomp-4_0-branch/gcc/doc/install.texi
    branches/gomp-4_0-branch/gcc/doc/invoke.texi
    branches/gomp-4_0-branch/gcc/doc/lto.texi
    branches/gomp-4_0-branch/gcc/doc/rtl.texi
    branches/gomp-4_0-branch/gcc/doc/sourcebuild.texi
    branches/gomp-4_0-branch/gcc/doc/standards.texi
    branches/gomp-4_0-branch/gcc/doc/tm.texi
    branches/gomp-4_0-branch/gcc/dse.c
    branches/gomp-4_0-branch/gcc/dwarf2out.c
    branches/gomp-4_0-branch/gcc/expr.c
    branches/gomp-4_0-branch/gcc/final.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog
    branches/gomp-4_0-branch/gcc/fortran/decl.c
    branches/gomp-4_0-branch/gcc/fortran/error.c
    branches/gomp-4_0-branch/gcc/fortran/frontend-passes.c
    branches/gomp-4_0-branch/gcc/fortran/interface.c
    branches/gomp-4_0-branch/gcc/fortran/invoke.texi
    branches/gomp-4_0-branch/gcc/fortran/primary.c
    branches/gomp-4_0-branch/gcc/fortran/resolve.c
    branches/gomp-4_0-branch/gcc/fortran/trans-expr.c
    branches/gomp-4_0-branch/gcc/fortran/types.def
    branches/gomp-4_0-branch/gcc/gcc.c
    branches/gomp-4_0-branch/gcc/genconditions.c
    branches/gomp-4_0-branch/gcc/genrecog.c
    branches/gomp-4_0-branch/gcc/ggc-common.c
    branches/gomp-4_0-branch/gcc/gimple-fold.c
    branches/gomp-4_0-branch/gcc/gimple-low.c
    branches/gomp-4_0-branch/gcc/gimple-pretty-print.c
    branches/gomp-4_0-branch/gcc/gimple-ssa-split-paths.c
    branches/gomp-4_0-branch/gcc/gimple-walk.c
    branches/gomp-4_0-branch/gcc/gimple.c
    branches/gomp-4_0-branch/gcc/gimple.def
    branches/gomp-4_0-branch/gcc/gimple.h
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/go/ChangeLog
    branches/gomp-4_0-branch/gcc/go/go-lang.c
    branches/gomp-4_0-branch/gcc/go/gofrontend/MERGE
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/parse.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/types.cc
    branches/gomp-4_0-branch/gcc/graphite-dependences.c
    branches/gomp-4_0-branch/gcc/graphite-isl-ast-to-gimple.c
    branches/gomp-4_0-branch/gcc/graphite-optimize-isl.c
    branches/gomp-4_0-branch/gcc/graphite-poly.c
    branches/gomp-4_0-branch/gcc/graphite-scop-detection.c
    branches/gomp-4_0-branch/gcc/graphite-sese-to-poly.c
    branches/gomp-4_0-branch/gcc/graphite.h
    branches/gomp-4_0-branch/gcc/ifcvt.c
    branches/gomp-4_0-branch/gcc/ipa-chkp.c
    branches/gomp-4_0-branch/gcc/ipa-devirt.c
    branches/gomp-4_0-branch/gcc/ipa-inline.c
    branches/gomp-4_0-branch/gcc/ipa-prop.c
    branches/gomp-4_0-branch/gcc/ira.c
    branches/gomp-4_0-branch/gcc/jit/ChangeLog
    branches/gomp-4_0-branch/gcc/jit/docs/_build/texinfo/libgccjit.texi
    branches/gomp-4_0-branch/gcc/jit/docs/cp/intro/tutorial04.rst
    branches/gomp-4_0-branch/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
    branches/gomp-4_0-branch/gcc/jit/jit-playback.c
    branches/gomp-4_0-branch/gcc/jit/jit-tempdir.c
    branches/gomp-4_0-branch/gcc/jit/jit-tempdir.h
    branches/gomp-4_0-branch/gcc/lra-coalesce.c
    branches/gomp-4_0-branch/gcc/lra-remat.c
    branches/gomp-4_0-branch/gcc/lto-section-in.c
    branches/gomp-4_0-branch/gcc/lto-streamer-out.c
    branches/gomp-4_0-branch/gcc/lto-streamer.h
    branches/gomp-4_0-branch/gcc/lto-wrapper.c
    branches/gomp-4_0-branch/gcc/lto/ChangeLog
    branches/gomp-4_0-branch/gcc/lto/lto-symtab.c
    branches/gomp-4_0-branch/gcc/match.pd
    branches/gomp-4_0-branch/gcc/mem-stats.h
    branches/gomp-4_0-branch/gcc/modulo-sched.c
    branches/gomp-4_0-branch/gcc/omp-builtins.def
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/omp-low.h
    branches/gomp-4_0-branch/gcc/opts.c
    branches/gomp-4_0-branch/gcc/opts.h
    branches/gomp-4_0-branch/gcc/params.def
    branches/gomp-4_0-branch/gcc/passes.def
    branches/gomp-4_0-branch/gcc/pretty-print.h
    branches/gomp-4_0-branch/gcc/rtl.h
    branches/gomp-4_0-branch/gcc/rtlanal.c
    branches/gomp-4_0-branch/gcc/sanitizer.def
    branches/gomp-4_0-branch/gcc/sese.c
    branches/gomp-4_0-branch/gcc/sese.h
    branches/gomp-4_0-branch/gcc/shrink-wrap.c
    branches/gomp-4_0-branch/gcc/simplify-rtx.c
    branches/gomp-4_0-branch/gcc/symtab.c
    branches/gomp-4_0-branch/gcc/system.h
    branches/gomp-4_0-branch/gcc/target.def
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/abi-tag15.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/timevar1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr63995-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr67989.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/builtins/strstr-asm.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/stkalign.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/declspec-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/fuse-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/graphite.exp
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/pr35356-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/plugin/wide-int_plugin.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr63549.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr65980.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr66688.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr29119.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68264.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68198.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/sra-17.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/sra-18.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2c.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2d.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/vrp46.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/unroll-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-over-widen-3-big-array.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/attr-crypto.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/attr-neon-builtin-fail.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/attr-neon-fp16.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/attr-neon2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/attr-neon3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/cmp-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/memset-inline-10.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/unsigned-float.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-ldmdbd.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-ldmdbs.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-ldmiad.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-ldmias.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-stmdbd.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-stmdbs.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-stmiad.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vfp-stmias.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vnmul-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vnmul-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vnmul-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/vnmul-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-always_inline.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-bndret.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-builtins-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-builtins-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-builtins-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-builtins-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-const-check-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-const-check-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-hidden-def.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-label-address.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-lifetime-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-narrow-bounds.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-pr69044.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-remove-bndint-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-remove-bndint-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strchr.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-strlen-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-10.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-11.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-12.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-13.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-14.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-15.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-16.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-6.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-7.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-8.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/chkp-stropt-9.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr63995-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr64805.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65044.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65167.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65183.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65184.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/thunk-retbnd.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/20050830-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/vsx-vector-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/block_end_error_1.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/interchange-3.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/implicit_class_1.f90
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/conv1.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p1.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p10.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p12.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p13.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p2.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p3.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p4.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p6.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p7.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p8.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/p9.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q1.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q10.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q12.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q13.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q2.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q3.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q4.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q6.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q7.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q8.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/q9.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r12.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r3.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r6.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r7.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/r8.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s12.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s3.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s6.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s7.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/s8.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t1.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t10.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t12.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t13.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t2.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t3.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t4.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t6.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t7.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t8.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/t9.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/u11.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/u5.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/sso/u6.adb
    branches/gomp-4_0-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/gomp-4_0-branch/gcc/testsuite/lib/multiline.exp
    branches/gomp-4_0-branch/gcc/testsuite/lib/target-supports.exp
    branches/gomp-4_0-branch/gcc/timevar.def
    branches/gomp-4_0-branch/gcc/toplev.c
    branches/gomp-4_0-branch/gcc/trans-mem.c
    branches/gomp-4_0-branch/gcc/tree-core.h
    branches/gomp-4_0-branch/gcc/tree-data-ref.c
    branches/gomp-4_0-branch/gcc/tree-dfa.c
    branches/gomp-4_0-branch/gcc/tree-parloops.c
    branches/gomp-4_0-branch/gcc/tree-pass.h
    branches/gomp-4_0-branch/gcc/tree-pretty-print.c
    branches/gomp-4_0-branch/gcc/tree-sra.c
    branches/gomp-4_0-branch/gcc/tree-ssa-dom.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-im.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivopts.c
    branches/gomp-4_0-branch/gcc/tree-ssa-pre.c
    branches/gomp-4_0-branch/gcc/tree-ssa-sccvn.c
    branches/gomp-4_0-branch/gcc/tree-ssa-sccvn.h
    branches/gomp-4_0-branch/gcc/tree-ssa-scopedtables.c
    branches/gomp-4_0-branch/gcc/tree-ssa-threadbackward.c
    branches/gomp-4_0-branch/gcc/tree-ssa-threadupdate.c
    branches/gomp-4_0-branch/gcc/tree-ssa-threadupdate.h
    branches/gomp-4_0-branch/gcc/tree-ssanames.c
    branches/gomp-4_0-branch/gcc/tree-streamer-in.c
    branches/gomp-4_0-branch/gcc/tree-streamer-out.c
    branches/gomp-4_0-branch/gcc/tree-vect-data-refs.c
    branches/gomp-4_0-branch/gcc/tree-vect-loop-manip.c
    branches/gomp-4_0-branch/gcc/tree-vect-loop.c
    branches/gomp-4_0-branch/gcc/tree-vect-stmts.c
    branches/gomp-4_0-branch/gcc/tree-vrp.c
    branches/gomp-4_0-branch/gcc/tree.c
    branches/gomp-4_0-branch/gcc/tree.h
    branches/gomp-4_0-branch/gcc/var-tracking.c
    branches/gomp-4_0-branch/gcc/wide-int.cc
    branches/gomp-4_0-branch/gcc/wide-int.h
    branches/gomp-4_0-branch/include/ChangeLog
    branches/gomp-4_0-branch/include/gomp-constants.h
    branches/gomp-4_0-branch/libcpp/ChangeLog
    branches/gomp-4_0-branch/libcpp/directives.c
    branches/gomp-4_0-branch/libcpp/internal.h
    branches/gomp-4_0-branch/libcpp/macro.c
    branches/gomp-4_0-branch/libgcc/ChangeLog
    branches/gomp-4_0-branch/libgcc/config.host
    branches/gomp-4_0-branch/libgcc/config/rs6000/sfp-machine.h
    branches/gomp-4_0-branch/libgcc/configure
    branches/gomp-4_0-branch/libgcc/configure.ac
    branches/gomp-4_0-branch/libgfortran/ChangeLog
    branches/gomp-4_0-branch/libgfortran/runtime/backtrace.c
    branches/gomp-4_0-branch/libgomp/ChangeLog
    branches/gomp-4_0-branch/libgomp/Makefile.in
    branches/gomp-4_0-branch/libgomp/config.h.in
    branches/gomp-4_0-branch/libgomp/configure
    branches/gomp-4_0-branch/libgomp/libgomp-plugin.h
    branches/gomp-4_0-branch/libgomp/libgomp.h
    branches/gomp-4_0-branch/libgomp/libgomp_g.h
    branches/gomp-4_0-branch/libgomp/oacc-host.c
    branches/gomp-4_0-branch/libgomp/plugin/Makefrag.am   (contents, props changed)
    branches/gomp-4_0-branch/libgomp/plugin/configfrag.ac   (contents, props changed)
    branches/gomp-4_0-branch/libgomp/target.c
    branches/gomp-4_0-branch/libgomp/task.c
    branches/gomp-4_0-branch/libgomp/testsuite/Makefile.in
    branches/gomp-4_0-branch/libiberty/ChangeLog
    branches/gomp-4_0-branch/libiberty/d-demangle.c
    branches/gomp-4_0-branch/libiberty/testsuite/d-demangle-expected
    branches/gomp-4_0-branch/libitm/ChangeLog
    branches/gomp-4_0-branch/libitm/Makefile.am
    branches/gomp-4_0-branch/libitm/Makefile.in
    branches/gomp-4_0-branch/libitm/beginend.cc
    branches/gomp-4_0-branch/libitm/config/linux/rwlock.h
    branches/gomp-4_0-branch/libitm/config/posix/rwlock.cc
    branches/gomp-4_0-branch/libitm/config/posix/rwlock.h
    branches/gomp-4_0-branch/libitm/config/x86/sjlj.S
    branches/gomp-4_0-branch/libitm/configure
    branches/gomp-4_0-branch/libitm/configure.ac
    branches/gomp-4_0-branch/libitm/libitm.h
    branches/gomp-4_0-branch/libitm/libitm_i.h
    branches/gomp-4_0-branch/libitm/method-serial.cc
    branches/gomp-4_0-branch/libitm/query.cc
    branches/gomp-4_0-branch/libitm/testsuite/libitm.c++/libstdc++-safeexc.C
    branches/gomp-4_0-branch/libmpx/ChangeLog
    branches/gomp-4_0-branch/libmpx/mpxrt/mpxrt.c
    branches/gomp-4_0-branch/liboffloadmic/ChangeLog
    branches/gomp-4_0-branch/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
    branches/gomp-4_0-branch/libsanitizer/ChangeLog
    branches/gomp-4_0-branch/libsanitizer/tsan/tsan_interceptors.cc

Propchange: branches/gomp-4_0-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/plugin/Makefrag.am
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/plugin/configfrag.ac
            ('svn:mergeinfo' modified)



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