r231738 - in /branches/gomp-4_0-branch: ./ Chan...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Thu Dec 17 07:11:00 GMT 2015
Author: tschwinge
Date: Thu Dec 17 07:11:02 2015
New Revision: 231738
URL: https://gcc.gnu.org/viewcvs?rev=231738&root=gcc&view=rev
Log:
svn merge -r 231118:231689 svn+ssh://gcc.gnu.org/svn/gcc/trunk
Added:
branches/gomp-4_0-branch/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc
- copied unchanged from r231689, trunk/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/bind/68912.cc
- copied unchanged from r231689, trunk/libstdc++-v3/testsuite/20_util/bind/68912.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc
- copied unchanged from r231689, trunk/libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/function_objects/invoke/
- copied from r231689, trunk/libstdc++-v3/testsuite/20_util/function_objects/invoke/
branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
- copied unchanged from r231689, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/30_threads/this_thread/57060.cc
- copied unchanged from r231689, trunk/libstdc++-v3/testsuite/30_threads/this_thread/57060.cc
Modified:
branches/gomp-4_0-branch/libstdc++-v3/ChangeLog
branches/gomp-4_0-branch/libstdc++-v3/doc/doxygen/user.cfg.in
branches/gomp-4_0-branch/libstdc++-v3/doc/html/index.html
branches/gomp-4_0-branch/libstdc++-v3/doc/html/manual/status.html
branches/gomp-4_0-branch/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
branches/gomp-4_0-branch/libstdc++-v3/include/backward/strstream
branches/gomp-4_0-branch/libstdc++-v3/include/bits/forward_list.h
branches/gomp-4_0-branch/libstdc++-v3/include/bits/locale_facets_nonio.h
branches/gomp-4_0-branch/libstdc++-v3/include/bits/mutex.h
branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_executor.tcc
branches/gomp-4_0-branch/libstdc++-v3/include/bits/shared_ptr.h
branches/gomp-4_0-branch/libstdc++-v3/include/bits/shared_ptr_base.h
branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_deque.h
branches/gomp-4_0-branch/libstdc++-v3/include/debug/vector
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_dir.h (contents, props changed)
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_fwd.h (contents, props changed)
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_ops.h (contents, props changed)
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_path.h (contents, props changed)
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/shared_ptr.h
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/string_view.tcc (contents, props changed)
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/optional
branches/gomp-4_0-branch/libstdc++-v3/include/experimental/string_view
branches/gomp-4_0-branch/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
branches/gomp-4_0-branch/libstdc++-v3/include/std/bitset
branches/gomp-4_0-branch/libstdc++-v3/include/std/functional
branches/gomp-4_0-branch/libstdc++-v3/include/std/mutex
branches/gomp-4_0-branch/libstdc++-v3/include/std/thread
branches/gomp-4_0-branch/libstdc++-v3/include/std/type_traits
branches/gomp-4_0-branch/libstdc++-v3/include/tr2/dynamic_bitset
branches/gomp-4_0-branch/libstdc++-v3/libsupc++/nested_exception.h
branches/gomp-4_0-branch/libstdc++-v3/scripts/run_doxygen
branches/gomp-4_0-branch/libstdc++-v3/src/c++11/futex.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/assign/assign.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cast/cast.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/comparison/comparison.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/dest/dest.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/swap.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/operators.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/owner_before.cc
branches/gomp-4_0-branch/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/use_count.cc
Changes in other areas also in this revision:
Added:
branches/gomp-4_0-branch/gcc/c/c-fold.c
- copied unchanged from r231689, trunk/gcc/c/c-fold.c
branches/gomp-4_0-branch/gcc/config/arc/atomic.md
- copied unchanged from r231689, trunk/gcc/config/arc/atomic.md
branches/gomp-4_0-branch/gcc/config/arm/exynos-m1.md
- copied unchanged from r231689, trunk/gcc/config/arm/exynos-m1.md
branches/gomp-4_0-branch/gcc/config/i386/clzerointrin.h
- copied unchanged from r231689, trunk/gcc/config/i386/clzerointrin.h
branches/gomp-4_0-branch/gcc/config/msp430/driver-msp430.c
- copied unchanged from r231689, trunk/gcc/config/msp430/driver-msp430.c
branches/gomp-4_0-branch/gcc/lto/lto-symtab.h
- copied unchanged from r231689, trunk/gcc/lto/lto-symtab.h
branches/gomp-4_0-branch/gcc/sancov.c
- copied unchanged from r231689, trunk/gcc/sancov.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/attr-simd-4.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/attr-simd-4.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/attr-simd-5.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/attr-simd-5.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/cpp/pr57580.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/cpp/pr57580.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-5.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/host_data-5.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-6.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/host_data-6.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-3.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-4.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-4.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-5.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-5.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-6.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-6.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-7.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-7.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-8.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-8.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-3.c
- copied, changed from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-alias.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/goacc/kernels-alias.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias-4.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias-5.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias-6.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-offload-alias.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/gomp/pr57580.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/gomp/pr57580.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/gomp/pr64769.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/gomp/pr64769.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68657-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68657-1.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68657-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68657-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68657-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68657-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68833-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68833-1.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68833-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68833-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr68833-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/c-c++-common/pr68833-3.c
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/abi/nvptx-nrv1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/abi/nvptx-ptrmem1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/concepts/pr68683.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/concepts/pr68683.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr53223.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/pr53223.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr63506-1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/pr63506-1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr63506-2.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/pr63506-2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr68116.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/pr68116.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr68348.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp0x/pr68348.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/lambda-deduce-mult-neg.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-deduce-mult-neg.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/bases2.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/bases2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary.h
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary.h
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary4.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary4.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary5.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary5.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary6.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary6.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary7.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary7.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary8.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary8.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary9.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ext/flexary9.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/ipa-pta-1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ipa/ipa-pta-1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr66616.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ipa/pr66616.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr66896.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ipa/pr66896.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr68851.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/ipa/pr68851.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lookup/pr21802.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/lookup/pr21802.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr68811_0.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/lto/pr68811_0.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr68811_1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/lto/pr68811_1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/other/offsetof8.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/other/offsetof8.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/plugin/diagnostic-test-expressions-1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/plugin/diagnostic-test-expressions-1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/friend60.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/template/friend60.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pr67337.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/template/pr67337.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr68064.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/torture/pr68064.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr68184.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/torture/pr68184.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr68852.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/torture/pr68852.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr66726.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/tree-ssa/pr66726.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr68760.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/tree-ssa/pr68760.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wnonnull1.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/warn/Wnonnull1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/nonnull3.C
- copied unchanged from r231689, trunk/gcc/testsuite/g++.dg/warn/nonnull3.C
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/compile/20151204.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/compile/20151204.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/alias-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/alias-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/alias-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/alias-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/alias-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/alias-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr68624.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/pr68624.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr68648.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/pr68648.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/stkalign.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.c-torture/execute/stkalign.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/diagnostic-ranges-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/diagnostic-ranges-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/gomp/pr68640.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/gomp/pr68640.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/id-28.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/graphite/id-28.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/id-29.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/graphite/id-29.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ipa/pr68790.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/ipa/pr68790.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/lto/pr61886_0.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/lto/pr61886_0.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr65980.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr65980.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr66688.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr66688.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68162-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68162-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68513.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68513.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68533.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68533.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68668.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68668.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68670-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68670-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68670-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68670-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68671.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68671.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68730.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68730.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68766.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68766.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68785.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68785.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr68907.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/pr68907.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/sancov/
- copied from r231689, trunk/gcc/testsuite/gcc.dg/sancov/
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/sso-9.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/sso-9.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/ipa-pta-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/ipa-pta-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr66949-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr66949-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr66949-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr66949-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr67609.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr67609.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68570.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr68570.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68625.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr68625.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68721.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr68721.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr68806.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/torture/pr68806.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr68583.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr68583.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68619-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr68619-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68619-2.c
- copied, changed from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr68619-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68619-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr68619-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68619-4.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr68619-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr68619-5.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr68619-5.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-43.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-43.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ubsan/c99-wrapv-shift-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/ubsan/c99-wrapv-shift-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ubsan/c99-wrapv-shift-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/ubsan/c99-wrapv-shift-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr68417.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vect/pr68417.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr68577.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vect/pr68577.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/slp-42.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vect/slp-42.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-32-chars.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vect/vect-32-chars.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vla-24.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.dg/vla-24.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/fmaxmin.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/aarch64/fmaxmin.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/mgeneral-regs_4.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/aarch64/mgeneral-regs_4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/stack-checking.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/aarch64/stack-checking.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/clzero.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/clzero.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/mpx/memmove-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/mpx/memmove-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/mpx/memmove-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/mpx/memmove-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68349.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68349.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68432-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68432-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68432-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68432-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68432-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68432-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68633.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68633.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68647.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68647.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68680.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68680.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68691.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68691.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68701-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68701-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr68701-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/pr68701-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/rop1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/rop1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/vect-pr67800.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/i386/vect-pr67800.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/m68k/pr19201.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/m68k/pr19201.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/mips/wrap-delay.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/mips/wrap-delay.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/msp_abi_div_funcs.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/msp_abi_div_funcs.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/mul_16bit.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/mul_16bit.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/mul_32bit.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/mul_32bit.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/mul_f5.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/mul_f5.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/mul_main.h
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/mul_main.h
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/msp430/mul_none.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/msp430/mul_none.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-complex-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-complex-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-complex-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-complex-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-enum-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-enum-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-enum-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-enum-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-knr-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-knr-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-knr-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-knr-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-scalar-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-scalar-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-scalar-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-scalar-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-struct-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-struct-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-struct-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-struct-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-vararg-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-vararg-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-vararg-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-vararg-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-vect-arg.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-vect-arg.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abi-vect-ret.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abi-vect-ret.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/abort.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/abort.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/ary-init.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/ary-init.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/decl-init.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/decl-init.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/decl.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/decl.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/trailing-init.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/trailing-init.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/uninit-decl.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/nvptx/uninit-decl.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/recip-sqrtf.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/powerpc/recip-sqrtf.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/swaps-p8-22.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-22.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/asm-machine-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/asm-machine-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/asm-machine-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/asm-machine-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/asm-machine-3.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/asm-machine-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/asm-machine-4.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/asm-machine-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/bswaphi-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/bswaphi-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/md/
- copied from r231689, trunk/gcc/testsuite/gcc.target/s390/md/
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/target-attribute/
- copied from r231689, trunk/gcc/testsuite/gcc.target/s390/target-attribute/
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/zvector/vec-splat-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-splat-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/zvector/vec-splat-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-splat-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sparc/struct-ret-check-2.c
- copied unchanged from r231689, trunk/gcc/testsuite/gcc.target/sparc/struct-ret-check-2.c
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray/event_1.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/coarray/event_1.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray/event_2.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/coarray/event_2.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray_40.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/coarray_40.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray_critical_1.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/coarray_critical_1.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/id-26.f03
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/graphite/id-26.f03
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/pr68550-1.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/graphite/pr68550-1.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/pr68550-2.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/graphite/pr68550-2.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/pr68693.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/graphite/pr68693.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/graphite/run-id-3.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/graphite/run-id-3.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr68627.f
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/pr68627.f
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr68817.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.dg/pr68817.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr68639.f90
- copied unchanged from r231689, trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr68639.f90
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/array25.adb
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/array25.adb
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/array25_pkg.adb
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/array25_pkg.adb
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/array25_pkg.ads
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/array25_pkg.ads
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/access1.ads
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/specs/access1.ads
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/access2.ads
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/specs/access2.ads
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/elab4.ads
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/specs/elab4.ads
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/elab4_proc.adb
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/specs/elab4_proc.adb
branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/elab4_proc.ads
- copied unchanged from r231689, trunk/gcc/testsuite/gnat.dg/specs/elab4_proc.ads
branches/gomp-4_0-branch/gcc/testsuite/obj-c++.dg/plugin/
- copied from r231689, trunk/gcc/testsuite/obj-c++.dg/plugin/
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/omp-nested-2.c
- copied unchanged from r231689, trunk/libgomp/testsuite/libgomp.c/omp-nested-2.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/target-link-1.c
- copied unchanged from r231689, trunk/libgomp/testsuite/libgomp.c/target-link-1.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c
- copied unchanged from r231689, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c
- copied, changed from r231689, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c
- copied unchanged from r231689, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c
branches/gomp-4_0-branch/libmpx/mpxrt/mpxrt.h
- copied unchanged from r231689, trunk/libmpx/mpxrt/mpxrt.h
Removed:
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr66726.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sparc/struct-ret-check.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-3.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c
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.def
branches/gomp-4_0-branch/Makefile.in
branches/gomp-4_0-branch/Makefile.tpl
branches/gomp-4_0-branch/contrib/ChangeLog
branches/gomp-4_0-branch/contrib/download_prerequisites
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/doc/gnat_ugn/gnat_and_program_execution.rst
branches/gomp-4_0-branch/gcc/ada/g-expect.adb
branches/gomp-4_0-branch/gcc/ada/gcc-interface/Makefile.in
branches/gomp-4_0-branch/gcc/ada/gcc-interface/gigi.h
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/ada/gnat-style.texi
branches/gomp-4_0-branch/gcc/ada/s-oscons-tmplt.c
branches/gomp-4_0-branch/gcc/ada/s-osinte-freebsd.ads
branches/gomp-4_0-branch/gcc/ada/s-osinte-kfreebsd-gnu.ads
branches/gomp-4_0-branch/gcc/ada/s-osinte-rtems.ads
branches/gomp-4_0-branch/gcc/alias.c
branches/gomp-4_0-branch/gcc/alias.h
branches/gomp-4_0-branch/gcc/bitmap.c
branches/gomp-4_0-branch/gcc/builtins.c
branches/gomp-4_0-branch/gcc/builtins.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-format.c
branches/gomp-4_0-branch/gcc/c-family/c-ppoutput.c
branches/gomp-4_0-branch/gcc/c-family/c-pragma.c
branches/gomp-4_0-branch/gcc/c-family/c-ubsan.c
branches/gomp-4_0-branch/gcc/c-family/c.opt
branches/gomp-4_0-branch/gcc/c/ChangeLog
branches/gomp-4_0-branch/gcc/c/Make-lang.in
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/calls.c
branches/gomp-4_0-branch/gcc/cfgexpand.c
branches/gomp-4_0-branch/gcc/cfgrtl.c
branches/gomp-4_0-branch/gcc/cgraph.c
branches/gomp-4_0-branch/gcc/cgraph.h
branches/gomp-4_0-branch/gcc/cgraphclones.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/i386/i386-common.c
branches/gomp-4_0-branch/gcc/common/config/msp430/msp430-common.c
branches/gomp-4_0-branch/gcc/common/config/s390/s390-common.c
branches/gomp-4_0-branch/gcc/compare-elim.c
branches/gomp-4_0-branch/gcc/config.gcc
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-cores.def
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-linux.h
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-option-extensions.def
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-protos.h
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-simd.md
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.c
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.h
branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.md
branches/gomp-4_0-branch/gcc/config/aarch64/atomics.md
branches/gomp-4_0-branch/gcc/config/aarch64/iterators.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/constraints.md
branches/gomp-4_0-branch/gcc/config/arc/predicates.md
branches/gomp-4_0-branch/gcc/config/arm/aarch-cost-tables.h
branches/gomp-4_0-branch/gcc/config/arm/arm-arches.def
branches/gomp-4_0-branch/gcc/config/arm/arm-c.c
branches/gomp-4_0-branch/gcc/config/arm/arm-cores.def
branches/gomp-4_0-branch/gcc/config/arm/arm-protos.h
branches/gomp-4_0-branch/gcc/config/arm/arm-tables.opt
branches/gomp-4_0-branch/gcc/config/arm/arm.c
branches/gomp-4_0-branch/gcc/config/arm/arm.h
branches/gomp-4_0-branch/gcc/config/arm/arm.md
branches/gomp-4_0-branch/gcc/config/arm/arm_neon.h
branches/gomp-4_0-branch/gcc/config/arm/arm_neon_builtins.def
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/t-aprofile
branches/gomp-4_0-branch/gcc/config/arm/unspecs.md
branches/gomp-4_0-branch/gcc/config/darwin.c
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/i386.opt
branches/gomp-4_0-branch/gcc/config/i386/sse.md
branches/gomp-4_0-branch/gcc/config/i386/x86intrin.h
branches/gomp-4_0-branch/gcc/config/ia64/ia64.c
branches/gomp-4_0-branch/gcc/config/m68k/m68k.md
branches/gomp-4_0-branch/gcc/config/mips/mips.c
branches/gomp-4_0-branch/gcc/config/msp430/msp430.c
branches/gomp-4_0-branch/gcc/config/msp430/msp430.h
branches/gomp-4_0-branch/gcc/config/msp430/msp430.opt
branches/gomp-4_0-branch/gcc/config/msp430/t-msp430
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx-protos.h
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.h
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.md
branches/gomp-4_0-branch/gcc/config/pa/pa.c
branches/gomp-4_0-branch/gcc/config/rl78/constraints.md
branches/gomp-4_0-branch/gcc/config/rl78/rl78-protos.h
branches/gomp-4_0-branch/gcc/config/rl78/rl78-real.md
branches/gomp-4_0-branch/gcc/config/rl78/rl78-virt.md
branches/gomp-4_0-branch/gcc/config/rl78/rl78.c
branches/gomp-4_0-branch/gcc/config/rs6000/freebsd64.h
branches/gomp-4_0-branch/gcc/config/rs6000/rs6000-protos.h
branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.c
branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.md
branches/gomp-4_0-branch/gcc/config/rx/predicates.md
branches/gomp-4_0-branch/gcc/config/rx/rx.c
branches/gomp-4_0-branch/gcc/config/rx/rx.opt
branches/gomp-4_0-branch/gcc/config/s390/constraints.md
branches/gomp-4_0-branch/gcc/config/s390/predicates.md
branches/gomp-4_0-branch/gcc/config/s390/s390-builtin-types.def
branches/gomp-4_0-branch/gcc/config/s390/s390-builtins.def
branches/gomp-4_0-branch/gcc/config/s390/s390-c.c
branches/gomp-4_0-branch/gcc/config/s390/s390-opts.h
branches/gomp-4_0-branch/gcc/config/s390/s390-protos.h
branches/gomp-4_0-branch/gcc/config/s390/s390.c
branches/gomp-4_0-branch/gcc/config/s390/s390.h
branches/gomp-4_0-branch/gcc/config/s390/s390.md
branches/gomp-4_0-branch/gcc/config/s390/s390.opt
branches/gomp-4_0-branch/gcc/config/s390/vecintrin.h
branches/gomp-4_0-branch/gcc/config/s390/vector.md
branches/gomp-4_0-branch/gcc/config/s390/vx-builtins.md
branches/gomp-4_0-branch/gcc/config/sh/sh.md
branches/gomp-4_0-branch/gcc/config/sparc/predicates.md
branches/gomp-4_0-branch/gcc/config/sparc/sparc.c
branches/gomp-4_0-branch/gcc/config/sparc/sparc.h
branches/gomp-4_0-branch/gcc/config/sparc/sparc.md
branches/gomp-4_0-branch/gcc/config/sparc/sparc.opt
branches/gomp-4_0-branch/gcc/configure
branches/gomp-4_0-branch/gcc/configure.ac
branches/gomp-4_0-branch/gcc/convert.c
branches/gomp-4_0-branch/gcc/coretypes.h
branches/gomp-4_0-branch/gcc/cp/ChangeLog
branches/gomp-4_0-branch/gcc/cp/Make-lang.in
branches/gomp-4_0-branch/gcc/cp/call.c
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/constraint.cc
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/cvt.c
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/init.c
branches/gomp-4_0-branch/gcc/cp/mangle.c
branches/gomp-4_0-branch/gcc/cp/name-lookup.c
branches/gomp-4_0-branch/gcc/cp/name-lookup.h
branches/gomp-4_0-branch/gcc/cp/parser.c
branches/gomp-4_0-branch/gcc/cp/parser.h
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/cp/typeck2.c
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/include/fdl.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/md.texi
branches/gomp-4_0-branch/gcc/doc/sourcebuild.texi
branches/gomp-4_0-branch/gcc/doc/tm.texi
branches/gomp-4_0-branch/gcc/doc/tm.texi.in
branches/gomp-4_0-branch/gcc/domwalk.c
branches/gomp-4_0-branch/gcc/domwalk.h
branches/gomp-4_0-branch/gcc/dwarf2out.c
branches/gomp-4_0-branch/gcc/final.c
branches/gomp-4_0-branch/gcc/fold-const.c
branches/gomp-4_0-branch/gcc/fortran/ChangeLog
branches/gomp-4_0-branch/gcc/fortran/check.c
branches/gomp-4_0-branch/gcc/fortran/decl.c
branches/gomp-4_0-branch/gcc/fortran/dump-parse-tree.c
branches/gomp-4_0-branch/gcc/fortran/error.c
branches/gomp-4_0-branch/gcc/fortran/expr.c
branches/gomp-4_0-branch/gcc/fortran/gfortran.h
branches/gomp-4_0-branch/gcc/fortran/gfortran.texi
branches/gomp-4_0-branch/gcc/fortran/interface.c
branches/gomp-4_0-branch/gcc/fortran/intrinsic.c
branches/gomp-4_0-branch/gcc/fortran/intrinsic.h
branches/gomp-4_0-branch/gcc/fortran/intrinsic.texi
branches/gomp-4_0-branch/gcc/fortran/io.c
branches/gomp-4_0-branch/gcc/fortran/iresolve.c
branches/gomp-4_0-branch/gcc/fortran/iso-fortran-env.def
branches/gomp-4_0-branch/gcc/fortran/match.c
branches/gomp-4_0-branch/gcc/fortran/match.h
branches/gomp-4_0-branch/gcc/fortran/matchexp.c
branches/gomp-4_0-branch/gcc/fortran/module.c
branches/gomp-4_0-branch/gcc/fortran/parse.c
branches/gomp-4_0-branch/gcc/fortran/resolve.c
branches/gomp-4_0-branch/gcc/fortran/st.c
branches/gomp-4_0-branch/gcc/fortran/symbol.c
branches/gomp-4_0-branch/gcc/fortran/trans-array.c
branches/gomp-4_0-branch/gcc/fortran/trans-common.c
branches/gomp-4_0-branch/gcc/fortran/trans-decl.c
branches/gomp-4_0-branch/gcc/fortran/trans-expr.c
branches/gomp-4_0-branch/gcc/fortran/trans-intrinsic.c
branches/gomp-4_0-branch/gcc/fortran/trans-stmt.c
branches/gomp-4_0-branch/gcc/fortran/trans-stmt.h
branches/gomp-4_0-branch/gcc/fortran/trans-types.c
branches/gomp-4_0-branch/gcc/fortran/trans.c
branches/gomp-4_0-branch/gcc/fortran/trans.h
branches/gomp-4_0-branch/gcc/function.c
branches/gomp-4_0-branch/gcc/fwprop.c
branches/gomp-4_0-branch/gcc/genemit.c
branches/gomp-4_0-branch/gcc/genmatch.c
branches/gomp-4_0-branch/gcc/genopinit.c
branches/gomp-4_0-branch/gcc/gensupport.c
branches/gomp-4_0-branch/gcc/gensupport.h
branches/gomp-4_0-branch/gcc/gimple-fold.c
branches/gomp-4_0-branch/gcc/gimple-match-head.c
branches/gomp-4_0-branch/gcc/gimple-pretty-print.c
branches/gomp-4_0-branch/gcc/gimple-pretty-print.h
branches/gomp-4_0-branch/gcc/gimple-ssa-strength-reduction.c
branches/gomp-4_0-branch/gcc/gimplify.c
branches/gomp-4_0-branch/gcc/go/gofrontend/MERGE
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.c
branches/gomp-4_0-branch/gcc/graphite.h
branches/gomp-4_0-branch/gcc/hash-map.h
branches/gomp-4_0-branch/gcc/hash-set.h
branches/gomp-4_0-branch/gcc/hash-table.h
branches/gomp-4_0-branch/gcc/hash-traits.h
branches/gomp-4_0-branch/gcc/ifcvt.c
branches/gomp-4_0-branch/gcc/internal-fn.c
branches/gomp-4_0-branch/gcc/internal-fn.def
branches/gomp-4_0-branch/gcc/internal-fn.h
branches/gomp-4_0-branch/gcc/ipa-cp.c
branches/gomp-4_0-branch/gcc/ipa-icf-gimple.c
branches/gomp-4_0-branch/gcc/ipa-icf.c
branches/gomp-4_0-branch/gcc/ipa-inline-analysis.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/ipa-pure-const.c
branches/gomp-4_0-branch/gcc/ipa-reference.c
branches/gomp-4_0-branch/gcc/ipa-reference.h
branches/gomp-4_0-branch/gcc/ipa-split.c
branches/gomp-4_0-branch/gcc/ipa-visibility.c
branches/gomp-4_0-branch/gcc/ipa.c
branches/gomp-4_0-branch/gcc/jump.c
branches/gomp-4_0-branch/gcc/loop-init.c
branches/gomp-4_0-branch/gcc/loop-iv.c
branches/gomp-4_0-branch/gcc/lra-eliminations.c
branches/gomp-4_0-branch/gcc/lra-spills.c
branches/gomp-4_0-branch/gcc/lto-cgraph.c
branches/gomp-4_0-branch/gcc/lto-section-in.c
branches/gomp-4_0-branch/gcc/lto-section-out.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/ChangeLog
branches/gomp-4_0-branch/gcc/lto/lto-partition.c
branches/gomp-4_0-branch/gcc/lto/lto-symtab.c
branches/gomp-4_0-branch/gcc/lto/lto.c
branches/gomp-4_0-branch/gcc/match.pd
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/gcc/optabs-query.c
branches/gomp-4_0-branch/gcc/optabs-query.h
branches/gomp-4_0-branch/gcc/optabs.c
branches/gomp-4_0-branch/gcc/optabs.def
branches/gomp-4_0-branch/gcc/opts-common.c
branches/gomp-4_0-branch/gcc/opts.c
branches/gomp-4_0-branch/gcc/opts.h
branches/gomp-4_0-branch/gcc/passes.c
branches/gomp-4_0-branch/gcc/passes.def
branches/gomp-4_0-branch/gcc/predict.c
branches/gomp-4_0-branch/gcc/predict.h
branches/gomp-4_0-branch/gcc/pretty-print.c
branches/gomp-4_0-branch/gcc/pretty-print.h
branches/gomp-4_0-branch/gcc/regrename.c
branches/gomp-4_0-branch/gcc/reorg.c
branches/gomp-4_0-branch/gcc/rtlanal.c
branches/gomp-4_0-branch/gcc/sanitizer.def
branches/gomp-4_0-branch/gcc/shrink-wrap.c
branches/gomp-4_0-branch/gcc/symtab.c
branches/gomp-4_0-branch/gcc/target.def
branches/gomp-4_0-branch/gcc/targhooks.c
branches/gomp-4_0-branch/gcc/targhooks.h
branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-1.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-2.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-4.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-6.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/Wshift-overflow-7.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/attr-simd-3.c
branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/cpp/warning-zero-location.c
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/anon1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/auto3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/auto9.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template14.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/static_assert8.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx14-neg.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/pr58708.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1z/fold5.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/flexary3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/gomp/loop-1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lookup/two-stage4.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/opt/pr34036.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/opt/pr48549.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/other/anon-union3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/other/dump-ada-spec-2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/other/i386-2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/other/i386-3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/parse/crash31.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/parse/no-type-defn1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/parse/pr43765.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/plugin/plugin.exp
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/call4.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/crash55.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/crash70.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/function1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/nontype8.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pr64100.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pseudodtor3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/ref3.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr64280.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr64312.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ubsan/object-size-1.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ubsan/pr63956.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wconversion-real-integer2.C
branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/pr35635.C
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/compile/920723-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/compile/pr33855.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/20010122-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/980716-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/981019-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr68376-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/Wframe-address.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/Wno-frame-address.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/builtin-bswap-6a.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/builtin-return-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/pr42729.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/graphite/pr42917.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/optimize-bswapdi-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/optimize-bswapdi-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/optimize-bswapdi-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/optimize-bswapsi-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/optimize-bswapsi-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw.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/pr33007.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr59605-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/stack-usage-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/stackalign/builtin-return-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/vshuf-4.inc
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/vshuf-8.inc
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/recip-5.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr45752.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr46032.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-72.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-cselim-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-strided-store-a-u8-i2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/avx512vl-vextractf32x4-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/avx512vl-vextracti32x4-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65044.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse-12.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse-13.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse-14.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse-23.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-round.h
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundps-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundps-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundps-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundss-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundss-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundss-3.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/sse4_1-roundss-4.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/m68k/20090709-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/m68k/pr63347.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/mips/ext-2.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr67808.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/bswap-1.c
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/s390.exp
branches/gomp-4_0-branch/gcc/testsuite/gcc.target/visium/block_move.c
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray_args_2.f90
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 (props changed)
branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/quad_2.f90
branches/gomp-4_0-branch/gcc/testsuite/lib/g++-dg.exp
branches/gomp-4_0-branch/gcc/testsuite/lib/g++.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/toplev.c
branches/gomp-4_0-branch/gcc/tree-cfg.c
branches/gomp-4_0-branch/gcc/tree-cfgcleanup.c
branches/gomp-4_0-branch/gcc/tree-chkp.c
branches/gomp-4_0-branch/gcc/tree-chkp.h
branches/gomp-4_0-branch/gcc/tree-data-ref.c
branches/gomp-4_0-branch/gcc/tree-if-conv.c
branches/gomp-4_0-branch/gcc/tree-inline.c
branches/gomp-4_0-branch/gcc/tree-into-ssa.c
branches/gomp-4_0-branch/gcc/tree-nested.c
branches/gomp-4_0-branch/gcc/tree-pass.h
branches/gomp-4_0-branch/gcc/tree-ssa-alias.c
branches/gomp-4_0-branch/gcc/tree-ssa-dom.c
branches/gomp-4_0-branch/gcc/tree-ssa-dse.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-loop-unswitch.c
branches/gomp-4_0-branch/gcc/tree-ssa-math-opts.c
branches/gomp-4_0-branch/gcc/tree-ssa-phiopt.c
branches/gomp-4_0-branch/gcc/tree-ssa-pre.c
branches/gomp-4_0-branch/gcc/tree-ssa-propagate.c
branches/gomp-4_0-branch/gcc/tree-ssa-reassoc.c
branches/gomp-4_0-branch/gcc/tree-ssa-sccvn.c
branches/gomp-4_0-branch/gcc/tree-ssa-strlen.c
branches/gomp-4_0-branch/gcc/tree-ssa-structalias.c
branches/gomp-4_0-branch/gcc/tree-ssa-uncprop.c
branches/gomp-4_0-branch/gcc/tree-ssa.c
branches/gomp-4_0-branch/gcc/tree-ssa.h
branches/gomp-4_0-branch/gcc/tree-stdarg.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-tailcall.c
branches/gomp-4_0-branch/gcc/tree-vect-data-refs.c
branches/gomp-4_0-branch/gcc/tree-vect-generic.c
branches/gomp-4_0-branch/gcc/tree-vect-loop.c
branches/gomp-4_0-branch/gcc/tree-vect-patterns.c
branches/gomp-4_0-branch/gcc/tree-vect-slp.c
branches/gomp-4_0-branch/gcc/tree-vect-stmts.c
branches/gomp-4_0-branch/gcc/tree-vectorizer.c
branches/gomp-4_0-branch/gcc/tree-vectorizer.h
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/varasm.c
branches/gomp-4_0-branch/gcc/varpool.c
branches/gomp-4_0-branch/gnattools/ChangeLog
branches/gomp-4_0-branch/gnattools/Makefile.in
branches/gomp-4_0-branch/gotools/ChangeLog
branches/gomp-4_0-branch/gotools/Makefile.am
branches/gomp-4_0-branch/gotools/Makefile.in
branches/gomp-4_0-branch/libbacktrace/ChangeLog
branches/gomp-4_0-branch/libbacktrace/configure
branches/gomp-4_0-branch/libbacktrace/configure.ac
branches/gomp-4_0-branch/libbacktrace/elf.c
branches/gomp-4_0-branch/libcpp/ChangeLog
branches/gomp-4_0-branch/libcpp/include/line-map.h
branches/gomp-4_0-branch/libcpp/line-map.c
branches/gomp-4_0-branch/libgcc/ChangeLog
branches/gomp-4_0-branch/libgcc/config.host
branches/gomp-4_0-branch/libgcc/config/msp430/lib2divSI.c
branches/gomp-4_0-branch/libgcc/config/msp430/lib2hw_mul.S
branches/gomp-4_0-branch/libgcc/config/msp430/lib2mul.c
branches/gomp-4_0-branch/libgcc/config/msp430/mpy.c
branches/gomp-4_0-branch/libgcc/config/msp430/t-msp430
branches/gomp-4_0-branch/libgcc/config/pa/fptr.c
branches/gomp-4_0-branch/libgfortran/ChangeLog
branches/gomp-4_0-branch/libgfortran/caf/libcaf.h
branches/gomp-4_0-branch/libgfortran/caf/single.c
branches/gomp-4_0-branch/libgfortran/io/write.c
branches/gomp-4_0-branch/libgfortran/io/write_float.def
branches/gomp-4_0-branch/libgomp/ChangeLog
branches/gomp-4_0-branch/libgomp/libgomp.h
branches/gomp-4_0-branch/libgomp/oacc-host.c
branches/gomp-4_0-branch/libgomp/oacc-init.c
branches/gomp-4_0-branch/libgomp/target.c
branches/gomp-4_0-branch/libmpx/ChangeLog
branches/gomp-4_0-branch/libmpx/Makefile.in
branches/gomp-4_0-branch/libmpx/mpxrt/Makefile.am
branches/gomp-4_0-branch/libmpx/mpxrt/Makefile.in
branches/gomp-4_0-branch/libmpx/mpxrt/libmpx.map
branches/gomp-4_0-branch/libmpx/mpxrt/libtool-version
branches/gomp-4_0-branch/libmpx/mpxrt/mpxrt.c
branches/gomp-4_0-branch/libmpx/mpxwrap/Makefile.am
branches/gomp-4_0-branch/libmpx/mpxwrap/Makefile.in
branches/gomp-4_0-branch/libmpx/mpxwrap/libtool-version
branches/gomp-4_0-branch/libmpx/mpxwrap/mpx_wrappers.c
branches/gomp-4_0-branch/liboffloadmic/ChangeLog
branches/gomp-4_0-branch/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
branches/gomp-4_0-branch/libvtv/ChangeLog
branches/gomp-4_0-branch/libvtv/configure
branches/gomp-4_0-branch/libvtv/configure.ac
Propchange: branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_dir.h
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_fwd.h
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_ops.h
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/fs_path.h
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/libstdc++-v3/include/experimental/bits/string_view.tcc
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/
('svn:mergeinfo' modified)
Propchange: branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/reduction-2.f95
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list