This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r196857 - in /branches/c++-concepts: ./ ChangeL...


Author: gdr
Date: Thu Mar 21 07:36:26 2013
New Revision: 196857

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

Added:
    branches/c++-concepts/libstdc++-v3/include/bits/memoryfwd.h
      - copied unchanged from r196855, trunk/libstdc++-v3/include/bits/memoryfwd.h
    branches/c++-concepts/libstdc++-v3/include/ext/cmath
      - copied unchanged from r196855, trunk/libstdc++-v3/include/ext/cmath
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/map/56613.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/23_containers/map/56613.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
    branches/c++-concepts/libstdc++-v3/testsuite/26_numerics/complex/56111.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/26_numerics/complex/56111.cc
    branches/c++-concepts/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc
    branches/c++-concepts/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc
    branches/c++-concepts/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
      - copied unchanged from r196855, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
    branches/c++-concepts/libstdc++-v3/testsuite/ext/triangular_distribution/
      - copied from r196855, trunk/libstdc++-v3/testsuite/ext/triangular_distribution/
    branches/c++-concepts/libstdc++-v3/testsuite/ext/von_mises_distribution/
      - copied from r196855, trunk/libstdc++-v3/testsuite/ext/von_mises_distribution/
Modified:
    branches/c++-concepts/libstdc++-v3/ChangeLog
    branches/c++-concepts/libstdc++-v3/acinclude.m4
    branches/c++-concepts/libstdc++-v3/config.h.in
    branches/c++-concepts/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/solaris2.9/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/solaris2.9/sparcv9/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/configure
    branches/c++-concepts/libstdc++-v3/configure.ac
    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/faq.html
    branches/c++-concepts/libstdc++-v3/doc/html/index.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/abi.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/algorithms.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/api.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/atomics.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/backwards.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/bitmap_allocator_impl.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/concurrency.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/containers.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/debug_mode_using.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/ext_preface.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/extensions.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/facets.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/index.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/intro.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/io.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/iterators.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/localization.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/memory.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/numerics.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/parallel_mode_using.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/policy_data_structures_design.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/policy_data_structures_using.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/profile_mode_design.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/profile_mode_diagnostics.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/status.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/std_contents.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/strings.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/support.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/test.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/using.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/using_headers.html
    branches/c++-concepts/libstdc++-v3/doc/html/manual/utilities.html
    branches/c++-concepts/libstdc++-v3/doc/xml/faq.xml
    branches/c++-concepts/libstdc++-v3/include/Makefile.am
    branches/c++-concepts/libstdc++-v3/include/Makefile.in
    branches/c++-concepts/libstdc++-v3/include/bits/algorithmfwd.h
    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/atomic_base.h
    branches/c++-concepts/libstdc++-v3/include/bits/basic_ios.h
    branches/c++-concepts/libstdc++-v3/include/bits/deque.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/hashtable.h
    branches/c++-concepts/libstdc++-v3/include/bits/hashtable_policy.h
    branches/c++-concepts/libstdc++-v3/include/bits/localefwd.h
    branches/c++-concepts/libstdc++-v3/include/bits/regex.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_construct.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_list.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_pair.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_tree.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_vector.h
    branches/c++-concepts/libstdc++-v3/include/bits/stringfwd.h
    branches/c++-concepts/libstdc++-v3/include/bits/vector.tcc
    branches/c++-concepts/libstdc++-v3/include/c_compatibility/complex.h
    branches/c++-concepts/libstdc++-v3/include/ext/alloc_traits.h
    branches/c++-concepts/libstdc++-v3/include/ext/random
    branches/c++-concepts/libstdc++-v3/include/ext/random.tcc
    branches/c++-concepts/libstdc++-v3/include/ext/vstring_fwd.h
    branches/c++-concepts/libstdc++-v3/include/parallel/algorithmfwd.h
    branches/c++-concepts/libstdc++-v3/include/parallel/numericfwd.h
    branches/c++-concepts/libstdc++-v3/include/std/atomic
    branches/c++-concepts/libstdc++-v3/include/std/complex
    branches/c++-concepts/libstdc++-v3/include/std/future
    branches/c++-concepts/libstdc++-v3/include/std/iosfwd
    branches/c++-concepts/libstdc++-v3/include/std/istream
    branches/c++-concepts/libstdc++-v3/include/std/limits
    branches/c++-concepts/libstdc++-v3/include/std/mutex
    branches/c++-concepts/libstdc++-v3/include/std/streambuf
    branches/c++-concepts/libstdc++-v3/include/std/tuple
    branches/c++-concepts/libstdc++-v3/include/std/type_traits
    branches/c++-concepts/libstdc++-v3/include/std/typeindex
    branches/c++-concepts/libstdc++-v3/include/tr1/memory
    branches/c++-concepts/libstdc++-v3/include/tr1/regex
    branches/c++-concepts/libstdc++-v3/libsupc++/atexit_thread.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/eh_catch.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/eh_throw.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/exception_ptr.h
    branches/c++-concepts/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/c++-concepts/libstdc++-v3/scripts/extract_symvers.in
    branches/c++-concepts/libstdc++-v3/scripts/extract_symvers.pl
    branches/c++-concepts/libstdc++-v3/scripts/run_doxygen
    branches/c++-concepts/libstdc++-v3/testsuite/18_support/quick_exit/quick_exit.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/is_compound/value.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/is_fundamental/value.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/allocator/minimal.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc

Changes in other areas also in this revision:
Added:
    branches/c++-concepts/contrib/make-obstacks-texi.pl
      - copied unchanged from r196855, trunk/contrib/make-obstacks-texi.pl
    branches/c++-concepts/gcc/config/mips/micromips.md
      - copied unchanged from r196855, trunk/gcc/config/mips/micromips.md
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/inc.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/inc.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/memcmp-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/memcmp-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-1.c
      - copied unchanged from r196855, trunk/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
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-4.c
      - copied unchanged from r196855, trunk/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
      - copied unchanged from r196855, trunk/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
      - copied unchanged from r196855, trunk/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
      - copied unchanged from r196855, trunk/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
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-8.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/pr56330.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/asan/pr56330.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr56302.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/pr56302.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr56566.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/pr56566.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr56607.c
      - copied unchanged from r196855, trunk/gcc/testsuite/c-c++-common/pr56607.c
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_globals_test-wrapper.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/asan/asan_globals_test-wrapper.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_mem_test.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/asan/asan_mem_test.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_oob_test.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/asan/asan_oob_test.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_str_test.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/asan/asan_str_test.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/asan/sanitizer_test_utils.h
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/alias-decl-32.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-32.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/auto37.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/auto37.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-56302.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-56302.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-and.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-empty6.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-empty6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-invisiref1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-invisiref1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-static11.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-static11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-template4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-template4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-template5.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-template5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-union4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-union4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-union5.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-union5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/defaulted41.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted41.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/enum22.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/enum22.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/enum23.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/enum23.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/inh-ctor16.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor16.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/inh-ctor17.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor17.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/inh-ctor18.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor18.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist-defarg1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-defarg1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv7.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv7.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-err3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-err3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template10.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template8.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template9.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this11.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this12.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this8.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/local-targ1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/local-targ1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/nsdmi-local.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-local.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/nsdmi8.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/rv-copy1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/rv-copy1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/trailing8.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/trailing8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/trailing9.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/trailing9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.h
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.h
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic-diag1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-diag1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic-nondeduce2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-nondeduce2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/debug/pr56294.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/debug/pr56294.C
    branches/c++-concepts/gcc/testsuite/g++.dg/diagnostic/variadic1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/diagnostic/variadic1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/eh/anon1.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/eh/anon1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/eh/anon1a.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/eh/anon1a.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/eh/anon2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/eh/anon2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/int128-3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ext/int128-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/int128-4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ext/int128-4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/mv12-aux.cc
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ext/mv12-aux.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/devirt-11.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ipa/devirt-11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/devirt-12.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ipa/devirt-12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr56310.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/ipa/pr56310.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/pr56381.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/opt/pr56381.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/abstract5.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/other/abstract5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/abstract-dr337.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/abstract-dr337.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/access25.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/access25.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/access26.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/access26.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/arrow2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/arrow2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/cast3.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/cast3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/crash115.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/crash115.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/error49.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/error49.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/friend54.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/friend54.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/sfinae-dr657.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/sfinae-dr657.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/static33.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/static33.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/static34.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/static34.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/static35.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/static35.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/typename19.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/typename19.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/typename20.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/typename20.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/virtual4.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/template/virtual4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tm/pr56419.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/tm/pr56419.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr56302.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/torture/pr56302.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr56398.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/torture/pr56398.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr56403.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/torture/pr56403.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr56635.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/torture/pr56635.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-ssa/ssa-dom.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/tree-ssa/ssa-dom.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wsign-conversion-2.C
      - copied unchanged from r196855, trunk/gcc/testsuite/g++.dg/warn/Wsign-conversion-2.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr40797.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr40797.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr52555.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr52555.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr56405.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr56405.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr56448.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr56448.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr56484.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr56484.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr56539.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr56539.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr56571.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.c-torture/compile/pr56571.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr45472.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr45472.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr53265.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr53265.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56350.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56350.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56355-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56355-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56396.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56396.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56424.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56424.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56436.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56436.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56466.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56466.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56494.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56494.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56510.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56510.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56548.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/pr56548.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tm/instrumented-mask.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/tm/instrumented-mask.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tm/pr56108.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/tm/pr56108.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56321.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56321.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56349.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56349.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56366.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56366.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56384.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56384.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56420.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56420.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56443.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56443.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56478.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56478.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56488.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56488.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr56661.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/torture/pr56661.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/forwprop-24.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-24.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/reassoc-26.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-26.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/slp-38.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.dg/vect/slp-38.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/pr56184.C
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/arm/pr56184.C
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr56148.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/i386/pr56148.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr56348.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/i386/pr56348.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/pr56524.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/pr56524.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-constraints-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-constraints-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-constraints-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-constraints-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-4.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-5.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-6.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-7.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-7.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-8.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-8.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-swp-volatile.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-lwp-swp-volatile.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-movep-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-movep-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-movep-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-movep-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-save-restore-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-save-restore-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-save-restore-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-save-restore-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-save-restore-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-save-restore-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-4.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-5.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-6.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-swp-7.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/mips/umips-swp-7.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/mmfpgpr.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/powerpc/mmfpgpr.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/pr56605.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/powerpc/pr56605.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/sd-pwr6.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/powerpc/sd-pwr6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/sd-vsx.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/powerpc/sd-vsx.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/vsx-float0.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/powerpc/vsx-float0.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr49880-1.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/sh/pr49880-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr49880-2.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/sh/pr49880-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr49880-3.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/sh/pr49880-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr49880-4.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/sh/pr49880-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr49880-5.c
      - copied unchanged from r196855, trunk/gcc/testsuite/gcc.target/sh/pr49880-5.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/allocatable_function_7.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/allocatable_function_7.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/array_constructor_42.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/array_constructor_42.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/class_56.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/class_56.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/init_flag_11.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/init_flag_11.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/matmul_9.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/matmul_9.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/namelist_77.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/namelist_77.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/namelist_78.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/namelist_78.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/open_negative_unit_1.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/open_negative_unit_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/pointer_check_13.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/pointer_check_13.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/proc_ptr_comp_37.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_37.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
      - copied unchanged from r196855, trunk/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
    branches/c++-concepts/gcc/testsuite/gnat.dg/loop_optimization15.adb
      - copied unchanged from r196855, trunk/gcc/testsuite/gnat.dg/loop_optimization15.adb
    branches/c++-concepts/gcc/testsuite/gnat.dg/loop_optimization15.ads
      - copied unchanged from r196855, trunk/gcc/testsuite/gnat.dg/loop_optimization15.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/aggr6.ads
      - copied unchanged from r196855, trunk/gcc/testsuite/gnat.dg/specs/aggr6.ads
    branches/c++-concepts/libgo/go/syscall/socket_posix.go
      - copied unchanged from r196855, trunk/libgo/go/syscall/socket_posix.go
    branches/c++-concepts/libgo/go/syscall/socket_xnet.go
      - copied unchanged from r196855, trunk/libgo/go/syscall/socket_xnet.go
    branches/c++-concepts/libsanitizer/asan/asan_interface_internal.h
      - copied unchanged from r196855, trunk/libsanitizer/asan/asan_interface_internal.h
    branches/c++-concepts/libsanitizer/asan/asan_preinit.cc
      - copied unchanged from r196855, trunk/libsanitizer/asan/asan_preinit.cc
    branches/c++-concepts/libsanitizer/interception/interception_type_test.cc
      - copied unchanged from r196855, trunk/libsanitizer/interception/interception_type_test.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
      - copied unchanged from r196855, trunk/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
      - copied unchanged from r196855, trunk/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
Removed:
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/mv12-aux.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Warray-bounds-6.C
    branches/c++-concepts/libsanitizer/asan/dynamic/
Modified:
    branches/c++-concepts/   (props changed)
    branches/c++-concepts/ChangeLog
    branches/c++-concepts/MAINTAINERS
    branches/c++-concepts/boehm-gc/ChangeLog
    branches/c++-concepts/boehm-gc/include/private/gcconfig.h
    branches/c++-concepts/boehm-gc/os_dep.c
    branches/c++-concepts/config/ChangeLog
    branches/c++-concepts/config/bootstrap-asan.mk
    branches/c++-concepts/configure
    branches/c++-concepts/configure.ac
    branches/c++-concepts/contrib/ChangeLog
    branches/c++-concepts/contrib/make_sunver.pl
    branches/c++-concepts/gcc/BASE-VER
    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/gcc-interface/ada-tree.h
    branches/c++-concepts/gcc/ada/gcc-interface/decl.c
    branches/c++-concepts/gcc/ada/gcc-interface/trans.c
    branches/c++-concepts/gcc/ada/gnat-style.texi
    branches/c++-concepts/gcc/ada/gnatvsn.ads
    branches/c++-concepts/gcc/ada/i-fortra.ads
    branches/c++-concepts/gcc/ada/projects.texi
    branches/c++-concepts/gcc/ada/seh_init.c
    branches/c++-concepts/gcc/ada/tracebak.c
    branches/c++-concepts/gcc/alias.c
    branches/c++-concepts/gcc/asan.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-opts.c
    branches/c++-concepts/gcc/c-family/c-pch.c
    branches/c++-concepts/gcc/c-family/c-pretty-print.c
    branches/c++-concepts/gcc/c/ChangeLog
    branches/c++-concepts/gcc/c/c-parser.c
    branches/c++-concepts/gcc/cfgexpand.c
    branches/c++-concepts/gcc/cfghooks.c
    branches/c++-concepts/gcc/cfgloop.c
    branches/c++-concepts/gcc/cfgloop.h
    branches/c++-concepts/gcc/cfgrtl.c
    branches/c++-concepts/gcc/cgraph.c
    branches/c++-concepts/gcc/cgraph.h
    branches/c++-concepts/gcc/cgraphbuild.c
    branches/c++-concepts/gcc/collect2-aix.h
    branches/c++-concepts/gcc/common.opt
    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-simd-builtins.def
    branches/c++-concepts/gcc/config/aarch64/aarch64.c
    branches/c++-concepts/gcc/config/aarch64/aarch64.md
    branches/c++-concepts/gcc/config/aarch64/t-aarch64
    branches/c++-concepts/gcc/config/aarch64/t-aarch64-linux
    branches/c++-concepts/gcc/config/alpha/alpha.c
    branches/c++-concepts/gcc/config/arm/arm.c
    branches/c++-concepts/gcc/config/arm/arm.h
    branches/c++-concepts/gcc/config/arm/arm.md
    branches/c++-concepts/gcc/config/arm/iterators.md
    branches/c++-concepts/gcc/config/arm/t-arm
    branches/c++-concepts/gcc/config/avr/avr-mcus.def
    branches/c++-concepts/gcc/config/avr/avr-tables.opt
    branches/c++-concepts/gcc/config/avr/avr.c
    branches/c++-concepts/gcc/config/avr/avr.h
    branches/c++-concepts/gcc/config/avr/avr.opt
    branches/c++-concepts/gcc/config/avr/builtins.def
    branches/c++-concepts/gcc/config/avr/driver-avr.c
    branches/c++-concepts/gcc/config/avr/t-multilib
    branches/c++-concepts/gcc/config/c6x/c6x.c
    branches/c++-concepts/gcc/config/c6x/c6x.h
    branches/c++-concepts/gcc/config/cr16/cr16-protos.h
    branches/c++-concepts/gcc/config/gnu-user.h
    branches/c++-concepts/gcc/config/i386/constraints.md
    branches/c++-concepts/gcc/config/i386/cygwin.h
    branches/c++-concepts/gcc/config/i386/i386.c
    branches/c++-concepts/gcc/config/i386/i386.md
    branches/c++-concepts/gcc/config/lm32/lm32.c
    branches/c++-concepts/gcc/config/lm32/lm32.md
    branches/c++-concepts/gcc/config/mep/t-mep
    branches/c++-concepts/gcc/config/microblaze/linux.h
    branches/c++-concepts/gcc/config/microblaze/microblaze-protos.h
    branches/c++-concepts/gcc/config/microblaze/microblaze.c
    branches/c++-concepts/gcc/config/microblaze/microblaze.h
    branches/c++-concepts/gcc/config/microblaze/microblaze.md
    branches/c++-concepts/gcc/config/microblaze/microblaze.opt
    branches/c++-concepts/gcc/config/microblaze/predicates.md
    branches/c++-concepts/gcc/config/mips/constraints.md
    branches/c++-concepts/gcc/config/mips/mips-cpus.def
    branches/c++-concepts/gcc/config/mips/mips-protos.h
    branches/c++-concepts/gcc/config/mips/mips-tables.opt
    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/mips/predicates.md
    branches/c++-concepts/gcc/config/mips/sync.md
    branches/c++-concepts/gcc/config/mips/t-sde
    branches/c++-concepts/gcc/config/mn10300/mn10300.c
    branches/c++-concepts/gcc/config/pa/pa.c
    branches/c++-concepts/gcc/config/pa/pa.md
    branches/c++-concepts/gcc/config/pa/predicates.md
    branches/c++-concepts/gcc/config/rs6000/constraints.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/dfp.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/predicates.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000-cpus.def   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000-modes.def   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.c   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.h   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.opt   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/vector.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/vsx.md   (contents, props changed)
    branches/c++-concepts/gcc/config/s390/s390.h
    branches/c++-concepts/gcc/config/sh/linux.h
    branches/c++-concepts/gcc/config/sh/netbsd-elf.h
    branches/c++-concepts/gcc/config/sh/sh.c
    branches/c++-concepts/gcc/config/sh/sh.h
    branches/c++-concepts/gcc/config/sh/sh.md
    branches/c++-concepts/gcc/config/sh/sh.opt
    branches/c++-concepts/gcc/config/stormy16/stormy16.c
    branches/c++-concepts/gcc/config/tilegx/sync.md
    branches/c++-concepts/gcc/config/tilegx/tilegx.c
    branches/c++-concepts/gcc/config/tilepro/tilepro.c
    branches/c++-concepts/gcc/configure
    branches/c++-concepts/gcc/configure.ac
    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-tree.h
    branches/c++-concepts/gcc/cp/cvt.c
    branches/c++-concepts/gcc/cp/cxx-pretty-print.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/except.c
    branches/c++-concepts/gcc/cp/expr.c
    branches/c++-concepts/gcc/cp/init.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/name-lookup.h
    branches/c++-concepts/gcc/cp/parser.c
    branches/c++-concepts/gcc/cp/pt.c
    branches/c++-concepts/gcc/cp/search.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/df-scan.c
    branches/c++-concepts/gcc/diagnostic.c
    branches/c++-concepts/gcc/doc/avr-mmcu.texi
    branches/c++-concepts/gcc/doc/extend.texi
    branches/c++-concepts/gcc/doc/gcc.texi
    branches/c++-concepts/gcc/doc/gty.texi
    branches/c++-concepts/gcc/doc/invoke.texi
    branches/c++-concepts/gcc/doc/md.texi   (contents, props changed)
    branches/c++-concepts/gcc/doc/rtl.texi
    branches/c++-concepts/gcc/doc/tm.texi
    branches/c++-concepts/gcc/doc/tm.texi.in
    branches/c++-concepts/gcc/domwalk.c
    branches/c++-concepts/gcc/dse.c
    branches/c++-concepts/gcc/dwarf2out.c
    branches/c++-concepts/gcc/emit-rtl.c
    branches/c++-concepts/gcc/except.c
    branches/c++-concepts/gcc/except.h
    branches/c++-concepts/gcc/expmed.c
    branches/c++-concepts/gcc/expr.c
    branches/c++-concepts/gcc/expr.h
    branches/c++-concepts/gcc/fold-const.c
    branches/c++-concepts/gcc/fortran/ChangeLog
    branches/c++-concepts/gcc/fortran/Make-lang.in
    branches/c++-concepts/gcc/fortran/array.c
    branches/c++-concepts/gcc/fortran/expr.c
    branches/c++-concepts/gcc/fortran/gfortran.h
    branches/c++-concepts/gcc/fortran/gfortran.texi
    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/lang.opt
    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/scanner.c
    branches/c++-concepts/gcc/fortran/simplify.c
    branches/c++-concepts/gcc/fortran/symbol.c
    branches/c++-concepts/gcc/fortran/trans-array.c
    branches/c++-concepts/gcc/fortran/trans-decl.c
    branches/c++-concepts/gcc/fortran/trans-intrinsic.c
    branches/c++-concepts/gcc/fortran/trans-io.c
    branches/c++-concepts/gcc/fortran/trans-types.c
    branches/c++-concepts/gcc/function.c
    branches/c++-concepts/gcc/gcc.c
    branches/c++-concepts/gcc/genmultilib
    branches/c++-concepts/gcc/genopinit.c
    branches/c++-concepts/gcc/genpreds.c
    branches/c++-concepts/gcc/ggc-common.c
    branches/c++-concepts/gcc/gimple-pretty-print.c
    branches/c++-concepts/gcc/gimple-streamer-out.c
    branches/c++-concepts/gcc/gimple.h
    branches/c++-concepts/gcc/graph.c
    branches/c++-concepts/gcc/ifcvt.c
    branches/c++-concepts/gcc/incpath.c
    branches/c++-concepts/gcc/insn-notes.def
    branches/c++-concepts/gcc/ipa-cp.c
    branches/c++-concepts/gcc/ipa-prop.c
    branches/c++-concepts/gcc/ipa-pure-const.c
    branches/c++-concepts/gcc/ipa-reference.c
    branches/c++-concepts/gcc/ipa-split.c
    branches/c++-concepts/gcc/ira-build.c
    branches/c++-concepts/gcc/ira.c
    branches/c++-concepts/gcc/langhooks.h
    branches/c++-concepts/gcc/loop-init.c
    branches/c++-concepts/gcc/loop-iv.c
    branches/c++-concepts/gcc/loop-unroll.c
    branches/c++-concepts/gcc/loop-unswitch.c
    branches/c++-concepts/gcc/lower-subreg.c
    branches/c++-concepts/gcc/lower-subreg.h
    branches/c++-concepts/gcc/lra-assigns.c
    branches/c++-concepts/gcc/lra-constraints.c
    branches/c++-concepts/gcc/lra-spills.c
    branches/c++-concepts/gcc/lra.c
    branches/c++-concepts/gcc/lto-streamer-out.c
    branches/c++-concepts/gcc/lto-wrapper.c
    branches/c++-concepts/gcc/optabs.c
    branches/c++-concepts/gcc/optabs.h
    branches/c++-concepts/gcc/opts-common.c
    branches/c++-concepts/gcc/opts.c
    branches/c++-concepts/gcc/opts.h
    branches/c++-concepts/gcc/params.def
    branches/c++-concepts/gcc/passes.c
    branches/c++-concepts/gcc/po/ChangeLog
    branches/c++-concepts/gcc/po/be.po
    branches/c++-concepts/gcc/po/da.po
    branches/c++-concepts/gcc/po/de.po
    branches/c++-concepts/gcc/po/el.po
    branches/c++-concepts/gcc/po/es.po
    branches/c++-concepts/gcc/po/fi.po
    branches/c++-concepts/gcc/po/fr.po
    branches/c++-concepts/gcc/po/gcc.pot
    branches/c++-concepts/gcc/po/hr.po
    branches/c++-concepts/gcc/po/id.po
    branches/c++-concepts/gcc/po/ja.po
    branches/c++-concepts/gcc/po/nl.po
    branches/c++-concepts/gcc/po/ru.po
    branches/c++-concepts/gcc/po/sr.po
    branches/c++-concepts/gcc/po/sv.po
    branches/c++-concepts/gcc/po/tr.po
    branches/c++-concepts/gcc/po/vi.po
    branches/c++-concepts/gcc/po/zh_CN.po
    branches/c++-concepts/gcc/po/zh_TW.po
    branches/c++-concepts/gcc/predict.c
    branches/c++-concepts/gcc/rtl.c
    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-dump.c
    branches/c++-concepts/gcc/sel-sched-ir.c
    branches/c++-concepts/gcc/sel-sched.c
    branches/c++-concepts/gcc/simplify-rtx.c
    branches/c++-concepts/gcc/stmt.c
    branches/c++-concepts/gcc/target-globals.c
    branches/c++-concepts/gcc/target-globals.h
    branches/c++-concepts/gcc/target.def
    branches/c++-concepts/gcc/testsuite/ChangeLog
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/attrib-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/rlimit-mmap-test-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/strncpy-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr54486.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/uninit-17.c
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_globals_test.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_test.C
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_test.cc
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan_test_utils.h
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/default-options-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist40.C
    branches/c++-concepts/gcc/testsuite/g++.dg/debug/dwarf2/thunk1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/mv12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/mv12.h
    branches/c++-concepts/gcc/testsuite/g++.dg/inherit/using5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/longbranch2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/typename7.C
    branches/c++-concepts/gcc/testsuite/g++.dg/pch/pch.exp
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.other/using3.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.pt/ptrmem6.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/20020312-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/debug/dwarf2/pr53948.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/id-6.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/pr35356-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/scop-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/inline_3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/inline_4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/20090914-2_0.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/20091013-1_1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/20091013-1_2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pch/pch.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/pch/valid-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pch/valid-1.hs
    branches/c++-concepts/gcc/testsuite/gcc.dg/pch/valid-1b.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pch/valid-1b.hs
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr14092-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr24683.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr31490.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr52549.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr53701.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr55153.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr56228.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tm/memopt-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr49518.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr51071-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr53922.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/cunroll-10.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/forwprop-8.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/pr21559.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/pr52631.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/pr55579.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp17.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp18.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp23.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp24.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp72.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp73.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp75.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/unroll_2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/unroll_3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/unroll_4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-82_64.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-83_64.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-15.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-16.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/weak/weak-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/interrupt-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/interrupt-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/movti.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr20020-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr20020-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr20020-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr53425-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr53425-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr53907.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr55093.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/mips.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr54685.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bind_c_bool_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/do_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/quad_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/quad_3.f90
    branches/c++-concepts/gcc/testsuite/lib/asan-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/dg-pch.exp
    branches/c++-concepts/gcc/testsuite/objc.dg/pch/pch.exp
    branches/c++-concepts/gcc/trans-mem.c
    branches/c++-concepts/gcc/tree-call-cdce.c
    branches/c++-concepts/gcc/tree-cfg.c
    branches/c++-concepts/gcc/tree-cfgcleanup.c
    branches/c++-concepts/gcc/tree-data-ref.c
    branches/c++-concepts/gcc/tree-data-ref.h
    branches/c++-concepts/gcc/tree-dfa.c
    branches/c++-concepts/gcc/tree-eh.c
    branches/c++-concepts/gcc/tree-flow.h
    branches/c++-concepts/gcc/tree-inline.c
    branches/c++-concepts/gcc/tree-into-ssa.c
    branches/c++-concepts/gcc/tree-loop-distribution.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-copy.c
    branches/c++-concepts/gcc/tree-ssa-copyrename.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-ivcanon.c
    branches/c++-concepts/gcc/tree-ssa-loop-ivopts.c
    branches/c++-concepts/gcc/tree-ssa-loop-manip.c
    branches/c++-concepts/gcc/tree-ssa-loop-niter.c
    branches/c++-concepts/gcc/tree-ssa-loop.c
    branches/c++-concepts/gcc/tree-ssa-phiopt.c
    branches/c++-concepts/gcc/tree-ssa-pre.c
    branches/c++-concepts/gcc/tree-ssa-reassoc.c
    branches/c++-concepts/gcc/tree-ssa-sccvn.c
    branches/c++-concepts/gcc/tree-ssa-sccvn.h
    branches/c++-concepts/gcc/tree-ssa-structalias.c
    branches/c++-concepts/gcc/tree-ssa-ter.c
    branches/c++-concepts/gcc/tree-ssa-uninit.c
    branches/c++-concepts/gcc/tree-ssa.c
    branches/c++-concepts/gcc/tree-ssanames.c
    branches/c++-concepts/gcc/tree-tailcall.c
    branches/c++-concepts/gcc/tree-vect-data-refs.c
    branches/c++-concepts/gcc/tree-vect-loop-manip.c
    branches/c++-concepts/gcc/tree-vect-loop.c
    branches/c++-concepts/gcc/tree-vect-slp.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.h
    branches/c++-concepts/gcc/valtrack.c
    branches/c++-concepts/include/ChangeLog
    branches/c++-concepts/include/dwarf2.h
    branches/c++-concepts/libada/ChangeLog
    branches/c++-concepts/libada/Makefile.in
    branches/c++-concepts/libcpp/ChangeLog
    branches/c++-concepts/libcpp/config.in
    branches/c++-concepts/libcpp/configure
    branches/c++-concepts/libcpp/configure.ac
    branches/c++-concepts/libcpp/directives.c
    branches/c++-concepts/libcpp/files.c
    branches/c++-concepts/libcpp/internal.h
    branches/c++-concepts/libcpp/lex.c
    branches/c++-concepts/libcpp/pch.c
    branches/c++-concepts/libcpp/po/ChangeLog
    branches/c++-concepts/libcpp/po/be.po
    branches/c++-concepts/libcpp/po/ca.po
    branches/c++-concepts/libcpp/po/cpplib.pot
    branches/c++-concepts/libcpp/po/da.po
    branches/c++-concepts/libcpp/po/de.po
    branches/c++-concepts/libcpp/po/el.po
    branches/c++-concepts/libcpp/po/eo.po
    branches/c++-concepts/libcpp/po/es.po
    branches/c++-concepts/libcpp/po/fi.po
    branches/c++-concepts/libcpp/po/fr.po
    branches/c++-concepts/libcpp/po/id.po
    branches/c++-concepts/libcpp/po/ja.po
    branches/c++-concepts/libcpp/po/nl.po
    branches/c++-concepts/libcpp/po/ru.po
    branches/c++-concepts/libcpp/po/sr.po
    branches/c++-concepts/libcpp/po/sv.po
    branches/c++-concepts/libcpp/po/tr.po
    branches/c++-concepts/libcpp/po/uk.po
    branches/c++-concepts/libcpp/po/vi.po
    branches/c++-concepts/libcpp/po/zh_CN.po
    branches/c++-concepts/libcpp/po/zh_TW.po
    branches/c++-concepts/libffi/ChangeLog
    branches/c++-concepts/libffi/src/closures.c
    branches/c++-concepts/libgcc/ChangeLog
    branches/c++-concepts/libgcc/config/aarch64/sync-cache.c
    branches/c++-concepts/libgcc/config/avr/lib1funcs.S
    branches/c++-concepts/libgcc/config/i386/cpuinfo.c
    branches/c++-concepts/libgcc/config/microblaze/crti.S
    branches/c++-concepts/libgcc/config/microblaze/modsi3.S
    branches/c++-concepts/libgcc/config/mips/crtn.S
    branches/c++-concepts/libgcc/config/mips/linux-unwind.h
    branches/c++-concepts/libgcc/config/mips/mips16.S
    branches/c++-concepts/libgcc/config/rs6000/linux-unwind.h
    branches/c++-concepts/libgcc/config/sh/lib1funcs.S
    branches/c++-concepts/libgcc/config/vxlib-tls.c
    branches/c++-concepts/libgcc/unwind-dw2.c
    branches/c++-concepts/libgfortran/ChangeLog
    branches/c++-concepts/libgfortran/acinclude.m4
    branches/c++-concepts/libgfortran/config.h.in
    branches/c++-concepts/libgfortran/configure
    branches/c++-concepts/libgfortran/configure.ac
    branches/c++-concepts/libgfortran/intrinsics/c99_functions.c
    branches/c++-concepts/libgfortran/intrinsics/chmod.c
    branches/c++-concepts/libgfortran/intrinsics/execute_command_line.c
    branches/c++-concepts/libgfortran/io/format.c
    branches/c++-concepts/libgfortran/io/list_read.c
    branches/c++-concepts/libgfortran/io/open.c
    branches/c++-concepts/libgfortran/io/transfer.c
    branches/c++-concepts/libgfortran/io/unix.c
    branches/c++-concepts/libgfortran/io/write.c
    branches/c++-concepts/libgfortran/io/write_float.def
    branches/c++-concepts/libgfortran/libgfortran.h
    branches/c++-concepts/libgfortran/runtime/error.c
    branches/c++-concepts/libgo/Makefile.am
    branches/c++-concepts/libgo/Makefile.in
    branches/c++-concepts/libgo/go/syscall/sockcmsg_unix.go
    branches/c++-concepts/libgo/go/syscall/socket.go
    branches/c++-concepts/libgo/go/testing/quick/quick_test.go
    branches/c++-concepts/libgo/runtime/go-reflect-call.c
    branches/c++-concepts/libgo/runtime/lfstack.c
    branches/c++-concepts/libgo/runtime/mem.c
    branches/c++-concepts/libgo/runtime/proc.c
    branches/c++-concepts/libiberty/ChangeLog
    branches/c++-concepts/libiberty/cp-demangle.c
    branches/c++-concepts/libiberty/libiberty.texi
    branches/c++-concepts/libiberty/obstacks.texi
    branches/c++-concepts/libiberty/simple-object-mach-o.c
    branches/c++-concepts/libiberty/testsuite/demangle-expected
    branches/c++-concepts/libjava/ChangeLog
    branches/c++-concepts/libjava/classpath/   (props changed)
    branches/c++-concepts/libjava/classpath/ChangeLog.gcj
    branches/c++-concepts/libjava/classpath/doc/cp-tools.texinfo
    branches/c++-concepts/libjava/include/posix-threads.h
    branches/c++-concepts/libmudflap/ChangeLog
    branches/c++-concepts/libmudflap/testsuite/libmudflap.c/fail37-frag.c
    branches/c++-concepts/libquadmath/ChangeLog
    branches/c++-concepts/libquadmath/math/cacoshq.c
    branches/c++-concepts/libquadmath/quadmath.h
    branches/c++-concepts/libquadmath/strtod/strtod_l.c
    branches/c++-concepts/libsanitizer/ChangeLog
    branches/c++-concepts/libsanitizer/MERGE
    branches/c++-concepts/libsanitizer/asan/Makefile.am
    branches/c++-concepts/libsanitizer/asan/Makefile.in
    branches/c++-concepts/libsanitizer/asan/asan_allocator.cc
    branches/c++-concepts/libsanitizer/asan/asan_allocator.h
    branches/c++-concepts/libsanitizer/asan/asan_allocator2.cc
    branches/c++-concepts/libsanitizer/asan/asan_fake_stack.cc
    branches/c++-concepts/libsanitizer/asan/asan_flags.h
    branches/c++-concepts/libsanitizer/asan/asan_globals.cc
    branches/c++-concepts/libsanitizer/asan/asan_intercepted_functions.h
    branches/c++-concepts/libsanitizer/asan/asan_interceptors.cc
    branches/c++-concepts/libsanitizer/asan/asan_interceptors.h
    branches/c++-concepts/libsanitizer/asan/asan_internal.h
    branches/c++-concepts/libsanitizer/asan/asan_mac.cc
    branches/c++-concepts/libsanitizer/asan/asan_malloc_linux.cc
    branches/c++-concepts/libsanitizer/asan/asan_mapping.h
    branches/c++-concepts/libsanitizer/asan/asan_new_delete.cc
    branches/c++-concepts/libsanitizer/asan/asan_poisoning.cc
    branches/c++-concepts/libsanitizer/asan/asan_report.cc
    branches/c++-concepts/libsanitizer/asan/asan_report.h
    branches/c++-concepts/libsanitizer/asan/asan_rtl.cc
    branches/c++-concepts/libsanitizer/asan/asan_stack.cc
    branches/c++-concepts/libsanitizer/asan/asan_stats.cc
    branches/c++-concepts/libsanitizer/include/sanitizer/asan_interface.h
    branches/c++-concepts/libsanitizer/include/sanitizer/common_interface_defs.h
    branches/c++-concepts/libsanitizer/interception/Makefile.am
    branches/c++-concepts/libsanitizer/interception/Makefile.in
    branches/c++-concepts/libsanitizer/interception/interception.h
    branches/c++-concepts/libsanitizer/interception/interception_mac.cc
    branches/c++-concepts/libsanitizer/interception/interception_mac.h
    branches/c++-concepts/libsanitizer/merge.sh
    branches/c++-concepts/libsanitizer/sanitizer_common/Makefile.am
    branches/c++-concepts/libsanitizer/sanitizer_common/Makefile.in
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_allocator.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_allocator.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_common.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_common.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_common_interceptors_scanf.inc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_flags.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_internal_defs.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_lfstack.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_libc.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_libc.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_linux.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_mac.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_posix.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_quarantine.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_stackdepot.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_stacktrace.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_stacktrace.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_symbolizer.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_symbolizer.h
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_symbolizer_linux.cc
    branches/c++-concepts/libsanitizer/sanitizer_common/sanitizer_win.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_defs.h
    branches/c++-concepts/libsanitizer/tsan/tsan_fd.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_flags.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_flags.h
    branches/c++-concepts/libsanitizer/tsan/tsan_interceptors.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_interface.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_interface.h
    branches/c++-concepts/libsanitizer/tsan/tsan_interface_ann.h
    branches/c++-concepts/libsanitizer/tsan/tsan_interface_atomic.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_interface_inl.h
    branches/c++-concepts/libsanitizer/tsan/tsan_interface_java.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_md5.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_mman.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_mman.h
    branches/c++-concepts/libsanitizer/tsan/tsan_platform.h
    branches/c++-concepts/libsanitizer/tsan/tsan_platform_linux.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_platform_mac.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_platform_windows.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_report.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_report.h
    branches/c++-concepts/libsanitizer/tsan/tsan_rtl.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_rtl.h
    branches/c++-concepts/libsanitizer/tsan/tsan_rtl_mutex.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_rtl_report.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_rtl_thread.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_stat.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_stat.h
    branches/c++-concepts/libsanitizer/tsan/tsan_suppressions.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_suppressions.h
    branches/c++-concepts/libsanitizer/tsan/tsan_symbolize.cc
    branches/c++-concepts/libsanitizer/tsan/tsan_update_shadow_word_inl.h
    branches/c++-concepts/libsanitizer/tsan/tsan_vector.h
    branches/c++-concepts/maintainer-scripts/ChangeLog
    branches/c++-concepts/maintainer-scripts/crontab

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

Propchange: branches/c++-concepts/gcc/config/rs6000/constraints.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/dfp.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/predicates.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000-cpus.def
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000-modes.def
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000.c
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000.h
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/rs6000.opt
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/vector.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/config/rs6000/vsx.md
            ('svn:mergeinfo' added)

Propchange: branches/c++-concepts/gcc/doc/md.texi
            ('svn:mergeinfo' added)

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



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