r212101 - in /branches/c++-concepts: ./ .gitign...

asutton@gcc.gnu.org asutton@gcc.gnu.org
Sat Jun 28 13:24:00 GMT 2014


Author: asutton
Date: Sat Jun 28 13:24:01 2014
New Revision: 212101

URL: https://gcc.gnu.org/viewcvs?rev=212101&root=gcc&view=rev
Log:
Merge from trunk.

Added:
    branches/c++-concepts/libstdc++-v3/include/bits/allocated_ptr.h
      - copied unchanged from r212100, trunk/libstdc++-v3/include/bits/allocated_ptr.h
    branches/c++-concepts/libstdc++-v3/include/experimental/any
      - copied unchanged from r212100, trunk/libstdc++-v3/include/experimental/any
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/shared_ptr/creation/no_rtti.cc
      - copied unchanged from r212100, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/creation/no_rtti.cc
    branches/c++-concepts/libstdc++-v3/testsuite/experimental/any/
      - copied from r212100, trunk/libstdc++-v3/testsuite/experimental/any/
    branches/c++-concepts/libstdc++-v3/testsuite/experimental/optional/typedefs.cc
      - copied unchanged from r212100, trunk/libstdc++-v3/testsuite/experimental/optional/typedefs.cc
    branches/c++-concepts/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
      - copied unchanged from r212100, trunk/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
Modified:
    branches/c++-concepts/libstdc++-v3/ChangeLog
    branches/c++-concepts/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-concepts/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/c++-concepts/libstdc++-v3/doc/html/api.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/status.html
    branches/c++-concepts/libstdc++-v3/doc/xml/api.xml
    branches/c++-concepts/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
    branches/c++-concepts/libstdc++-v3/include/Makefile.am
    branches/c++-concepts/libstdc++-v3/include/Makefile.in
    branches/c++-concepts/libstdc++-v3/include/bits/alloc_traits.h
    branches/c++-concepts/libstdc++-v3/include/bits/allocator.h
    branches/c++-concepts/libstdc++-v3/include/bits/char_traits.h
    branches/c++-concepts/libstdc++-v3/include/bits/forward_list.h
    branches/c++-concepts/libstdc++-v3/include/bits/functexcept.h
    branches/c++-concepts/libstdc++-v3/include/bits/hashtable_policy.h
    branches/c++-concepts/libstdc++-v3/include/bits/ios_base.h
    branches/c++-concepts/libstdc++-v3/include/bits/locale_facets_nonio.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/parse_numbers.h
    branches/c++-concepts/libstdc++-v3/include/bits/random.h
    branches/c++-concepts/libstdc++-v3/include/bits/shared_ptr.h
    branches/c++-concepts/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_map.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_multimap.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_multiset.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_set.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_tree.h
    branches/c++-concepts/libstdc++-v3/include/bits/unordered_map.h
    branches/c++-concepts/libstdc++-v3/include/bits/unordered_set.h
    branches/c++-concepts/libstdc++-v3/include/experimental/optional
    branches/c++-concepts/libstdc++-v3/include/experimental/string_view
    branches/c++-concepts/libstdc++-v3/include/ext/aligned_buffer.h
    branches/c++-concepts/libstdc++-v3/include/ext/alloc_traits.h
    branches/c++-concepts/libstdc++-v3/include/ext/mt_allocator.h
    branches/c++-concepts/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
    branches/c++-concepts/libstdc++-v3/include/ext/stdio_sync_filebuf.h
    branches/c++-concepts/libstdc++-v3/include/parallel/list_partition.h
    branches/c++-concepts/libstdc++-v3/include/std/bitset
    branches/c++-concepts/libstdc++-v3/include/std/chrono
    branches/c++-concepts/libstdc++-v3/include/std/complex
    branches/c++-concepts/libstdc++-v3/include/std/fstream
    branches/c++-concepts/libstdc++-v3/include/std/future
    branches/c++-concepts/libstdc++-v3/include/std/iomanip
    branches/c++-concepts/libstdc++-v3/include/std/iosfwd
    branches/c++-concepts/libstdc++-v3/include/std/ostream
    branches/c++-concepts/libstdc++-v3/include/std/sstream
    branches/c++-concepts/libstdc++-v3/include/std/streambuf
    branches/c++-concepts/libstdc++-v3/include/tr2/dynamic_bitset
    branches/c++-concepts/libstdc++-v3/include/tr2/dynamic_bitset.tcc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/duration/literals/values.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc.cc
    branches/c++-concepts/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc
    branches/c++-concepts/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc
    branches/c++-concepts/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/c++-concepts/gcc/collect-utils.c
      - copied unchanged from r212100, trunk/gcc/collect-utils.c
    branches/c++-concepts/gcc/collect-utils.h
      - copied unchanged from r212100, trunk/gcc/collect-utils.h
    branches/c++-concepts/gcc/common.md
      - copied unchanged from r212100, trunk/gcc/common.md
    branches/c++-concepts/gcc/config/aarch64/arm_acle.h
      - copied unchanged from r212100, trunk/gcc/config/aarch64/arm_acle.h
    branches/c++-concepts/gcc/config/arm/thumb1.md
      - copied unchanged from r212100, trunk/gcc/config/arm/thumb1.md
    branches/c++-concepts/gcc/doc/aarch64-acle-intrinsics.texi
      - copied unchanged from r212100, trunk/gcc/doc/aarch64-acle-intrinsics.texi
    branches/c++-concepts/gcc/hash-map.h
      - copied unchanged from r212100, trunk/gcc/hash-map.h
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/instrument-with-calls-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/asan/instrument-with-calls-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/instrument-with-calls-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/asan/instrument-with-calls-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/instrument-with-calls-3.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/asan/instrument-with-calls-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/pr61530.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/asan/pr61530.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/strlen-overflow-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/asan/strlen-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/gomp/pr61486-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/gomp/pr61486-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/gomp/pr61486-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/gomp/pr61486-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr49706-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/pr49706-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr61553.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/pr61553.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-3.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-4.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-4.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-5.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-6.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-6.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-7.c
      - copied unchanged from r212100, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-7.c
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/scoped1.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/abi/scoped1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/aggr1.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/aggr1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/aggr2.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/aggr2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-template7.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-template7.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/deleted8.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/deleted8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/elision_conv.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/elision_conv.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/ref-qual15.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual15.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/using-enum-1.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/using-enum-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/using-enum-2.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/using-enum-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic159.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/cpp0x/variadic159.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1z/
      - copied from r212100, trunk/gcc/testsuite/g++.dg/cpp1z/
    branches/c++-concepts/gcc/testsuite/g++.dg/debug/dwarf2/pr61433.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr61433.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/complit14.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/ext/complit14.C
    branches/c++-concepts/gcc/testsuite/g++.dg/init/aggr11.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/init/aggr11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/init/aggr12.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/init/aggr12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr61160-2.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/ipa/pr61160-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr61160-3.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/ipa/pr61160-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr61540.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/ipa/pr61540.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/pr61456.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/opt/pr61456.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/operator3.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/other/operator3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/void3.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/other/void3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/friend10.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/parse/friend10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/friend11.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/parse/friend11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/friend9.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/parse/friend9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr34049.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/parse/pr34049.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/local-fn1.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/template/local-fn1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/pr57573.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/template/pr57573.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/pr61537.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/template/pr61537.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/ptrmem27.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/template/ptrmem27.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/ptrmem28.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/template/ptrmem28.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr61482.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/torture/pr61482.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr61554.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/torture/pr61554.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-ssa/calloc.C
      - copied unchanged from r212100, trunk/gcc/testsuite/g++.dg/tree-ssa/calloc.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/20140723-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/compile/20140723-1.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/20140622-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/20140622-1.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61306-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/pr61306-1.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61306-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/pr61306-2.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61306-3.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/pr61306-3.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61375.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/pr61375.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61517.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.c-torture/execute/pr61517.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/globalalias-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/globalalias-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/globalalias.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/globalalias.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/localalias-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/localalias-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/localalias.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/localalias.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/pr61526_0.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/lto/pr61526_0.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/pr61526_1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/lto/pr61526_1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61162-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/pr61162-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61583.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/pr61583.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/20140610-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/torture/20140610-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/20140610-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/torture/20140610-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61438.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/torture/pr61438.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61452.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/torture/pr61452.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61518.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/torture/pr61518.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/calloc-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/calloc-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/calloc-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/calloc-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/calloc-3.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/calloc-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/interposition.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/interposition.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-5.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-12.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-12.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/typeof-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/typeof-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/pr26359.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/vect/pr26359.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/pr52252-st.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/vect/pr52252-st.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-reduc-sad.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-sad.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-singleton_1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.dg/vect/vect-singleton_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-64x1_1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-64x1_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/test_64x1_1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/test_64x1_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-13.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-13.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-14.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-14.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-15.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-15.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/acle/
      - copied from r212100, trunk/gcc/testsuite/gcc.target/aarch64/acle/
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/fuse-caller-save.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/fuse-caller-save.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_high_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlal_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlalh_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlalh_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlals_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlals_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_high_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsl_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlslh_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlslh_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsls_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsls_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulh_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulh_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulh_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulh_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhh_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhh_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhq_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhq_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhq_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhq_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhs_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhs_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_high_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmull_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmullh_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmullh_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulls_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulls_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulh_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulh_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulh_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulh_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhh_lane_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhh_lane_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhq_laneq_s16.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhq_laneq_s16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhq_laneq_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhq_laneq_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhs_lane_s32.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhs_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/singleton_intrinsics_1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/aarch64/singleton_intrinsics_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/alpha/pr61586.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/alpha/pr61586.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/fuse-caller-save.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/arm/fuse-caller-save.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/lto/
      - copied from r212100, trunk/gcc/testsuite/gcc.target/arm/lto/
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-2.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-3.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/arm/thumb1-load-64bit-constant-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/avr/torture/pr61443.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/avr/torture/pr61443.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/avx-pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/avx-pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/avx2-pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/avx2-pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/avx512f-pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/avx512f-pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/indjmp-1.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/indjmp-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr52252-atom.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr52252-atom.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr52252-core.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr52252-core.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61403.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr61403.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61446.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr61446.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61572.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/pr61572.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/sse2-pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/sse2-pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/xop-pr57233.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/i386/xop-pr57233.c
    branches/c++-concepts/gcc/testsuite/gcc.target/m68k/pr54555.c
      - copied unchanged from r212100, trunk/gcc/testsuite/gcc.target/m68k/pr54555.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/arrayio_15.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/arrayio_15.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/coindexed_1.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray/coindexed_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/collectives_2.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray/collectives_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/get_array.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray/get_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/send_array.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray/send_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/sendget_array.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray/sendget_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_32.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray_32.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_33.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray_33.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_collectives_8.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/coarray_collectives_8.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/depend-1.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/depend-1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/target1.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/target1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/target2.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/target2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/target3.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/target3.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/udr8.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/gomp/udr8.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/pr61454.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/pr61454.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/system_clock_1.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/system_clock_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/system_clock_2.f90
      - copied unchanged from r212100, trunk/gcc/testsuite/gfortran.dg/system_clock_2.f90
    branches/c++-concepts/gcc/testsuite/gnat.dg/blocklocs.adb
      - copied unchanged from r212100, trunk/gcc/testsuite/gnat.dg/blocklocs.adb
    branches/c++-concepts/libatomic/config/mingw/
      - copied from r212100, trunk/libatomic/config/mingw/
    branches/c++-concepts/libgfortran/ChangeLog-2013
      - copied unchanged from r212100, trunk/libgfortran/ChangeLog-2013
    branches/c++-concepts/libgo/go/compress/bzip2/testdata/
      - copied from r212100, trunk/libgo/go/compress/bzip2/testdata/
    branches/c++-concepts/libgo/go/image/png/testdata/benchGray.png
      - copied unchanged from r212100, trunk/libgo/go/image/png/testdata/benchGray.png
    branches/c++-concepts/libgo/go/image/png/testdata/benchNRGBA-gradient.png
      - copied unchanged from r212100, trunk/libgo/go/image/png/testdata/benchNRGBA-gradient.png
    branches/c++-concepts/libgo/go/image/png/testdata/benchNRGBA-opaque.png
      - copied unchanged from r212100, trunk/libgo/go/image/png/testdata/benchNRGBA-opaque.png
    branches/c++-concepts/libgo/go/image/png/testdata/benchPaletted.png
      - copied unchanged from r212100, trunk/libgo/go/image/png/testdata/benchPaletted.png
    branches/c++-concepts/libgo/go/image/png/testdata/benchRGB.png
      - copied unchanged from r212100, trunk/libgo/go/image/png/testdata/benchRGB.png
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/simd10.C
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c++/simd10.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/simd11.C
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c++/simd11.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/simd12.C
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c++/simd12.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/simd13.C
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c++/simd13.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c/simd-14.c
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c/simd-14.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/simd-15.c
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c/simd-15.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/simd-16.c
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c/simd-16.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/simd-17.c
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c/simd-17.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/target-8.c
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.c/target-8.c
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/aligned1.f03
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/aligned1.f03
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/depend-3.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/depend-3.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/nestedfn5.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/nestedfn5.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/simd5.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/simd5.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/simd6.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/simd6.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/simd7.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/simd7.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target1.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target1.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target2.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target2.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target3.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target3.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target4.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target4.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target5.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target5.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target6.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target6.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target7.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target7.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/target8.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/target8.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr12.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/udr12.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr13.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/udr13.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr14.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/udr14.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr15.f90
      - copied unchanged from r212100, trunk/libgomp/testsuite/libgomp.fortran/udr15.f90
Removed:
    branches/c++-concepts/gcc/ipa-ref-inline.h
    branches/c++-concepts/gcc/testsuite/c-c++-common/abi-bf.c
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/bitfield12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/bitfield5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/bitfield7.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/cookie2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/dtor2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/empty6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/layout4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/macro1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle14.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle17.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle18-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle19-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle20-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/vbase10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/vbase14.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/array1-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/array2-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/conv8.C
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/dump-tree-dceloop-pr26359.c
Modified:
    branches/c++-concepts/   (props changed)
    branches/c++-concepts/.gitignore
    branches/c++-concepts/ChangeLog
    branches/c++-concepts/MAINTAINERS
    branches/c++-concepts/Makefile.def
    branches/c++-concepts/Makefile.in
    branches/c++-concepts/Makefile.tpl
    branches/c++-concepts/config-ml.in
    branches/c++-concepts/config/cloog.m4
    branches/c++-concepts/configure
    branches/c++-concepts/configure.ac
    branches/c++-concepts/contrib/ChangeLog
    branches/c++-concepts/contrib/dg-extract-results.py
    branches/c++-concepts/gcc/ChangeLog
    branches/c++-concepts/gcc/DATESTAMP
    branches/c++-concepts/gcc/Makefile.in
    branches/c++-concepts/gcc/ada/ChangeLog
    branches/c++-concepts/gcc/ada/a-astaco.ads
    branches/c++-concepts/gcc/ada/a-cbdlli.adb
    branches/c++-concepts/gcc/ada/a-cdlili.adb
    branches/c++-concepts/gcc/ada/a-chahan.ads
    branches/c++-concepts/gcc/ada/a-cidlli.adb
    branches/c++-concepts/gcc/ada/a-coinho-shared.adb
    branches/c++-concepts/gcc/ada/a-coinho-shared.ads
    branches/c++-concepts/gcc/ada/a-coinho.adb
    branches/c++-concepts/gcc/ada/a-coinho.ads
    branches/c++-concepts/gcc/ada/a-crdlli.adb
    branches/c++-concepts/gcc/ada/a-dynpri.ads
    branches/c++-concepts/gcc/ada/a-except-2005.ads
    branches/c++-concepts/gcc/ada/a-finali.ads
    branches/c++-concepts/gcc/ada/a-stmaco.ads
    branches/c++-concepts/gcc/ada/a-strmap.ads
    branches/c++-concepts/gcc/ada/a-sytaco.ads
    branches/c++-concepts/gcc/ada/a-tags.ads
    branches/c++-concepts/gcc/ada/a-taside.ads
    branches/c++-concepts/gcc/ada/a-tgdico.ads
    branches/c++-concepts/gcc/ada/adaint.c
    branches/c++-concepts/gcc/ada/aspects.adb
    branches/c++-concepts/gcc/ada/aspects.ads
    branches/c++-concepts/gcc/ada/back_end.adb
    branches/c++-concepts/gcc/ada/back_end.ads
    branches/c++-concepts/gcc/ada/checks.adb
    branches/c++-concepts/gcc/ada/checks.ads
    branches/c++-concepts/gcc/ada/debug.adb
    branches/c++-concepts/gcc/ada/einfo.adb
    branches/c++-concepts/gcc/ada/einfo.ads
    branches/c++-concepts/gcc/ada/errout.adb
    branches/c++-concepts/gcc/ada/errout.ads
    branches/c++-concepts/gcc/ada/erroutc.adb
    branches/c++-concepts/gcc/ada/erroutc.ads
    branches/c++-concepts/gcc/ada/errutil.adb
    branches/c++-concepts/gcc/ada/eval_fat.adb
    branches/c++-concepts/gcc/ada/exp_attr.adb
    branches/c++-concepts/gcc/ada/exp_ch3.adb
    branches/c++-concepts/gcc/ada/exp_ch4.adb
    branches/c++-concepts/gcc/ada/exp_ch9.adb
    branches/c++-concepts/gcc/ada/exp_util.adb
    branches/c++-concepts/gcc/ada/freeze.adb
    branches/c++-concepts/gcc/ada/freeze.ads
    branches/c++-concepts/gcc/ada/frontend.adb
    branches/c++-concepts/gcc/ada/g-comlin.adb
    branches/c++-concepts/gcc/ada/gcc-interface/utils.c
    branches/c++-concepts/gcc/ada/gnat1drv.adb
    branches/c++-concepts/gcc/ada/gnat_rm.texi
    branches/c++-concepts/gcc/ada/gnat_ugn.texi
    branches/c++-concepts/gcc/ada/gnatcmd.adb
    branches/c++-concepts/gcc/ada/i-cstrin.ads
    branches/c++-concepts/gcc/ada/impunit.adb
    branches/c++-concepts/gcc/ada/layout.adb
    branches/c++-concepts/gcc/ada/lib-load.adb
    branches/c++-concepts/gcc/ada/lib-writ.adb
    branches/c++-concepts/gcc/ada/lib-xref.adb
    branches/c++-concepts/gcc/ada/lib.adb
    branches/c++-concepts/gcc/ada/lib.ads
    branches/c++-concepts/gcc/ada/make.adb
    branches/c++-concepts/gcc/ada/makeutl.adb
    branches/c++-concepts/gcc/ada/makeutl.ads
    branches/c++-concepts/gcc/ada/opt.ads
    branches/c++-concepts/gcc/ada/par-ch5.adb
    branches/c++-concepts/gcc/ada/par-ch7.adb
    branches/c++-concepts/gcc/ada/par-endh.adb
    branches/c++-concepts/gcc/ada/par-prag.adb
    branches/c++-concepts/gcc/ada/prj-conf.adb
    branches/c++-concepts/gcc/ada/prj-conf.ads
    branches/c++-concepts/gcc/ada/restrict.adb
    branches/c++-concepts/gcc/ada/restrict.ads
    branches/c++-concepts/gcc/ada/s-excdeb.ads
    branches/c++-concepts/gcc/ada/s-except.ads
    branches/c++-concepts/gcc/ada/s-exctab.adb
    branches/c++-concepts/gcc/ada/s-expmod.adb
    branches/c++-concepts/gcc/ada/s-expmod.ads
    branches/c++-concepts/gcc/ada/s-solita.adb
    branches/c++-concepts/gcc/ada/s-solita.ads
    branches/c++-concepts/gcc/ada/s-stalib.ads
    branches/c++-concepts/gcc/ada/s-taprob.adb
    branches/c++-concepts/gcc/ada/s-taprop-linux.adb
    branches/c++-concepts/gcc/ada/s-tarest.adb
    branches/c++-concepts/gcc/ada/s-tasinf-linux.ads
    branches/c++-concepts/gcc/ada/s-tasinf-mingw.ads
    branches/c++-concepts/gcc/ada/s-tasinf-solaris.ads
    branches/c++-concepts/gcc/ada/s-tasinf-vxworks.ads
    branches/c++-concepts/gcc/ada/s-tasinf.ads
    branches/c++-concepts/gcc/ada/s-tasini.adb
    branches/c++-concepts/gcc/ada/s-tassta.adb
    branches/c++-concepts/gcc/ada/s-unstyp.ads
    branches/c++-concepts/gcc/ada/sem_aggr.adb
    branches/c++-concepts/gcc/ada/sem_attr.adb
    branches/c++-concepts/gcc/ada/sem_aux.adb
    branches/c++-concepts/gcc/ada/sem_aux.ads
    branches/c++-concepts/gcc/ada/sem_cat.adb
    branches/c++-concepts/gcc/ada/sem_ch10.adb
    branches/c++-concepts/gcc/ada/sem_ch10.ads
    branches/c++-concepts/gcc/ada/sem_ch11.adb
    branches/c++-concepts/gcc/ada/sem_ch12.adb
    branches/c++-concepts/gcc/ada/sem_ch13.adb
    branches/c++-concepts/gcc/ada/sem_ch3.adb
    branches/c++-concepts/gcc/ada/sem_ch4.adb
    branches/c++-concepts/gcc/ada/sem_ch6.adb
    branches/c++-concepts/gcc/ada/sem_ch6.ads
    branches/c++-concepts/gcc/ada/sem_ch7.adb
    branches/c++-concepts/gcc/ada/sem_ch9.adb
    branches/c++-concepts/gcc/ada/sem_elab.adb
    branches/c++-concepts/gcc/ada/sem_eval.adb
    branches/c++-concepts/gcc/ada/sem_prag.adb
    branches/c++-concepts/gcc/ada/sem_res.adb
    branches/c++-concepts/gcc/ada/sem_util.adb
    branches/c++-concepts/gcc/ada/sem_warn.adb
    branches/c++-concepts/gcc/ada/sinfo.adb
    branches/c++-concepts/gcc/ada/sinfo.ads
    branches/c++-concepts/gcc/ada/snames.ads-tmpl
    branches/c++-concepts/gcc/ada/styleg.adb
    branches/c++-concepts/gcc/ada/switch-c.adb
    branches/c++-concepts/gcc/ada/targparm.adb
    branches/c++-concepts/gcc/ada/targparm.ads
    branches/c++-concepts/gcc/ada/tbuild.adb
    branches/c++-concepts/gcc/ada/tbuild.ads
    branches/c++-concepts/gcc/ada/vms_data.ads
    branches/c++-concepts/gcc/alloc-pool.c
    branches/c++-concepts/gcc/asan.c
    branches/c++-concepts/gcc/attribs.c
    branches/c++-concepts/gcc/auto-inc-dec.c
    branches/c++-concepts/gcc/bitmap.c
    branches/c++-concepts/gcc/c-family/ChangeLog
    branches/c++-concepts/gcc/c-family/c-common.c
    branches/c++-concepts/gcc/c-family/c-common.h
    branches/c++-concepts/gcc/c-family/c-gimplify.c
    branches/c++-concepts/gcc/c-family/c-omp.c
    branches/c++-concepts/gcc/c-family/c-opts.c
    branches/c++-concepts/gcc/c-family/c-ubsan.c
    branches/c++-concepts/gcc/c-family/c-ubsan.h
    branches/c++-concepts/gcc/c-family/c.opt
    branches/c++-concepts/gcc/c/ChangeLog
    branches/c++-concepts/gcc/c/c-decl.c
    branches/c++-concepts/gcc/c/c-parser.c
    branches/c++-concepts/gcc/c/c-typeck.c
    branches/c++-concepts/gcc/cfg.c
    branches/c++-concepts/gcc/cfgcleanup.c
    branches/c++-concepts/gcc/cfgexpand.c
    branches/c++-concepts/gcc/cgraph.c
    branches/c++-concepts/gcc/cgraph.h
    branches/c++-concepts/gcc/cgraphbuild.c
    branches/c++-concepts/gcc/cgraphclones.c
    branches/c++-concepts/gcc/cgraphunit.c
    branches/c++-concepts/gcc/collect2.c
    branches/c++-concepts/gcc/collect2.h
    branches/c++-concepts/gcc/combine.c
    branches/c++-concepts/gcc/common.opt
    branches/c++-concepts/gcc/compare-elim.c
    branches/c++-concepts/gcc/config.gcc
    branches/c++-concepts/gcc/config.in
    branches/c++-concepts/gcc/config/aarch64/aarch64-builtins.c
    branches/c++-concepts/gcc/config/aarch64/aarch64-modes.def
    branches/c++-concepts/gcc/config/aarch64/aarch64-protos.h
    branches/c++-concepts/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/c++-concepts/gcc/config/aarch64/aarch64-simd.md
    branches/c++-concepts/gcc/config/aarch64/aarch64.c
    branches/c++-concepts/gcc/config/aarch64/aarch64.h
    branches/c++-concepts/gcc/config/aarch64/aarch64.md
    branches/c++-concepts/gcc/config/aarch64/arm_neon.h
    branches/c++-concepts/gcc/config/aarch64/iterators.md
    branches/c++-concepts/gcc/config/alpha/alpha.c
    branches/c++-concepts/gcc/config/arc/arc.c
    branches/c++-concepts/gcc/config/arm/arm-protos.h
    branches/c++-concepts/gcc/config/arm/arm.c
    branches/c++-concepts/gcc/config/arm/arm.md
    branches/c++-concepts/gcc/config/arm/arm_neon.h
    branches/c++-concepts/gcc/config/arm/unknown-elf.h
    branches/c++-concepts/gcc/config/arm/vfp.md
    branches/c++-concepts/gcc/config/avr/avr.md
    branches/c++-concepts/gcc/config/bfin/bfin.c
    branches/c++-concepts/gcc/config/c6x/c6x.c
    branches/c++-concepts/gcc/config/darwin.c
    branches/c++-concepts/gcc/config/darwin.h
    branches/c++-concepts/gcc/config/frv/frv.c
    branches/c++-concepts/gcc/config/h8300/h8300.c
    branches/c++-concepts/gcc/config/i386/djgpp.h
    branches/c++-concepts/gcc/config/i386/driver-i386.c
    branches/c++-concepts/gcc/config/i386/i386.c
    branches/c++-concepts/gcc/config/i386/i386.h
    branches/c++-concepts/gcc/config/i386/i386.md
    branches/c++-concepts/gcc/config/i386/predicates.md
    branches/c++-concepts/gcc/config/i386/sse.md
    branches/c++-concepts/gcc/config/i386/winnt.c
    branches/c++-concepts/gcc/config/i386/x86-tune.def
    branches/c++-concepts/gcc/config/ia64/ia64.c
    branches/c++-concepts/gcc/config/lm32/lm32.c
    branches/c++-concepts/gcc/config/m32c/m32c.c
    branches/c++-concepts/gcc/config/m32c/t-m32c
    branches/c++-concepts/gcc/config/m32r/m32r.c
    branches/c++-concepts/gcc/config/mcore/mcore.c
    branches/c++-concepts/gcc/config/mep/mep.c
    branches/c++-concepts/gcc/config/microblaze/microblaze.c
    branches/c++-concepts/gcc/config/mips/constraints.md
    branches/c++-concepts/gcc/config/mips/mips-protos.h
    branches/c++-concepts/gcc/config/mips/mips.c
    branches/c++-concepts/gcc/config/mips/mips.h
    branches/c++-concepts/gcc/config/mips/mips.md
    branches/c++-concepts/gcc/config/mips/mips.opt
    branches/c++-concepts/gcc/config/mmix/mmix-protos.h
    branches/c++-concepts/gcc/config/msp430/msp430.md
    branches/c++-concepts/gcc/config/nios2/nios2.c
    branches/c++-concepts/gcc/config/pa/pa.c
    branches/c++-concepts/gcc/config/pa/pa.h
    branches/c++-concepts/gcc/config/rs6000/rs6000-builtin.def
    branches/c++-concepts/gcc/config/rs6000/rs6000-protos.h
    branches/c++-concepts/gcc/config/rs6000/rs6000.c
    branches/c++-concepts/gcc/config/rs6000/rs6000.h
    branches/c++-concepts/gcc/config/rs6000/rs6000.md
    branches/c++-concepts/gcc/config/rs6000/vsx.md
    branches/c++-concepts/gcc/config/rs6000/xcoff.h
    branches/c++-concepts/gcc/config/rx/rx.c
    branches/c++-concepts/gcc/config/rx/rx.h
    branches/c++-concepts/gcc/config/s390/constraints.md
    branches/c++-concepts/gcc/config/score/score.c
    branches/c++-concepts/gcc/config/sh/sh.c
    branches/c++-concepts/gcc/config/sol2.c
    branches/c++-concepts/gcc/config/sparc/constraints.md
    branches/c++-concepts/gcc/config/v850/v850-c.c
    branches/c++-concepts/gcc/config/v850/v850.c
    branches/c++-concepts/gcc/config/v850/v850.h
    branches/c++-concepts/gcc/configure
    branches/c++-concepts/gcc/configure.ac
    branches/c++-concepts/gcc/coverage.c
    branches/c++-concepts/gcc/cp/ChangeLog
    branches/c++-concepts/gcc/cp/call.c
    branches/c++-concepts/gcc/cp/class.c
    branches/c++-concepts/gcc/cp/cp-gimplify.c
    branches/c++-concepts/gcc/cp/cp-tree.h
    branches/c++-concepts/gcc/cp/cvt.c
    branches/c++-concepts/gcc/cp/decl.c
    branches/c++-concepts/gcc/cp/decl2.c
    branches/c++-concepts/gcc/cp/error.c
    branches/c++-concepts/gcc/cp/mangle.c
    branches/c++-concepts/gcc/cp/method.c
    branches/c++-concepts/gcc/cp/name-lookup.c
    branches/c++-concepts/gcc/cp/optimize.c
    branches/c++-concepts/gcc/cp/parser.c
    branches/c++-concepts/gcc/cp/pt.c
    branches/c++-concepts/gcc/cp/rtti.c
    branches/c++-concepts/gcc/cp/semantics.c
    branches/c++-concepts/gcc/cp/tree.c
    branches/c++-concepts/gcc/cp/typeck.c
    branches/c++-concepts/gcc/cp/typeck2.c
    branches/c++-concepts/gcc/cp/vtable-class-hierarchy.c
    branches/c++-concepts/gcc/cprop.c
    branches/c++-concepts/gcc/cse.c
    branches/c++-concepts/gcc/cselib.c
    branches/c++-concepts/gcc/data-streamer-out.c
    branches/c++-concepts/gcc/dce.c
    branches/c++-concepts/gcc/ddg.c
    branches/c++-concepts/gcc/df-core.c
    branches/c++-concepts/gcc/df-problems.c
    branches/c++-concepts/gcc/df-scan.c
    branches/c++-concepts/gcc/df.h
    branches/c++-concepts/gcc/doc/extend.texi
    branches/c++-concepts/gcc/doc/generic.texi
    branches/c++-concepts/gcc/doc/install.texi
    branches/c++-concepts/gcc/doc/invoke.texi
    branches/c++-concepts/gcc/doc/md.texi
    branches/c++-concepts/gcc/doc/sourcebuild.texi
    branches/c++-concepts/gcc/doc/tm.texi
    branches/c++-concepts/gcc/dominance.c
    branches/c++-concepts/gcc/dse.c
    branches/c++-concepts/gcc/dumpfile.c
    branches/c++-concepts/gcc/dwarf2cfi.c
    branches/c++-concepts/gcc/dwarf2out.c
    branches/c++-concepts/gcc/except.c
    branches/c++-concepts/gcc/expmed.c
    branches/c++-concepts/gcc/expr.c
    branches/c++-concepts/gcc/final.c
    branches/c++-concepts/gcc/flag-types.h
    branches/c++-concepts/gcc/fold-const.c
    branches/c++-concepts/gcc/fortran/ChangeLog
    branches/c++-concepts/gcc/fortran/check.c
    branches/c++-concepts/gcc/fortran/cpp.c
    branches/c++-concepts/gcc/fortran/dump-parse-tree.c
    branches/c++-concepts/gcc/fortran/expr.c
    branches/c++-concepts/gcc/fortran/f95-lang.c
    branches/c++-concepts/gcc/fortran/frontend-passes.c
    branches/c++-concepts/gcc/fortran/gfortran.h
    branches/c++-concepts/gcc/fortran/gfortran.texi
    branches/c++-concepts/gcc/fortran/interface.c
    branches/c++-concepts/gcc/fortran/intrinsic.texi
    branches/c++-concepts/gcc/fortran/invoke.texi
    branches/c++-concepts/gcc/fortran/iresolve.c
    branches/c++-concepts/gcc/fortran/match.c
    branches/c++-concepts/gcc/fortran/match.h
    branches/c++-concepts/gcc/fortran/module.c
    branches/c++-concepts/gcc/fortran/openmp.c
    branches/c++-concepts/gcc/fortran/options.c
    branches/c++-concepts/gcc/fortran/parse.c
    branches/c++-concepts/gcc/fortran/resolve.c
    branches/c++-concepts/gcc/fortran/st.c
    branches/c++-concepts/gcc/fortran/symbol.c
    branches/c++-concepts/gcc/fortran/trans-common.c
    branches/c++-concepts/gcc/fortran/trans-const.c
    branches/c++-concepts/gcc/fortran/trans-decl.c
    branches/c++-concepts/gcc/fortran/trans-expr.c
    branches/c++-concepts/gcc/fortran/trans-intrinsic.c
    branches/c++-concepts/gcc/fortran/trans-openmp.c
    branches/c++-concepts/gcc/fortran/trans-types.c
    branches/c++-concepts/gcc/fortran/trans-types.h
    branches/c++-concepts/gcc/fortran/trans.c
    branches/c++-concepts/gcc/fortran/trans.h
    branches/c++-concepts/gcc/function.c
    branches/c++-concepts/gcc/fwprop.c
    branches/c++-concepts/gcc/gcc.c
    branches/c++-concepts/gcc/gcse.c
    branches/c++-concepts/gcc/genattrtab.c
    branches/c++-concepts/gcc/genopinit.c
    branches/c++-concepts/gcc/genoutput.c
    branches/c++-concepts/gcc/genpreds.c
    branches/c++-concepts/gcc/ggc-common.c
    branches/c++-concepts/gcc/gimple-fold.c
    branches/c++-concepts/gcc/gimple-pretty-print.c
    branches/c++-concepts/gcc/gimple-ssa-strength-reduction.c
    branches/c++-concepts/gcc/gimple.c
    branches/c++-concepts/gcc/gimple.h
    branches/c++-concepts/gcc/gimplify.c
    branches/c++-concepts/gcc/go/ChangeLog
    branches/c++-concepts/gcc/go/go-gcc.cc
    branches/c++-concepts/gcc/go/gospec.c
    branches/c++-concepts/gcc/graphite-clast-to-gimple.c
    branches/c++-concepts/gcc/graphite-dependences.c
    branches/c++-concepts/gcc/graphite-htab.h
    branches/c++-concepts/gcc/graphite.c
    branches/c++-concepts/gcc/haifa-sched.c
    branches/c++-concepts/gcc/hash-table.h
    branches/c++-concepts/gcc/hw-doloop.c
    branches/c++-concepts/gcc/ifcvt.c
    branches/c++-concepts/gcc/init-regs.c
    branches/c++-concepts/gcc/internal-fn.c
    branches/c++-concepts/gcc/internal-fn.def
    branches/c++-concepts/gcc/internal-fn.h
    branches/c++-concepts/gcc/ipa-comdats.c
    branches/c++-concepts/gcc/ipa-cp.c
    branches/c++-concepts/gcc/ipa-devirt.c
    branches/c++-concepts/gcc/ipa-inline-transform.c
    branches/c++-concepts/gcc/ipa-inline.c
    branches/c++-concepts/gcc/ipa-profile.c
    branches/c++-concepts/gcc/ipa-prop.c
    branches/c++-concepts/gcc/ipa-prop.h
    branches/c++-concepts/gcc/ipa-pure-const.c
    branches/c++-concepts/gcc/ipa-ref.c
    branches/c++-concepts/gcc/ipa-ref.h
    branches/c++-concepts/gcc/ipa-reference.c
    branches/c++-concepts/gcc/ipa-split.c
    branches/c++-concepts/gcc/ipa-utils.c
    branches/c++-concepts/gcc/ipa-visibility.c
    branches/c++-concepts/gcc/ipa.c
    branches/c++-concepts/gcc/ira-color.c
    branches/c++-concepts/gcc/ira-costs.c
    branches/c++-concepts/gcc/ira-lives.c
    branches/c++-concepts/gcc/ira.c
    branches/c++-concepts/gcc/java/ChangeLog
    branches/c++-concepts/gcc/java/class.c
    branches/c++-concepts/gcc/java/jcf-io.c
    branches/c++-concepts/gcc/langhooks-def.h
    branches/c++-concepts/gcc/langhooks.c
    branches/c++-concepts/gcc/langhooks.h
    branches/c++-concepts/gcc/loop-invariant.c
    branches/c++-concepts/gcc/loop-iv.c
    branches/c++-concepts/gcc/loop-unroll.c
    branches/c++-concepts/gcc/lra-assigns.c
    branches/c++-concepts/gcc/lra-constraints.c
    branches/c++-concepts/gcc/lra-lives.c
    branches/c++-concepts/gcc/lto-cgraph.c
    branches/c++-concepts/gcc/lto-section-out.c
    branches/c++-concepts/gcc/lto-streamer-in.c
    branches/c++-concepts/gcc/lto-streamer-out.c
    branches/c++-concepts/gcc/lto-streamer.c
    branches/c++-concepts/gcc/lto-streamer.h
    branches/c++-concepts/gcc/lto-wrapper.c
    branches/c++-concepts/gcc/lto/ChangeLog
    branches/c++-concepts/gcc/lto/lto-partition.c
    branches/c++-concepts/gcc/lto/lto-symtab.c
    branches/c++-concepts/gcc/lto/lto.c
    branches/c++-concepts/gcc/objc/ChangeLog
    branches/c++-concepts/gcc/objc/objc-act.c
    branches/c++-concepts/gcc/omp-low.c
    branches/c++-concepts/gcc/optabs.c
    branches/c++-concepts/gcc/optabs.def
    branches/c++-concepts/gcc/opts.c
    branches/c++-concepts/gcc/params.def
    branches/c++-concepts/gcc/params.h
    branches/c++-concepts/gcc/passes.c
    branches/c++-concepts/gcc/passes.def
    branches/c++-concepts/gcc/plugin.c
    branches/c++-concepts/gcc/pointer-set.h
    branches/c++-concepts/gcc/postreload-gcse.c
    branches/c++-concepts/gcc/postreload.c
    branches/c++-concepts/gcc/print-tree.c
    branches/c++-concepts/gcc/recog.c
    branches/c++-concepts/gcc/recog.h
    branches/c++-concepts/gcc/ree.c
    branches/c++-concepts/gcc/regrename.c
    branches/c++-concepts/gcc/regstat.c
    branches/c++-concepts/gcc/reload.c
    branches/c++-concepts/gcc/reload1.c
    branches/c++-concepts/gcc/rtl.h
    branches/c++-concepts/gcc/sanitizer.def
    branches/c++-concepts/gcc/sched-deps.c
    branches/c++-concepts/gcc/sdbout.c
    branches/c++-concepts/gcc/sel-sched-ir.c
    branches/c++-concepts/gcc/sese.c
    branches/c++-concepts/gcc/shrink-wrap.c
    branches/c++-concepts/gcc/statistics.c
    branches/c++-concepts/gcc/stmt.c
    branches/c++-concepts/gcc/store-motion.c
    branches/c++-concepts/gcc/symtab.c
    branches/c++-concepts/gcc/system.h
    branches/c++-concepts/gcc/target.def
    branches/c++-concepts/gcc/targhooks.c
    branches/c++-concepts/gcc/testsuite/ChangeLog
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-4.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-6.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-7.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-8.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr46562-2.c
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle-neon-aarch64.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle19-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle3-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle45.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle49.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle52.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle54.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle57.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle58.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle62.C
    branches/c++-concepts/gcc/testsuite/g++.dg/abi/mangle62a.C
    branches/c++-concepts/gcc/testsuite/g++.dg/conversion/err-recover1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/enum13.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/range-for9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/devirt-25.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr60600.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/void1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/friend7.C
    branches/c++-concepts/gcc/testsuite/g++.dg/simulate-thread/bitfields-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/simulate-thread/bitfields.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/anonunion1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/operator8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/operator9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/qualttp17.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/c++-concepts/gcc/testsuite/g++.dg/vect/slp-pr50413.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/vect/slp-pr50819.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/vect/slp-pr56812.cc
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/bswap-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/fail_always_inline.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/inline-22.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/inline_4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61162.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/simulate-thread/strict-align-global.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/simulate-thread/subfields.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/strlenopt-9.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/20050314-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/forwprop-21.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-32.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-39.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-16.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp35.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp36.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-23.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-24.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-25.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-26.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-27.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-28.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-29.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-30.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-31.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-8a.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-8b.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-pattern-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/no-tree-sra-bb-slp-pr50730.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/nodump-forwprop-22.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/abitest-2.h
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/abitest.S
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/test_25.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/type-def.h
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-12.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/va_arg-7.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/scalar_shift_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/ext_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/ext_s64.x
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/ext_u64.x
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vadd_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vdiv_f.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vdup_lane_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vector_intrinsics.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vneg_s.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vrnd_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vsub_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/vect-noalign.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/fuse-caller-save.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/xop-imul64-vector.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/pack02.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/tfmode_off.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/collectives_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_collectives_5.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_collectives_6.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/udr2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/udr4.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/nint_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/openmp-define-3.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/pr61335.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/wextra_1.f
    branches/c++-concepts/gcc/testsuite/lib/g++.exp
    branches/c++-concepts/gcc/testsuite/lib/gcc.exp
    branches/c++-concepts/gcc/testsuite/lib/gfortran.exp
    branches/c++-concepts/gcc/testsuite/lib/lto.exp
    branches/c++-concepts/gcc/testsuite/lib/target-supports.exp
    branches/c++-concepts/gcc/timevar.def
    branches/c++-concepts/gcc/tlink.c
    branches/c++-concepts/gcc/toplev.c
    branches/c++-concepts/gcc/toplev.h
    branches/c++-concepts/gcc/trans-mem.c
    branches/c++-concepts/gcc/tree-browser.c
    branches/c++-concepts/gcc/tree-cfg.c
    branches/c++-concepts/gcc/tree-complex.c
    branches/c++-concepts/gcc/tree-core.h
    branches/c++-concepts/gcc/tree-dfa.c
    branches/c++-concepts/gcc/tree-dfa.h
    branches/c++-concepts/gcc/tree-eh.c
    branches/c++-concepts/gcc/tree-emutls.c
    branches/c++-concepts/gcc/tree-hasher.h
    branches/c++-concepts/gcc/tree-if-conv.c
    branches/c++-concepts/gcc/tree-inline.c
    branches/c++-concepts/gcc/tree-into-ssa.c
    branches/c++-concepts/gcc/tree-nested.c
    branches/c++-concepts/gcc/tree-parloops.c
    branches/c++-concepts/gcc/tree-pass.h
    branches/c++-concepts/gcc/tree-pretty-print.c
    branches/c++-concepts/gcc/tree-profile.c
    branches/c++-concepts/gcc/tree-sra.c
    branches/c++-concepts/gcc/tree-ssa-alias.c
    branches/c++-concepts/gcc/tree-ssa-ccp.c
    branches/c++-concepts/gcc/tree-ssa-coalesce.c
    branches/c++-concepts/gcc/tree-ssa-copy.c
    branches/c++-concepts/gcc/tree-ssa-dce.c
    branches/c++-concepts/gcc/tree-ssa-dom.c
    branches/c++-concepts/gcc/tree-ssa-forwprop.c
    branches/c++-concepts/gcc/tree-ssa-live.c
    branches/c++-concepts/gcc/tree-ssa-loop-im.c
    branches/c++-concepts/gcc/tree-ssa-loop-ivopts.c
    branches/c++-concepts/gcc/tree-ssa-loop-niter.c
    branches/c++-concepts/gcc/tree-ssa-loop.c
    branches/c++-concepts/gcc/tree-ssa-math-opts.c
    branches/c++-concepts/gcc/tree-ssa-operands.c
    branches/c++-concepts/gcc/tree-ssa-phiopt.c
    branches/c++-concepts/gcc/tree-ssa-pre.c
    branches/c++-concepts/gcc/tree-ssa-propagate.c
    branches/c++-concepts/gcc/tree-ssa-reassoc.c
    branches/c++-concepts/gcc/tree-ssa-sccvn.c
    branches/c++-concepts/gcc/tree-ssa-sink.c
    branches/c++-concepts/gcc/tree-ssa-strlen.c
    branches/c++-concepts/gcc/tree-ssa-structalias.c
    branches/c++-concepts/gcc/tree-ssa-tail-merge.c
    branches/c++-concepts/gcc/tree-ssa-threadedge.c
    branches/c++-concepts/gcc/tree-ssa-threadupdate.c
    branches/c++-concepts/gcc/tree-ssa-uncprop.c
    branches/c++-concepts/gcc/tree-streamer-in.c
    branches/c++-concepts/gcc/tree-streamer-out.c
    branches/c++-concepts/gcc/tree-streamer.c
    branches/c++-concepts/gcc/tree-streamer.h
    branches/c++-concepts/gcc/tree-switch-conversion.c
    branches/c++-concepts/gcc/tree-vect-data-refs.c
    branches/c++-concepts/gcc/tree-vect-generic.c
    branches/c++-concepts/gcc/tree-vect-loop.c
    branches/c++-concepts/gcc/tree-vect-patterns.c
    branches/c++-concepts/gcc/tree-vect-stmts.c
    branches/c++-concepts/gcc/tree-vectorizer.c
    branches/c++-concepts/gcc/tree-vectorizer.h
    branches/c++-concepts/gcc/tree-vrp.c
    branches/c++-concepts/gcc/tree.c
    branches/c++-concepts/gcc/tree.def
    branches/c++-concepts/gcc/tree.h
    branches/c++-concepts/gcc/ubsan.c
    branches/c++-concepts/gcc/ubsan.h
    branches/c++-concepts/gcc/valtrack.c
    branches/c++-concepts/gcc/valtrack.h
    branches/c++-concepts/gcc/var-tracking.c
    branches/c++-concepts/gcc/varasm.c
    branches/c++-concepts/gcc/varasm.h
    branches/c++-concepts/gcc/varpool.c
    branches/c++-concepts/gcc/vtable-verify.c
    branches/c++-concepts/gcc/vtable-verify.h
    branches/c++-concepts/gcc/web.c
    branches/c++-concepts/libatomic/ChangeLog
    branches/c++-concepts/libatomic/Makefile.am
    branches/c++-concepts/libatomic/Makefile.in
    branches/c++-concepts/libatomic/aclocal.m4
    branches/c++-concepts/libatomic/configure
    branches/c++-concepts/libatomic/configure.ac
    branches/c++-concepts/libatomic/configure.tgt
    branches/c++-concepts/libatomic/testsuite/Makefile.in
    branches/c++-concepts/libgcc/ChangeLog
    branches/c++-concepts/libgcc/config/arm/bpabi-v6m.S
    branches/c++-concepts/libgcc/config/arm/bpabi.S
    branches/c++-concepts/libgcc/config/arm/bpabi.c
    branches/c++-concepts/libgcc/config/libbid/ChangeLog
    branches/c++-concepts/libgcc/config/libbid/bid128_div.c
    branches/c++-concepts/libgcc/config/libbid/bid64_div.c
    branches/c++-concepts/libgcc/unwind-seh.c
    branches/c++-concepts/libgfortran/ChangeLog
    branches/c++-concepts/libgfortran/caf/libcaf.h
    branches/c++-concepts/libgfortran/caf/single.c
    branches/c++-concepts/libgfortran/configure
    branches/c++-concepts/libgfortran/configure.ac
    branches/c++-concepts/libgfortran/generated/all_l1.c
    branches/c++-concepts/libgfortran/generated/all_l16.c
    branches/c++-concepts/libgfortran/generated/all_l2.c
    branches/c++-concepts/libgfortran/generated/all_l4.c
    branches/c++-concepts/libgfortran/generated/all_l8.c
    branches/c++-concepts/libgfortran/generated/any_l1.c
    branches/c++-concepts/libgfortran/generated/any_l16.c
    branches/c++-concepts/libgfortran/generated/any_l2.c
    branches/c++-concepts/libgfortran/generated/any_l4.c
    branches/c++-concepts/libgfortran/generated/any_l8.c
    branches/c++-concepts/libgfortran/generated/bessel_r10.c
    branches/c++-concepts/libgfortran/generated/bessel_r16.c
    branches/c++-concepts/libgfortran/generated/bessel_r4.c
    branches/c++-concepts/libgfortran/generated/bessel_r8.c
    branches/c++-concepts/libgfortran/generated/count_16_l.c
    branches/c++-concepts/libgfortran/generated/count_1_l.c
    branches/c++-concepts/libgfortran/generated/count_2_l.c
    branches/c++-concepts/libgfortran/generated/count_4_l.c
    branches/c++-concepts/libgfortran/generated/count_8_l.c
    branches/c++-concepts/libgfortran/generated/cshift1_16.c
    branches/c++-concepts/libgfortran/generated/cshift1_4.c
    branches/c++-concepts/libgfortran/generated/cshift1_8.c
    branches/c++-concepts/libgfortran/generated/eoshift1_16.c
    branches/c++-concepts/libgfortran/generated/eoshift1_4.c
    branches/c++-concepts/libgfortran/generated/eoshift1_8.c
    branches/c++-concepts/libgfortran/generated/eoshift3_16.c
    branches/c++-concepts/libgfortran/generated/eoshift3_4.c
    branches/c++-concepts/libgfortran/generated/eoshift3_8.c
    branches/c++-concepts/libgfortran/generated/iall_i1.c
    branches/c++-concepts/libgfortran/generated/iall_i16.c
    branches/c++-concepts/libgfortran/generated/iall_i2.c
    branches/c++-concepts/libgfortran/generated/iall_i4.c
    branches/c++-concepts/libgfortran/generated/iall_i8.c
    branches/c++-concepts/libgfortran/generated/iany_i1.c
    branches/c++-concepts/libgfortran/generated/iany_i16.c
    branches/c++-concepts/libgfortran/generated/iany_i2.c
    branches/c++-concepts/libgfortran/generated/iany_i4.c
    branches/c++-concepts/libgfortran/generated/iany_i8.c
    branches/c++-concepts/libgfortran/generated/in_pack_c10.c
    branches/c++-concepts/libgfortran/generated/in_pack_c16.c
    branches/c++-concepts/libgfortran/generated/in_pack_c4.c
    branches/c++-concepts/libgfortran/generated/in_pack_c8.c
    branches/c++-concepts/libgfortran/generated/in_pack_i1.c
    branches/c++-concepts/libgfortran/generated/in_pack_i16.c
    branches/c++-concepts/libgfortran/generated/in_pack_i2.c
    branches/c++-concepts/libgfortran/generated/in_pack_i4.c
    branches/c++-concepts/libgfortran/generated/in_pack_i8.c
    branches/c++-concepts/libgfortran/generated/in_pack_r10.c
    branches/c++-concepts/libgfortran/generated/in_pack_r16.c
    branches/c++-concepts/libgfortran/generated/in_pack_r4.c
    branches/c++-concepts/libgfortran/generated/in_pack_r8.c
    branches/c++-concepts/libgfortran/generated/iparity_i1.c
    branches/c++-concepts/libgfortran/generated/iparity_i16.c
    branches/c++-concepts/libgfortran/generated/iparity_i2.c
    branches/c++-concepts/libgfortran/generated/iparity_i4.c
    branches/c++-concepts/libgfortran/generated/iparity_i8.c
    branches/c++-concepts/libgfortran/generated/matmul_c10.c
    branches/c++-concepts/libgfortran/generated/matmul_c16.c
    branches/c++-concepts/libgfortran/generated/matmul_c4.c
    branches/c++-concepts/libgfortran/generated/matmul_c8.c
    branches/c++-concepts/libgfortran/generated/matmul_i1.c
    branches/c++-concepts/libgfortran/generated/matmul_i16.c
    branches/c++-concepts/libgfortran/generated/matmul_i2.c
    branches/c++-concepts/libgfortran/generated/matmul_i4.c
    branches/c++-concepts/libgfortran/generated/matmul_i8.c
    branches/c++-concepts/libgfortran/generated/matmul_l16.c
    branches/c++-concepts/libgfortran/generated/matmul_l4.c
    branches/c++-concepts/libgfortran/generated/matmul_l8.c
    branches/c++-concepts/libgfortran/generated/matmul_r10.c
    branches/c++-concepts/libgfortran/generated/matmul_r16.c
    branches/c++-concepts/libgfortran/generated/matmul_r4.c
    branches/c++-concepts/libgfortran/generated/matmul_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_16_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_4_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc0_8_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_16_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_4_r8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_i1.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_i16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_i2.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_i4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_i8.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_r10.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_r16.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_r4.c
    branches/c++-concepts/libgfortran/generated/maxloc1_8_r8.c
    branches/c++-concepts/libgfortran/generated/maxval_i1.c
    branches/c++-concepts/libgfortran/generated/maxval_i16.c
    branches/c++-concepts/libgfortran/generated/maxval_i2.c
    branches/c++-concepts/libgfortran/generated/maxval_i4.c
    branches/c++-concepts/libgfortran/generated/maxval_i8.c
    branches/c++-concepts/libgfortran/generated/maxval_r10.c
    branches/c++-concepts/libgfortran/generated/maxval_r16.c
    branches/c++-concepts/libgfortran/generated/maxval_r4.c
    branches/c++-concepts/libgfortran/generated/maxval_r8.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_i1.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_i16.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_i2.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_i4.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_i8.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_r10.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_r16.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_r4.c
    branches/c++-concepts/libgfortran/generated/minloc0_16_r8.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_i1.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_i16.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_i2.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_i4.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_i8.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_r10.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_r16.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_r4.c
    branches/c++-concepts/libgfortran/generated/minloc0_4_r8.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_i1.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_i16.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_i2.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_i4.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_i8.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_r10.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_r16.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_r4.c
    branches/c++-concepts/libgfortran/generated/minloc0_8_r8.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_i1.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_i16.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_i2.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_i4.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_i8.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_r10.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_r16.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_r4.c
    branches/c++-concepts/libgfortran/generated/minloc1_16_r8.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_i1.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_i16.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_i2.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_i4.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_i8.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_r10.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_r16.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_r4.c
    branches/c++-concepts/libgfortran/generated/minloc1_4_r8.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_i1.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_i16.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_i2.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_i4.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_i8.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_r10.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_r16.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_r4.c
    branches/c++-concepts/libgfortran/generated/minloc1_8_r8.c
    branches/c++-concepts/libgfortran/generated/minval_i1.c
    branches/c++-concepts/libgfortran/generated/minval_i16.c
    branches/c++-concepts/libgfortran/generated/minval_i2.c
    branches/c++-concepts/libgfortran/generated/minval_i4.c
    branches/c++-concepts/libgfortran/generated/minval_i8.c
    branches/c++-concepts/libgfortran/generated/minval_r10.c
    branches/c++-concepts/libgfortran/generated/minval_r16.c
    branches/c++-concepts/libgfortran/generated/minval_r4.c
    branches/c++-concepts/libgfortran/generated/minval_r8.c
    branches/c++-concepts/libgfortran/generated/norm2_r10.c
    branches/c++-concepts/libgfortran/generated/norm2_r16.c
    branches/c++-concepts/libgfortran/generated/norm2_r4.c
    branches/c++-concepts/libgfortran/generated/norm2_r8.c
    branches/c++-concepts/libgfortran/generated/pack_c10.c
    branches/c++-concepts/libgfortran/generated/pack_c16.c
    branches/c++-concepts/libgfortran/generated/pack_c4.c
    branches/c++-concepts/libgfortran/generated/pack_c8.c
    branches/c++-concepts/libgfortran/generated/pack_i1.c
    branches/c++-concepts/libgfortran/generated/pack_i16.c
    branches/c++-concepts/libgfortran/generated/pack_i2.c
    branches/c++-concepts/libgfortran/generated/pack_i4.c
    branches/c++-concepts/libgfortran/generated/pack_i8.c
    branches/c++-concepts/libgfortran/generated/pack_r10.c
    branches/c++-concepts/libgfortran/generated/pack_r16.c
    branches/c++-concepts/libgfortran/generated/pack_r4.c
    branches/c++-concepts/libgfortran/generated/pack_r8.c
    branches/c++-concepts/libgfortran/generated/parity_l1.c
    branches/c++-concepts/libgfortran/generated/parity_l16.c
    branches/c++-concepts/libgfortran/generated/parity_l2.c
    branches/c++-concepts/libgfortran/generated/parity_l4.c
    branches/c++-concepts/libgfortran/generated/parity_l8.c
    branches/c++-concepts/libgfortran/generated/product_c10.c
    branches/c++-concepts/libgfortran/generated/product_c16.c
    branches/c++-concepts/libgfortran/generated/product_c4.c
    branches/c++-concepts/libgfortran/generated/product_c8.c
    branches/c++-concepts/libgfortran/generated/product_i1.c
    branches/c++-concepts/libgfortran/generated/product_i16.c
    branches/c++-concepts/libgfortran/generated/product_i2.c
    branches/c++-concepts/libgfortran/generated/product_i4.c
    branches/c++-concepts/libgfortran/generated/product_i8.c
    branches/c++-concepts/libgfortran/generated/product_r10.c
    branches/c++-concepts/libgfortran/generated/product_r16.c
    branches/c++-concepts/libgfortran/generated/product_r4.c
    branches/c++-concepts/libgfortran/generated/product_r8.c
    branches/c++-concepts/libgfortran/generated/reshape_c10.c
    branches/c++-concepts/libgfortran/generated/reshape_c16.c
    branches/c++-concepts/libgfortran/generated/reshape_c4.c
    branches/c++-concepts/libgfortran/generated/reshape_c8.c
    branches/c++-concepts/libgfortran/generated/reshape_i16.c
    branches/c++-concepts/libgfortran/generated/reshape_i4.c
    branches/c++-concepts/libgfortran/generated/reshape_i8.c
    branches/c++-concepts/libgfortran/generated/reshape_r10.c
    branches/c++-concepts/libgfortran/generated/reshape_r16.c
    branches/c++-concepts/libgfortran/generated/reshape_r4.c
    branches/c++-concepts/libgfortran/generated/reshape_r8.c
    branches/c++-concepts/libgfortran/generated/shape_i16.c
    branches/c++-concepts/libgfortran/generated/shape_i4.c
    branches/c++-concepts/libgfortran/generated/shape_i8.c
    branches/c++-concepts/libgfortran/generated/spread_c10.c
    branches/c++-concepts/libgfortran/generated/spread_c16.c
    branches/c++-concepts/libgfortran/generated/spread_c4.c
    branches/c++-concepts/libgfortran/generated/spread_c8.c
    branches/c++-concepts/libgfortran/generated/spread_i1.c
    branches/c++-concepts/libgfortran/generated/spread_i16.c
    branches/c++-concepts/libgfortran/generated/spread_i2.c
    branches/c++-concepts/libgfortran/generated/spread_i4.c
    branches/c++-concepts/libgfortran/generated/spread_i8.c
    branches/c++-concepts/libgfortran/generated/spread_r10.c
    branches/c++-concepts/libgfortran/generated/spread_r16.c
    branches/c++-concepts/libgfortran/generated/spread_r4.c
    branches/c++-concepts/libgfortran/generated/spread_r8.c
    branches/c++-concepts/libgfortran/generated/sum_c10.c
    branches/c++-concepts/libgfortran/generated/sum_c16.c
    branches/c++-concepts/libgfortran/generated/sum_c4.c
    branches/c++-concepts/libgfortran/generated/sum_c8.c
    branches/c++-concepts/libgfortran/generated/sum_i1.c
    branches/c++-concepts/libgfortran/generated/sum_i16.c
    branches/c++-concepts/libgfortran/generated/sum_i2.c
    branches/c++-concepts/libgfortran/generated/sum_i4.c
    branches/c++-concepts/libgfortran/generated/sum_i8.c
    branches/c++-concepts/libgfortran/generated/sum_r10.c
    branches/c++-concepts/libgfortran/generated/sum_r16.c
    branches/c++-concepts/libgfortran/generated/sum_r4.c
    branches/c++-concepts/libgfortran/generated/sum_r8.c
    branches/c++-concepts/libgfortran/generated/transpose_c10.c
    branches/c++-concepts/libgfortran/generated/transpose_c16.c
    branches/c++-concepts/libgfortran/generated/transpose_c4.c
    branches/c++-concepts/libgfortran/generated/transpose_c8.c
    branches/c++-concepts/libgfortran/generated/transpose_i16.c
    branches/c++-concepts/libgfortran/generated/transpose_i4.c
    branches/c++-concepts/libgfortran/generated/transpose_i8.c
    branches/c++-concepts/libgfortran/generated/transpose_r10.c
    branches/c++-concepts/libgfortran/generated/transpose_r16.c
    branches/c++-concepts/libgfortran/generated/transpose_r4.c
    branches/c++-concepts/libgfortran/generated/transpose_r8.c
    branches/c++-concepts/libgfortran/generated/unpack_c10.c
    branches/c++-concepts/libgfortran/generated/unpack_c16.c
    branches/c++-concepts/libgfortran/generated/unpack_c4.c
    branches/c++-concepts/libgfortran/generated/unpack_c8.c
    branches/c++-concepts/libgfortran/generated/unpack_i1.c
    branches/c++-concepts/libgfortran/generated/unpack_i16.c
    branches/c++-concepts/libgfortran/generated/unpack_i2.c
    branches/c++-concepts/libgfortran/generated/unpack_i4.c
    branches/c++-concepts/libgfortran/generated/unpack_i8.c
    branches/c++-concepts/libgfortran/generated/unpack_r10.c
    branches/c++-concepts/libgfortran/generated/unpack_r16.c
    branches/c++-concepts/libgfortran/generated/unpack_r4.c
    branches/c++-concepts/libgfortran/generated/unpack_r8.c
    branches/c++-concepts/libgfortran/intrinsics/cshift0.c
    branches/c++-concepts/libgfortran/intrinsics/eoshift0.c
    branches/c++-concepts/libgfortran/intrinsics/eoshift2.c
    branches/c++-concepts/libgfortran/intrinsics/pack_generic.c
    branches/c++-concepts/libgfortran/intrinsics/reshape_generic.c
    branches/c++-concepts/libgfortran/intrinsics/spread_generic.c
    branches/c++-concepts/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/c++-concepts/libgfortran/intrinsics/transpose_generic.c
    branches/c++-concepts/libgfortran/intrinsics/unpack_generic.c
    branches/c++-concepts/libgfortran/io/list_read.c
    branches/c++-concepts/libgfortran/io/transfer.c
    branches/c++-concepts/libgfortran/io/unit.c
    branches/c++-concepts/libgfortran/io/write.c
    branches/c++-concepts/libgfortran/libgfortran.h
    branches/c++-concepts/libgfortran/m4/bessel.m4
    branches/c++-concepts/libgfortran/m4/cshift1.m4
    branches/c++-concepts/libgfortran/m4/eoshift1.m4
    branches/c++-concepts/libgfortran/m4/eoshift3.m4
    branches/c++-concepts/libgfortran/m4/iforeach.m4
    branches/c++-concepts/libgfortran/m4/ifunction.m4
    branches/c++-concepts/libgfortran/m4/ifunction_logical.m4
    branches/c++-concepts/libgfortran/m4/in_pack.m4
    branches/c++-concepts/libgfortran/m4/matmul.m4
    branches/c++-concepts/libgfortran/m4/matmull.m4
    branches/c++-concepts/libgfortran/m4/pack.m4
    branches/c++-concepts/libgfortran/m4/reshape.m4
    branches/c++-concepts/libgfortran/m4/shape.m4
    branches/c++-concepts/libgfortran/m4/spread.m4
    branches/c++-concepts/libgfortran/m4/transpose.m4
    branches/c++-concepts/libgfortran/m4/unpack.m4
    branches/c++-concepts/libgfortran/runtime/convert_char.c
    branches/c++-concepts/libgfortran/runtime/environ.c
    branches/c++-concepts/libgfortran/runtime/in_pack_generic.c
    branches/c++-concepts/libgfortran/runtime/memory.c
    branches/c++-concepts/libgo/runtime/go-callers.c
    branches/c++-concepts/libgo/runtime/proc.c
    branches/c++-concepts/libgomp/ChangeLog
    branches/c++-concepts/libgomp/omp_lib.f90.in
    branches/c++-concepts/libgomp/omp_lib.h.in
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/for-10.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c/for-2.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/for-2.h
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/openmp_version-1.f
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/openmp_version-2.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr4.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr6.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/udr7.f90
    branches/c++-concepts/libiberty/ChangeLog
    branches/c++-concepts/libiberty/cplus-dem.c
    branches/c++-concepts/libjava/classpath/   (props changed)
    branches/c++-concepts/libsanitizer/ChangeLog
    branches/c++-concepts/libsanitizer/asan/asan_linux.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/c++-concepts/lto-plugin/ChangeLog
    branches/c++-concepts/lto-plugin/Makefile.am
    branches/c++-concepts/lto-plugin/Makefile.in
    branches/c++-concepts/lto-plugin/configure
    branches/c++-concepts/lto-plugin/configure.ac
    branches/c++-concepts/maintainer-scripts/ChangeLog
    branches/c++-concepts/maintainer-scripts/crontab
    branches/c++-concepts/maintainer-scripts/update_version_svn

Propchange: branches/c++-concepts/
            ('svn:mergeinfo' modified)

Propchange: branches/c++-concepts/libjava/classpath/
            ('svn:mergeinfo' removed)




More information about the Libstdc++-cvs mailing list