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]

r213667 [1/2] - in /branches/c++-concepts: ./ C...


Author: asutton
Date: Wed Aug  6 14:14:26 2014
New Revision: 213667

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

Added:
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/tuple/61947.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/20_util/tuple/61947.cc
    branches/c++-concepts/libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc
    branches/c++-concepts/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc
    branches/c++-concepts/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc
    branches/c++-concepts/libstdc++-v3/testsuite/experimental/any/cons/4.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/experimental/any/cons/4.cc
    branches/c++-concepts/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/pr60037.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/pr60037.cc
    branches/c++-concepts/libstdc++-v3/testsuite/ext/random/logistic_distribution/
      - copied from r213663, trunk/libstdc++-v3/testsuite/ext/random/logistic_distribution/
    branches/c++-concepts/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/
      - copied from r213663, trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/
    branches/c++-concepts/libstdc++-v3/testsuite/ext/rope/61946.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/ext/rope/61946.cc
    branches/c++-concepts/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc
      - copied unchanged from r213663, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc
Modified:
    branches/c++-concepts/libstdc++-v3/ChangeLog
    branches/c++-concepts/libstdc++-v3/acinclude.m4
    branches/c++-concepts/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
    branches/c++-concepts/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-concepts/libstdc++-v3/configure
    branches/c++-concepts/libstdc++-v3/include/bits/allocated_ptr.h
    branches/c++-concepts/libstdc++-v3/include/bits/random.h
    branches/c++-concepts/libstdc++-v3/include/bits/random.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/regex.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/regex_automaton.h
    branches/c++-concepts/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/regex_executor.h
    branches/c++-concepts/libstdc++-v3/include/bits/regex_executor.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/regex_scanner.h
    branches/c++-concepts/libstdc++-v3/include/experimental/any
    branches/c++-concepts/libstdc++-v3/include/experimental/string_view
    branches/c++-concepts/libstdc++-v3/include/ext/random
    branches/c++-concepts/libstdc++-v3/include/ext/random.tcc
    branches/c++-concepts/libstdc++-v3/include/ext/rope
    branches/c++-concepts/libstdc++-v3/include/std/functional
    branches/c++-concepts/libstdc++-v3/include/std/regex
    branches/c++-concepts/libstdc++-v3/include/std/tuple
    branches/c++-concepts/libstdc++-v3/libsupc++/atexit_thread.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/cxxabi.h
    branches/c++-concepts/libstdc++-v3/libsupc++/tinfo.h
    branches/c++-concepts/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/map/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/multimap/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/multiset/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/debug/move_assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc
    branches/c++-concepts/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/lib/gdb-test.exp
    branches/c++-concepts/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/c++-concepts/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
    branches/c++-concepts/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/c++-concepts/libstdc++-v3/testsuite/util/testsuite_regex.h

Changes in other areas also in this revision:
Added:
    branches/c++-concepts/config/mh-alpha-linux
      - copied unchanged from r213663, trunk/config/mh-alpha-linux
    branches/c++-concepts/gcc/ada/g-forstr.adb
      - copied unchanged from r213663, trunk/gcc/ada/g-forstr.adb
    branches/c++-concepts/gcc/ada/g-forstr.ads
      - copied unchanged from r213663, trunk/gcc/ada/g-forstr.ads
    branches/c++-concepts/gcc/ada/g-rewdat.adb
      - copied unchanged from r213663, trunk/gcc/ada/g-rewdat.adb
    branches/c++-concepts/gcc/ada/g-rewdat.ads
      - copied unchanged from r213663, trunk/gcc/ada/g-rewdat.ads
    branches/c++-concepts/gcc/ada/s-elaall.adb
      - copied unchanged from r213663, trunk/gcc/ada/s-elaall.adb
    branches/c++-concepts/gcc/ada/s-elaall.ads
      - copied unchanged from r213663, trunk/gcc/ada/s-elaall.ads
    branches/c++-concepts/gcc/ada/s-exctra.adb
      - copied unchanged from r213663, trunk/gcc/ada/s-exctra.adb
    branches/c++-concepts/gcc/ada/s-exctra.ads
      - copied unchanged from r213663, trunk/gcc/ada/s-exctra.ads
    branches/c++-concepts/gcc/ada/s-trasym.adb
      - copied unchanged from r213663, trunk/gcc/ada/s-trasym.adb
    branches/c++-concepts/gcc/ada/s-trasym.ads
      - copied unchanged from r213663, trunk/gcc/ada/s-trasym.ads
    branches/c++-concepts/gcc/ada/scos.h
      - copied unchanged from r213663, trunk/gcc/ada/scos.h
    branches/c++-concepts/gcc/ada/sigtramp-vxworks.c
      - copied unchanged from r213663, trunk/gcc/ada/sigtramp-vxworks.c
    branches/c++-concepts/gcc/ada/vxworks-crtbe-link.spec
      - copied unchanged from r213663, trunk/gcc/ada/vxworks-crtbe-link.spec
    branches/c++-concepts/gcc/ada/vxworks-ppc-link.spec
      - copied unchanged from r213663, trunk/gcc/ada/vxworks-ppc-link.spec
    branches/c++-concepts/gcc/config/moxie/moxiebox.h
      - copied unchanged from r213663, trunk/gcc/config/moxie/moxiebox.h
    branches/c++-concepts/gcc/config/nds32/nds32-cost.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-cost.c
    branches/c++-concepts/gcc/config/nds32/nds32-fp-as-gp.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-fp-as-gp.c
    branches/c++-concepts/gcc/config/nds32/nds32-intrinsic.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-intrinsic.c
    branches/c++-concepts/gcc/config/nds32/nds32-isr.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-isr.c
    branches/c++-concepts/gcc/config/nds32/nds32-md-auxiliary.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-md-auxiliary.c
    branches/c++-concepts/gcc/config/nds32/nds32-memory-manipulation.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-memory-manipulation.c
    branches/c++-concepts/gcc/config/nds32/nds32-pipelines-auxiliary.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-pipelines-auxiliary.c
    branches/c++-concepts/gcc/config/nds32/nds32-predicates.c
      - copied unchanged from r213663, trunk/gcc/config/nds32/nds32-predicates.c
    branches/c++-concepts/gcc/config/nds32/t-nds32
      - copied unchanged from r213663, trunk/gcc/config/nds32/t-nds32
    branches/c++-concepts/gcc/config/nios2/rtems.h
      - copied unchanged from r213663, trunk/gcc/config/nios2/rtems.h
    branches/c++-concepts/gcc/config/nios2/t-rtems
      - copied unchanged from r213663, trunk/gcc/config/nios2/t-rtems
    branches/c++-concepts/gcc/doc/gcov-tool.texi
      - copied unchanged from r213663, trunk/gcc/doc/gcov-tool.texi
    branches/c++-concepts/gcc/gcov-counter.def
      - copied unchanged from r213663, trunk/gcc/gcov-counter.def
    branches/c++-concepts/gcc/gcov-tool.c
      - copied unchanged from r213663, trunk/gcc/gcov-tool.c
    branches/c++-concepts/gcc/graphite-isl-ast-to-gimple.c
      - copied unchanged from r213663, trunk/gcc/graphite-isl-ast-to-gimple.c
    branches/c++-concepts/gcc/graphite-isl-ast-to-gimple.h
      - copied unchanged from r213663, trunk/gcc/graphite-isl-ast-to-gimple.h
    branches/c++-concepts/gcc/hash-set.h
      - copied unchanged from r213663, trunk/gcc/hash-set.h
    branches/c++-concepts/gcc/inchash.c
      - copied unchanged from r213663, trunk/gcc/inchash.c
    branches/c++-concepts/gcc/inchash.h
      - copied unchanged from r213663, trunk/gcc/inchash.h
    branches/c++-concepts/gcc/rtlhash.c
      - copied unchanged from r213663, trunk/gcc/rtlhash.c
    branches/c++-concepts/gcc/rtlhash.h
      - copied unchanged from r213663, trunk/gcc/rtlhash.h
    branches/c++-concepts/gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/Wmemset-transposed-args1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/Wmemset-transposed-args2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/Wmemset-transposed-args2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/addrtmp.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/addrtmp.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-9.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/asan/no-redundant-instrumentation-9.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57541-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57541-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61455.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr61963.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr57653-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/pr57653-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr57653-2.h
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/pr57653-2.h
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr57653.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/pr57653.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr57653.h
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/pr57653.h
    branches/c++-concepts/gcc/testsuite/c-c++-common/pr60226.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/pr60226.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/sizeof-array-argument.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/sizeof-array-argument.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/torture/pr61741.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/torture/pr61741.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/align-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/align-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/align-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/align-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/align-3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/align-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/align-4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/align-4.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/align-5.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/align-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/attrib-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/attrib-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/attrib-4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/c-c++-common/ubsan/attrib-4.c
    branches/c++-concepts/gcc/testsuite/g++.dg/cilk-plus/pr60967.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cilk-plus/pr60967.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/Wnarrowing1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute3.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-inhctor1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-inhctor1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-neg3.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-neg3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/decltype60.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/decltype60.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/explicit8.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/explicit8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist-array4.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist87.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/initlist87.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-cast1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-cast1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template13.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template13.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr57466.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr57466.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr58155.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr58155.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr58781.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr58781.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr60209-neg.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr60209-neg.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr60209.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr60209.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr60249.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/pr60249.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic160.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/variadic160.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/vt-57397-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/vt-57397-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/vt-57397-2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/vt-57397-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/vt-59361.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp0x/vt-59361.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/pr57644.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/pr57644.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/pr59867.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/pr59867.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/var-templ1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/var-templ2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/var-templ3.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/var-templ4.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/var-templ5.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm-neg.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm-neg.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm-ped-neg.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm-ped-neg.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/cpp1z/typename-tmpl-tmpl-parm.C
    branches/c++-concepts/gcc/testsuite/g++.dg/init/explicit2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/init/explicit2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/devirt-34.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ipa/devirt-34.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/declone2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/opt/declone2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/devirt5.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/opt/devirt5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/pr61654.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/opt/pr61654.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/default10.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/other/default10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/default9.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/other/default9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr58898.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/parse/pr58898.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr61804.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/parse/pr61804.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tc1/dr217-2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tc1/dr217-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/conv14.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/template/conv14.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/friend56.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/template/friend56.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/local9.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/template/local9.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/operator13.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/template/operator13.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/pr57466.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/template/pr57466.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-prof/morefunc.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-prof/morefunc.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-prof/reorder.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-prof/reorder.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-prof/reorder_class1.h
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-prof/reorder_class1.h
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-prof/reorder_class2.h
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-prof/reorder_class2.h
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-ssa/nonzero-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-ssa/nonzero-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-ssa/nonzero-2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/tree-ssa/nonzero-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/align-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/align-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/align-2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/align-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/align-3.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/align-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/attrib-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/attrib-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/null-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/null-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/null-2.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/null-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/return-3.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/ubsan/return-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wmemset-transposed-args-1.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/warn/Wmemset-transposed-args-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wsuggest-final.C
      - copied unchanged from r213663, trunk/gcc/testsuite/g++.dg/warn/Wsuggest-final.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr61684.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/compile/pr61684.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/section.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/compile/section.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/20050316-3.x
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/execute/20050316-3.x
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr23135.x
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/execute/pr23135.x
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61673.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/execute/pr61673.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61682.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/execute/pr61682.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr61725.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.c-torture/execute/pr61725.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wdesignated-init-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/Wdesignated-init-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wdesignated-init.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/Wdesignated-init.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wincompatible-pointer-types.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/Wincompatible-pointer-types.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wint-conversion.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/Wint-conversion.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/case-bogus-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/case-bogus-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/syshdr4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/cpp/syshdr4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/syshdr4.h
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/cpp/syshdr4.h
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/syshdr5.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/cpp/syshdr5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/syshdr5.h
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/cpp/syshdr5.h
    branches/c++-concepts/gcc/testsuite/gcc.dg/fold-abs-5.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/fold-abs-5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/fold-cstring.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/fold-cstring.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/fold-cvect.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/fold-cvect.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-blocks-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-if-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-if-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-if-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-if-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-gen-single-loop-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ira-loop-pressure.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/ira-loop-pressure.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/pr61786_0.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/lto/pr61786_0.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/pr61786_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/lto/pr61786_1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/memmove-4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/memmove-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61561.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61561.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61756.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61756.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61762.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61762.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61852.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61852.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61861.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61861.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61868.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/pr61868.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/ftrapv-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/ftrapv-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61576.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61576.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61681.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61681.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61742.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61742.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61757.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61757.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61772.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61772.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61786.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61786.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61787.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61787.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr61964.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/torture/pr61964.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/pr61607.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61607.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-copyprop-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-copyprop-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/vrp93.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp93.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ubsan/bounds-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/ubsan/bounds-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/pr61680.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/vect/pr61680.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/legitimize_stack_var_before_reload_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/legitimize_stack_var_before_reload_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vbsl_f64_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vbsl_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcage_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcage_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcagt_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcagt_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcale_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcale_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcaled_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcaled_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcales_f32.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcales_f32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcalt_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcalt_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcaltd_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcaltd_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vcalts_f32.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcalts_f32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vfma_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vfma_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vfms_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vfms_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmla_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmla_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmls_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmls_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmul_f64_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmul_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmul_n_f64_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmul_n_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmuld_lane_f64_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmuld_lane_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmuld_laneq_f64_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmuld_laneq_f64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmuls_lane_f32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmuls_lane_f32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vmuls_laneq_f32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vmuls_laneq_f32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_f64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_f64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_s64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_s64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_u64.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vpaddd_u64.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlalh_laneq_s16_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlalh_laneq_s16_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlals_laneq_s32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlals_laneq_s32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlslh_laneq_s16_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlslh_laneq_s16_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsls_laneq_s32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsls_laneq_s32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhh_laneq_s16_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhh_laneq_s16_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhs_laneq_s32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqdmulhs_laneq_s32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhh_laneq_s16_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhh_laneq_s16_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhs_laneq_s32_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/simd/vqrdmulhs_laneq_s32_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_10.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_10.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_11.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_11.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_12.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_12.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_13.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_13.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_14.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_14.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_15.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_15.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_5.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_6.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_7.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_7.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_8.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_8.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_9.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_9.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_frame_common.h
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/test_frame_common.h
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vdup_n_2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/aarch64/vdup_n_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/identical-invariants.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/arm/identical-invariants.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/pr61948.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/arm/pr61948.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm-run.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm-run.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr44551-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr44551-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61599-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr61599-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61599-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr61599-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61794.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr61794.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61801.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr61801.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr61855.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/i386/pr61855.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/const-anchor-3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/mips/const-anchor-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/const-anchor-4.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/mips/const-anchor-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-1.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-2.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-3.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/pr60102.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/pr60102.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/shift-dot.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/shift-dot.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/spe-evmerge.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/powerpc/spe-evmerge.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/fpchg.c
      - copied unchanged from r213663, trunk/gcc/testsuite/gcc.target/sh/fpchg.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/allocatable_function_8.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/allocatable_function_8.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/arrayio_16.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/arrayio_16.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/binding_label_tests_27.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/binding_label_tests_27.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/atomic_2.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray/atomic_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/coindexed_3.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray/coindexed_3.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_34.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray_34.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_atomic_2.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_atomic_3.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_3.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_atomic_4.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_4.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/dependency_44.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/dependency_44.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/graphite/pr59586.f
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/graphite/pr59586.f
    branches/c++-concepts/gcc/testsuite/gfortran.dg/ieee/
      - copied from r213663, trunk/gcc/testsuite/gfortran.dg/ieee/
    branches/c++-concepts/gcc/testsuite/gfortran.dg/oldstyle_5.f
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/oldstyle_5.f
    branches/c++-concepts/gcc/testsuite/gfortran.dg/pr61921.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/pr61921.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/storage_size_5.f90
      - copied unchanged from r213663, trunk/gcc/testsuite/gfortran.dg/storage_size_5.f90
    branches/c++-concepts/gcc/testsuite/gnat.dg/opt39.adb
      - copied unchanged from r213663, trunk/gcc/testsuite/gnat.dg/opt39.adb
    branches/c++-concepts/gcc/testsuite/gnat.dg/pack20.adb
      - copied unchanged from r213663, trunk/gcc/testsuite/gnat.dg/pack20.adb
    branches/c++-concepts/gcc/testsuite/gnat.dg/pack20.ads
      - copied unchanged from r213663, trunk/gcc/testsuite/gnat.dg/pack20.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/pack20_pkg.ads
      - copied unchanged from r213663, trunk/gcc/testsuite/gnat.dg/pack20_pkg.ads
    branches/c++-concepts/libgcc/libgcov-util.c
      - copied unchanged from r213663, trunk/libgcc/libgcov-util.c
    branches/c++-concepts/libgfortran/ieee/
      - copied from r213663, trunk/libgfortran/ieee/
    branches/c++-concepts/libgo/go/archive/tar/testdata/sparse-formats.tar
      - copied unchanged from r213663, trunk/libgo/go/archive/tar/testdata/sparse-formats.tar
    branches/c++-concepts/libgo/go/archive/tar/testdata/writer-big-long.tar
      - copied unchanged from r213663, trunk/libgo/go/archive/tar/testdata/writer-big-long.tar
    branches/c++-concepts/libgo/go/debug/elf/testdata/go-relocation-test-clang-x86.obj
      - copied unchanged from r213663, trunk/libgo/go/debug/elf/testdata/go-relocation-test-clang-x86.obj
    branches/c++-concepts/libgo/go/debug/pe/testdata/gcc-amd64-mingw-exec
      - copied unchanged from r213663, trunk/libgo/go/debug/pe/testdata/gcc-amd64-mingw-exec
    branches/c++-concepts/libgo/go/debug/pe/testdata/gcc-amd64-mingw-obj
      - copied unchanged from r213663, trunk/libgo/go/debug/pe/testdata/gcc-amd64-mingw-obj
    branches/c++-concepts/libgo/go/hash/crc32/crc32_amd64x.go
      - copied unchanged from r213663, trunk/libgo/go/hash/crc32/crc32_amd64x.go
    branches/c++-concepts/libgo/go/image/testdata/video-001.separate.dc.progression.jpeg
      - copied unchanged from r213663, trunk/libgo/go/image/testdata/video-001.separate.dc.progression.jpeg
    branches/c++-concepts/libgo/go/image/testdata/video-001.separate.dc.progression.progressive.jpeg
      - copied unchanged from r213663, trunk/libgo/go/image/testdata/video-001.separate.dc.progression.progressive.jpeg
    branches/c++-concepts/libgo/go/image/testdata/video-005.gray.gif
      - copied unchanged from r213663, trunk/libgo/go/image/testdata/video-005.gray.gif
    branches/c++-concepts/libgo/go/math/rand/regress_test.go
      - copied unchanged from r213663, trunk/libgo/go/math/rand/regress_test.go
    branches/c++-concepts/libgo/go/net/dnsclient_test.go
      - copied unchanged from r213663, trunk/libgo/go/net/dnsclient_test.go
    branches/c++-concepts/libgo/go/net/fd_poll_nacl.go
      - copied unchanged from r213663, trunk/libgo/go/net/fd_poll_nacl.go
    branches/c++-concepts/libgo/go/net/http/race.go
      - copied unchanged from r213663, trunk/libgo/go/net/http/race.go
    branches/c++-concepts/libgo/go/net/rpc/client_test.go
      - copied unchanged from r213663, trunk/libgo/go/net/rpc/client_test.go
    branches/c++-concepts/libgo/go/net/sockopt_solaris.go
      - copied unchanged from r213663, trunk/libgo/go/net/sockopt_solaris.go
    branches/c++-concepts/libgo/go/net/sockoptip_stub.go
      - copied unchanged from r213663, trunk/libgo/go/net/sockoptip_stub.go
    branches/c++-concepts/libgo/go/net/tcpsockopt_dragonfly.go
      - copied unchanged from r213663, trunk/libgo/go/net/tcpsockopt_dragonfly.go
    branches/c++-concepts/libgo/go/net/tcpsockopt_solaris.go
      - copied unchanged from r213663, trunk/libgo/go/net/tcpsockopt_solaris.go
    branches/c++-concepts/libgo/go/os/stat_nacl.go
      - copied unchanged from r213663, trunk/libgo/go/os/stat_nacl.go
    branches/c++-concepts/libgo/go/os/sys_darwin.go
      - copied unchanged from r213663, trunk/libgo/go/os/sys_darwin.go
    branches/c++-concepts/libgo/go/os/sys_freebsd.go
      - copied unchanged from r213663, trunk/libgo/go/os/sys_freebsd.go
    branches/c++-concepts/libgo/go/os/sys_nacl.go
      - copied unchanged from r213663, trunk/libgo/go/os/sys_nacl.go
    branches/c++-concepts/libgo/go/os/sys_unix.go
      - copied unchanged from r213663, trunk/libgo/go/os/sys_unix.go
    branches/c++-concepts/libgo/go/reflect/makefunc_ffi.go
      - copied unchanged from r213663, trunk/libgo/go/reflect/makefunc_ffi.go
    branches/c++-concepts/libgo/go/reflect/makefunc_ffi_c.c
      - copied unchanged from r213663, trunk/libgo/go/reflect/makefunc_ffi_c.c
    branches/c++-concepts/libgo/go/regexp/onepass.go
      - copied unchanged from r213663, trunk/libgo/go/regexp/onepass.go
    branches/c++-concepts/libgo/go/regexp/onepass_test.go
      - copied unchanged from r213663, trunk/libgo/go/regexp/onepass_test.go
    branches/c++-concepts/libgo/go/runtime/debug/heapdump_test.go
      - copied unchanged from r213663, trunk/libgo/go/runtime/debug/heapdump_test.go
    branches/c++-concepts/libgo/go/syscall/mmap_unix_test.go
      - copied unchanged from r213663, trunk/libgo/go/syscall/mmap_unix_test.go
    branches/c++-concepts/libgo/go/syscall/route_freebsd_32bit.go
      - copied unchanged from r213663, trunk/libgo/go/syscall/route_freebsd_32bit.go
    branches/c++-concepts/libgo/go/syscall/route_freebsd_64bit.go
      - copied unchanged from r213663, trunk/libgo/go/syscall/route_freebsd_64bit.go
    branches/c++-concepts/libgo/go/syscall/syscall_unix_test.go
      - copied unchanged from r213663, trunk/libgo/go/syscall/syscall_unix_test.go
    branches/c++-concepts/libgo/runtime/chan.c
      - copied unchanged from r213663, trunk/libgo/runtime/chan.c
    branches/c++-concepts/libgo/runtime/chan.goc
      - copied unchanged from r213663, trunk/libgo/runtime/chan.goc
    branches/c++-concepts/libgo/runtime/chan.h
      - copied unchanged from r213663, trunk/libgo/runtime/chan.h
    branches/c++-concepts/libgo/runtime/cpuprof.c
      - copied unchanged from r213663, trunk/libgo/runtime/cpuprof.c
    branches/c++-concepts/libgo/runtime/cpuprof.goc
      - copied unchanged from r213663, trunk/libgo/runtime/cpuprof.goc
    branches/c++-concepts/libgo/runtime/go-ffi.c
      - copied unchanged from r213663, trunk/libgo/runtime/go-ffi.c
    branches/c++-concepts/libgo/runtime/go-ffi.h
      - copied unchanged from r213663, trunk/libgo/runtime/go-ffi.h
    branches/c++-concepts/libgo/runtime/go-iface.goc
      - copied unchanged from r213663, trunk/libgo/runtime/go-iface.goc
    branches/c++-concepts/libgo/runtime/heapdump.c
      - copied unchanged from r213663, trunk/libgo/runtime/heapdump.c
    branches/c++-concepts/libgo/runtime/lfstack.c
      - copied unchanged from r213663, trunk/libgo/runtime/lfstack.c
    branches/c++-concepts/libgo/runtime/lfstack.goc
      - copied unchanged from r213663, trunk/libgo/runtime/lfstack.goc
    branches/c++-concepts/libgo/runtime/rdebug.goc
      - copied unchanged from r213663, trunk/libgo/runtime/rdebug.goc
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-10.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-10.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-5.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-5.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-6.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-6.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-7.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-7.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-8.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-8.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/depend-9.c
      - copied unchanged from r213663, trunk/libgomp/testsuite/libgomp.c/depend-9.c
Removed:
    branches/c++-concepts/gcc/ada/a-caldel-vms.adb
    branches/c++-concepts/gcc/ada/a-calend-vms.adb
    branches/c++-concepts/gcc/ada/a-calend-vms.ads
    branches/c++-concepts/gcc/ada/a-dirval-vms.adb
    branches/c++-concepts/gcc/ada/a-intnam-vms.ads
    branches/c++-concepts/gcc/ada/a-numaux-vms.ads
    branches/c++-concepts/gcc/ada/exp_vfpt.adb
    branches/c++-concepts/gcc/ada/exp_vfpt.ads
    branches/c++-concepts/gcc/ada/g-eacodu-vms.adb
    branches/c++-concepts/gcc/ada/g-enblsp-vms-alpha.adb
    branches/c++-concepts/gcc/ada/g-enblsp-vms-ia64.adb
    branches/c++-concepts/gcc/ada/g-expect-vms.adb
    branches/c++-concepts/gcc/ada/g-socthi-vms.adb
    branches/c++-concepts/gcc/ada/g-socthi-vms.ads
    branches/c++-concepts/gcc/ada/g-trasym-vms-alpha.adb
    branches/c++-concepts/gcc/ada/g-trasym-vms-ia64.adb
    branches/c++-concepts/gcc/ada/gnatsym.adb
    branches/c++-concepts/gcc/ada/i-cpp.adb
    branches/c++-concepts/gcc/ada/i-cpp.ads
    branches/c++-concepts/gcc/ada/i-cstrea-vms.adb
    branches/c++-concepts/gcc/ada/mlib-tgt-specific-vms-alpha.adb
    branches/c++-concepts/gcc/ada/mlib-tgt-specific-vms-ia64.adb
    branches/c++-concepts/gcc/ada/mlib-tgt-vms_common.adb
    branches/c++-concepts/gcc/ada/mlib-tgt-vms_common.ads
    branches/c++-concepts/gcc/ada/s-asthan-vms-alpha.adb
    branches/c++-concepts/gcc/ada/s-asthan-vms-ia64.adb
    branches/c++-concepts/gcc/ada/s-asthan.adb
    branches/c++-concepts/gcc/ada/s-asthan.ads
    branches/c++-concepts/gcc/ada/s-auxdec-vms-alpha.adb
    branches/c++-concepts/gcc/ada/s-auxdec-vms-ia64.adb
    branches/c++-concepts/gcc/ada/s-auxdec-vms_64.ads
    branches/c++-concepts/gcc/ada/s-filofl.ads
    branches/c++-concepts/gcc/ada/s-fishfl.ads
    branches/c++-concepts/gcc/ada/s-fvadfl.ads
    branches/c++-concepts/gcc/ada/s-fvaffl.ads
    branches/c++-concepts/gcc/ada/s-fvagfl.ads
    branches/c++-concepts/gcc/ada/s-inmaop-vms.adb
    branches/c++-concepts/gcc/ada/s-interr-vms.adb
    branches/c++-concepts/gcc/ada/s-intman-vms.adb
    branches/c++-concepts/gcc/ada/s-intman-vms.ads
    branches/c++-concepts/gcc/ada/s-mastop-vms.adb
    branches/c++-concepts/gcc/ada/s-memory-vms_64.adb
    branches/c++-concepts/gcc/ada/s-memory-vms_64.ads
    branches/c++-concepts/gcc/ada/s-osinte-vms.adb
    branches/c++-concepts/gcc/ada/s-osinte-vms.ads
    branches/c++-concepts/gcc/ada/s-osprim-vms.adb
    branches/c++-concepts/gcc/ada/s-osprim-vms.ads
    branches/c++-concepts/gcc/ada/s-parame-vms-alpha.ads
    branches/c++-concepts/gcc/ada/s-parame-vms-ia64.ads
    branches/c++-concepts/gcc/ada/s-po32gl.adb
    branches/c++-concepts/gcc/ada/s-po32gl.ads
    branches/c++-concepts/gcc/ada/s-ransee-vms.adb
    branches/c++-concepts/gcc/ada/s-taprop-vms.adb
    branches/c++-concepts/gcc/ada/s-tasdeb-vms.adb
    branches/c++-concepts/gcc/ada/s-taspri-vms.ads
    branches/c++-concepts/gcc/ada/s-tpopde-vms.adb
    branches/c++-concepts/gcc/ada/s-tpopde-vms.ads
    branches/c++-concepts/gcc/ada/s-tpopsp-vms.adb
    branches/c++-concepts/gcc/ada/s-traent-vms.adb
    branches/c++-concepts/gcc/ada/s-traent-vms.ads
    branches/c++-concepts/gcc/ada/s-vaflop-vms-alpha.adb
    branches/c++-concepts/gcc/ada/s-vaflop.adb
    branches/c++-concepts/gcc/ada/s-vaflop.ads
    branches/c++-concepts/gcc/ada/s-vmexta.adb
    branches/c++-concepts/gcc/ada/s-vmexta.ads
    branches/c++-concepts/gcc/ada/sem_vfpt.adb
    branches/c++-concepts/gcc/ada/sem_vfpt.ads
    branches/c++-concepts/gcc/ada/sigtramp-armvxw.c
    branches/c++-concepts/gcc/ada/sigtramp-ppcvxw.c
    branches/c++-concepts/gcc/ada/symbols-processing-vms-alpha.adb
    branches/c++-concepts/gcc/ada/symbols-processing-vms-ia64.adb
    branches/c++-concepts/gcc/ada/symbols-vms.adb
    branches/c++-concepts/gcc/ada/system-vms-ia64.ads
    branches/c++-concepts/gcc/ada/system-vms_64.ads
    branches/c++-concepts/gcc/ada/tb-alvms.c
    branches/c++-concepts/gcc/ada/tb-alvxw.c
    branches/c++-concepts/gcc/ada/tb-ivms.c
    branches/c++-concepts/gcc/ada/ug_words
    branches/c++-concepts/gcc/ada/vms_cmds.ads
    branches/c++-concepts/gcc/ada/vms_conv.adb
    branches/c++-concepts/gcc/ada/vms_conv.ads
    branches/c++-concepts/gcc/ada/vms_data.ads
    branches/c++-concepts/gcc/ada/xgnatugn.adb
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/cond-reduc-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vect/cond-reduc-2.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/gnat.dg/discr6.adb
    branches/c++-concepts/gcc/testsuite/gnat.dg/discr6_pkg.ads
    branches/c++-concepts/libgo/go/debug/goobj/
    branches/c++-concepts/libgo/go/hash/crc32/crc32_amd64.go
    branches/c++-concepts/libgo/go/syscall/consistency_unix_test.go
    branches/c++-concepts/libgo/go/syscall/passfd_test.go
    branches/c++-concepts/libgo/go/syscall/rlimit_unix_test.go
    branches/c++-concepts/libgo/runtime/go-getgoroot.c
    branches/c++-concepts/libgo/runtime/go-typestring.c
    branches/c++-concepts/libgo/runtime/iface.goc
Modified:
    branches/c++-concepts/   (props changed)
    branches/c++-concepts/ChangeLog
    branches/c++-concepts/MAINTAINERS
    branches/c++-concepts/config.sub
    branches/c++-concepts/config/ChangeLog
    branches/c++-concepts/configure
    branches/c++-concepts/configure.ac
    branches/c++-concepts/contrib/ChangeLog
    branches/c++-concepts/contrib/gennews
    branches/c++-concepts/contrib/mklog
    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/Make-generated.in
    branches/c++-concepts/gcc/ada/Makefile.rtl
    branches/c++-concepts/gcc/ada/a-calcon.ads
    branches/c++-concepts/gcc/ada/a-calend.adb
    branches/c++-concepts/gcc/ada/a-cbdlli.adb
    branches/c++-concepts/gcc/ada/a-cbdlli.ads
    branches/c++-concepts/gcc/ada/a-cbhama.adb
    branches/c++-concepts/gcc/ada/a-cbhama.ads
    branches/c++-concepts/gcc/ada/a-cbhase.adb
    branches/c++-concepts/gcc/ada/a-cbhase.ads
    branches/c++-concepts/gcc/ada/a-cbmutr.adb
    branches/c++-concepts/gcc/ada/a-cbmutr.ads
    branches/c++-concepts/gcc/ada/a-cborma.adb
    branches/c++-concepts/gcc/ada/a-cborma.ads
    branches/c++-concepts/gcc/ada/a-cborse.adb
    branches/c++-concepts/gcc/ada/a-cborse.ads
    branches/c++-concepts/gcc/ada/a-cfhama.adb
    branches/c++-concepts/gcc/ada/a-cfhama.ads
    branches/c++-concepts/gcc/ada/a-cfhase.adb
    branches/c++-concepts/gcc/ada/a-cfhase.ads
    branches/c++-concepts/gcc/ada/a-cforma.adb
    branches/c++-concepts/gcc/ada/a-cforma.ads
    branches/c++-concepts/gcc/ada/a-cforse.adb
    branches/c++-concepts/gcc/ada/a-cforse.ads
    branches/c++-concepts/gcc/ada/a-chtgbo.adb
    branches/c++-concepts/gcc/ada/a-chtgbo.ads
    branches/c++-concepts/gcc/ada/a-chtgop.adb
    branches/c++-concepts/gcc/ada/a-chtgop.ads
    branches/c++-concepts/gcc/ada/a-cihase.adb
    branches/c++-concepts/gcc/ada/a-cihase.ads
    branches/c++-concepts/gcc/ada/a-ciorse.adb
    branches/c++-concepts/gcc/ada/a-ciorse.ads
    branches/c++-concepts/gcc/ada/a-cobove.adb
    branches/c++-concepts/gcc/ada/a-cobove.ads
    branches/c++-concepts/gcc/ada/a-cohase.adb
    branches/c++-concepts/gcc/ada/a-cohase.ads
    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-comutr.ads
    branches/c++-concepts/gcc/ada/a-coorse.adb
    branches/c++-concepts/gcc/ada/a-coorse.ads
    branches/c++-concepts/gcc/ada/a-crdlli.ads
    branches/c++-concepts/gcc/ada/a-direct.adb
    branches/c++-concepts/gcc/ada/a-direct.ads
    branches/c++-concepts/gcc/ada/a-dirval-mingw.adb
    branches/c++-concepts/gcc/ada/a-dirval.adb
    branches/c++-concepts/gcc/ada/a-dirval.ads
    branches/c++-concepts/gcc/ada/a-elchha.adb
    branches/c++-concepts/gcc/ada/a-excach.adb
    branches/c++-concepts/gcc/ada/a-except-2005.adb
    branches/c++-concepts/gcc/ada/a-except-2005.ads
    branches/c++-concepts/gcc/ada/a-except.adb
    branches/c++-concepts/gcc/ada/a-except.ads
    branches/c++-concepts/gcc/ada/a-excpol-abort.adb
    branches/c++-concepts/gcc/ada/a-exctra.ads
    branches/c++-concepts/gcc/ada/a-exexda.adb
    branches/c++-concepts/gcc/ada/a-exextr.adb
    branches/c++-concepts/gcc/ada/a-exstat.adb
    branches/c++-concepts/gcc/ada/a-intnam-linux.ads
    branches/c++-concepts/gcc/ada/a-ngelfu.adb
    branches/c++-concepts/gcc/ada/a-ngelfu.ads
    branches/c++-concepts/gcc/ada/a-numaux-darwin.adb
    branches/c++-concepts/gcc/ada/a-numaux-darwin.ads
    branches/c++-concepts/gcc/ada/a-numaux-libc-x86.ads
    branches/c++-concepts/gcc/ada/a-numaux-vxworks.ads
    branches/c++-concepts/gcc/ada/a-numaux-x86.adb
    branches/c++-concepts/gcc/ada/a-numaux-x86.ads
    branches/c++-concepts/gcc/ada/a-numaux.ads
    branches/c++-concepts/gcc/ada/a-rbtgbk.adb
    branches/c++-concepts/gcc/ada/a-rbtgbo.adb
    branches/c++-concepts/gcc/ada/a-reatim.ads
    branches/c++-concepts/gcc/ada/a-rttiev.adb
    branches/c++-concepts/gcc/ada/a-strbou.ads
    branches/c++-concepts/gcc/ada/a-stream.ads
    branches/c++-concepts/gcc/ada/a-strunb-shared.adb
    branches/c++-concepts/gcc/ada/a-strunb-shared.ads
    branches/c++-concepts/gcc/ada/a-ststio.adb
    branches/c++-concepts/gcc/ada/a-stwiun-shared.ads
    branches/c++-concepts/gcc/ada/a-stzunb-shared.ads
    branches/c++-concepts/gcc/ada/a-suenco.adb
    branches/c++-concepts/gcc/ada/a-synbar-posix.adb
    branches/c++-concepts/gcc/ada/a-szmzco.ads
    branches/c++-concepts/gcc/ada/a-tags.ads
    branches/c++-concepts/gcc/ada/a-tasatt.adb
    branches/c++-concepts/gcc/ada/a-tasatt.ads
    branches/c++-concepts/gcc/ada/a-textio.adb
    branches/c++-concepts/gcc/ada/a-textio.ads
    branches/c++-concepts/gcc/ada/a-tideio.ads
    branches/c++-concepts/gcc/ada/a-tienio.ads
    branches/c++-concepts/gcc/ada/a-tifiio.ads
    branches/c++-concepts/gcc/ada/a-tiflio.ads
    branches/c++-concepts/gcc/ada/a-tiinio.ads
    branches/c++-concepts/gcc/ada/a-timoau.ads
    branches/c++-concepts/gcc/ada/a-timoio.ads
    branches/c++-concepts/gcc/ada/a-witeio.adb
    branches/c++-concepts/gcc/ada/a-witeio.ads
    branches/c++-concepts/gcc/ada/a-wtdeio.ads
    branches/c++-concepts/gcc/ada/a-wtenio.ads
    branches/c++-concepts/gcc/ada/a-wtfiio.ads
    branches/c++-concepts/gcc/ada/a-wtflio.ads
    branches/c++-concepts/gcc/ada/a-wtinio.ads
    branches/c++-concepts/gcc/ada/a-wtmoio.ads
    branches/c++-concepts/gcc/ada/a-ztcoau.ads
    branches/c++-concepts/gcc/ada/a-ztdeio.ads
    branches/c++-concepts/gcc/ada/a-ztenio.ads
    branches/c++-concepts/gcc/ada/a-ztexio.adb
    branches/c++-concepts/gcc/ada/a-ztexio.ads
    branches/c++-concepts/gcc/ada/a-ztfiio.ads
    branches/c++-concepts/gcc/ada/a-ztflio.ads
    branches/c++-concepts/gcc/ada/a-ztinio.ads
    branches/c++-concepts/gcc/ada/a-ztmoau.adb
    branches/c++-concepts/gcc/ada/a-ztmoio.ads
    branches/c++-concepts/gcc/ada/adabkend.adb
    branches/c++-concepts/gcc/ada/adaint.c
    branches/c++-concepts/gcc/ada/adaint.h
    branches/c++-concepts/gcc/ada/ali.adb
    branches/c++-concepts/gcc/ada/ali.ads
    branches/c++-concepts/gcc/ada/aspects.adb
    branches/c++-concepts/gcc/ada/aspects.ads
    branches/c++-concepts/gcc/ada/atree.adb
    branches/c++-concepts/gcc/ada/atree.ads
    branches/c++-concepts/gcc/ada/back_end.adb
    branches/c++-concepts/gcc/ada/bcheck.adb
    branches/c++-concepts/gcc/ada/binde.adb
    branches/c++-concepts/gcc/ada/binderr.ads
    branches/c++-concepts/gcc/ada/bindgen.adb
    branches/c++-concepts/gcc/ada/bindusg.adb
    branches/c++-concepts/gcc/ada/butil.adb
    branches/c++-concepts/gcc/ada/cal.c
    branches/c++-concepts/gcc/ada/casing.adb
    branches/c++-concepts/gcc/ada/casing.ads
    branches/c++-concepts/gcc/ada/checks.adb
    branches/c++-concepts/gcc/ada/checks.ads
    branches/c++-concepts/gcc/ada/clean.adb
    branches/c++-concepts/gcc/ada/cstand.adb
    branches/c++-concepts/gcc/ada/cstreams.c
    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/elists.adb
    branches/c++-concepts/gcc/ada/elists.ads
    branches/c++-concepts/gcc/ada/env.c
    branches/c++-concepts/gcc/ada/err_vars.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/errutil.adb
    branches/c++-concepts/gcc/ada/exp_aggr.adb
    branches/c++-concepts/gcc/ada/exp_atag.adb
    branches/c++-concepts/gcc/ada/exp_attr.adb
    branches/c++-concepts/gcc/ada/exp_ch11.adb
    branches/c++-concepts/gcc/ada/exp_ch11.ads
    branches/c++-concepts/gcc/ada/exp_ch13.adb
    branches/c++-concepts/gcc/ada/exp_ch3.adb
    branches/c++-concepts/gcc/ada/exp_ch4.adb
    branches/c++-concepts/gcc/ada/exp_ch4.ads
    branches/c++-concepts/gcc/ada/exp_ch5.adb
    branches/c++-concepts/gcc/ada/exp_ch6.adb
    branches/c++-concepts/gcc/ada/exp_ch6.ads
    branches/c++-concepts/gcc/ada/exp_ch7.adb
    branches/c++-concepts/gcc/ada/exp_ch7.ads
    branches/c++-concepts/gcc/ada/exp_ch9.adb
    branches/c++-concepts/gcc/ada/exp_ch9.ads
    branches/c++-concepts/gcc/ada/exp_dbug.adb
    branches/c++-concepts/gcc/ada/exp_dbug.ads
    branches/c++-concepts/gcc/ada/exp_disp.adb
    branches/c++-concepts/gcc/ada/exp_dist.adb
    branches/c++-concepts/gcc/ada/exp_imgv.adb
    branches/c++-concepts/gcc/ada/exp_intr.adb
    branches/c++-concepts/gcc/ada/exp_intr.ads
    branches/c++-concepts/gcc/ada/exp_pakd.adb
    branches/c++-concepts/gcc/ada/exp_pakd.ads
    branches/c++-concepts/gcc/ada/exp_prag.adb
    branches/c++-concepts/gcc/ada/exp_prag.ads
    branches/c++-concepts/gcc/ada/exp_smem.adb
    branches/c++-concepts/gcc/ada/exp_smem.ads
    branches/c++-concepts/gcc/ada/exp_strm.adb
    branches/c++-concepts/gcc/ada/exp_util.adb
    branches/c++-concepts/gcc/ada/exp_util.ads
    branches/c++-concepts/gcc/ada/expander.adb
    branches/c++-concepts/gcc/ada/expect.c
    branches/c++-concepts/gcc/ada/fe.h
    branches/c++-concepts/gcc/ada/fname-uf.adb
    branches/c++-concepts/gcc/ada/fname.adb
    branches/c++-concepts/gcc/ada/fname.ads
    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-alveop.ads
    branches/c++-concepts/gcc/ada/g-awk.adb
    branches/c++-concepts/gcc/ada/g-calend.adb
    branches/c++-concepts/gcc/ada/g-calend.ads
    branches/c++-concepts/gcc/ada/g-catiio.adb
    branches/c++-concepts/gcc/ada/g-comlin.adb
    branches/c++-concepts/gcc/ada/g-comlin.ads
    branches/c++-concepts/gcc/ada/g-debpoo.adb
    branches/c++-concepts/gcc/ada/g-decstr.adb
    branches/c++-concepts/gcc/ada/g-dirope.adb
    branches/c++-concepts/gcc/ada/g-dirope.ads
    branches/c++-concepts/gcc/ada/g-excact.ads
    branches/c++-concepts/gcc/ada/g-exctra.adb
    branches/c++-concepts/gcc/ada/g-exctra.ads
    branches/c++-concepts/gcc/ada/g-expect.adb
    branches/c++-concepts/gcc/ada/g-expect.ads
    branches/c++-concepts/gcc/ada/g-exptty.adb
    branches/c++-concepts/gcc/ada/g-memdum.adb
    branches/c++-concepts/gcc/ada/g-memdum.ads
    branches/c++-concepts/gcc/ada/g-pehage.ads
    branches/c++-concepts/gcc/ada/g-sechas.adb
    branches/c++-concepts/gcc/ada/g-sechas.ads
    branches/c++-concepts/gcc/ada/g-sercom.ads
    branches/c++-concepts/gcc/ada/g-socket.adb
    branches/c++-concepts/gcc/ada/g-socket.ads
    branches/c++-concepts/gcc/ada/g-socthi-mingw.adb
    branches/c++-concepts/gcc/ada/g-socthi.adb
    branches/c++-concepts/gcc/ada/g-sothco.ads
    branches/c++-concepts/gcc/ada/g-souinf.ads
    branches/c++-concepts/gcc/ada/g-strspl.ads
    branches/c++-concepts/gcc/ada/g-timsta.adb
    branches/c++-concepts/gcc/ada/g-timsta.ads
    branches/c++-concepts/gcc/ada/g-traceb.adb
    branches/c++-concepts/gcc/ada/g-traceb.ads
    branches/c++-concepts/gcc/ada/g-trasym.adb
    branches/c++-concepts/gcc/ada/g-trasym.ads
    branches/c++-concepts/gcc/ada/g-wistsp.ads
    branches/c++-concepts/gcc/ada/g-zstspl.ads
    branches/c++-concepts/gcc/ada/gcc-interface/Make-lang.in
    branches/c++-concepts/gcc/ada/gcc-interface/Makefile.in
    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/gigi.h
    branches/c++-concepts/gcc/ada/gcc-interface/misc.c
    branches/c++-concepts/gcc/ada/gcc-interface/trans.c
    branches/c++-concepts/gcc/ada/gcc-interface/utils.c
    branches/c++-concepts/gcc/ada/gcc-interface/utils2.c
    branches/c++-concepts/gcc/ada/get_scos.adb
    branches/c++-concepts/gcc/ada/get_targ.adb
    branches/c++-concepts/gcc/ada/get_targ.ads
    branches/c++-concepts/gcc/ada/gnat.ads
    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/gnatbind.adb
    branches/c++-concepts/gcc/ada/gnatchop.adb
    branches/c++-concepts/gcc/ada/gnatcmd.adb
    branches/c++-concepts/gcc/ada/gnatcmd.ads
    branches/c++-concepts/gcc/ada/gnatfind.adb
    branches/c++-concepts/gcc/ada/gnatlink.adb
    branches/c++-concepts/gcc/ada/gnatls.adb
    branches/c++-concepts/gcc/ada/gnatname.adb
    branches/c++-concepts/gcc/ada/gnatxref.adb
    branches/c++-concepts/gcc/ada/gprep.adb
    branches/c++-concepts/gcc/ada/gsocket.h
    branches/c++-concepts/gcc/ada/hostparm.ads
    branches/c++-concepts/gcc/ada/i-cstrea.adb
    branches/c++-concepts/gcc/ada/i-cstrea.ads
    branches/c++-concepts/gcc/ada/impunit.adb
    branches/c++-concepts/gcc/ada/indepsw-aix.adb
    branches/c++-concepts/gcc/ada/indepsw-gnu.adb
    branches/c++-concepts/gcc/ada/indepsw-mingw.adb
    branches/c++-concepts/gcc/ada/indepsw.adb
    branches/c++-concepts/gcc/ada/init.c
    branches/c++-concepts/gcc/ada/initialize.c
    branches/c++-concepts/gcc/ada/inline.adb
    branches/c++-concepts/gcc/ada/inline.ads
    branches/c++-concepts/gcc/ada/interfac.ads
    branches/c++-concepts/gcc/ada/krunch.adb
    branches/c++-concepts/gcc/ada/krunch.ads
    branches/c++-concepts/gcc/ada/layout.adb
    branches/c++-concepts/gcc/ada/lib-load.adb
    branches/c++-concepts/gcc/ada/lib-load.ads
    branches/c++-concepts/gcc/ada/lib-util.adb
    branches/c++-concepts/gcc/ada/lib-writ.adb
    branches/c++-concepts/gcc/ada/lib-writ.ads
    branches/c++-concepts/gcc/ada/lib-xref-spark_specific.adb
    branches/c++-concepts/gcc/ada/lib-xref.adb
    branches/c++-concepts/gcc/ada/lib-xref.ads
    branches/c++-concepts/gcc/ada/lib.adb
    branches/c++-concepts/gcc/ada/lib.ads
    branches/c++-concepts/gcc/ada/link.c
    branches/c++-concepts/gcc/ada/make.adb
    branches/c++-concepts/gcc/ada/makeusg.adb
    branches/c++-concepts/gcc/ada/makeutl.adb
    branches/c++-concepts/gcc/ada/makeutl.ads
    branches/c++-concepts/gcc/ada/memtrack.adb
    branches/c++-concepts/gcc/ada/mingw32.h
    branches/c++-concepts/gcc/ada/mkdir.c
    branches/c++-concepts/gcc/ada/mlib-prj.adb
    branches/c++-concepts/gcc/ada/mlib-tgt-specific-hpux.adb
    branches/c++-concepts/gcc/ada/mlib-tgt.ads
    branches/c++-concepts/gcc/ada/mlib.adb
    branches/c++-concepts/gcc/ada/mlib.ads
    branches/c++-concepts/gcc/ada/namet.h
    branches/c++-concepts/gcc/ada/nlists.adb
    branches/c++-concepts/gcc/ada/nlists.ads
    branches/c++-concepts/gcc/ada/opt.adb
    branches/c++-concepts/gcc/ada/opt.ads
    branches/c++-concepts/gcc/ada/osint-b.adb
    branches/c++-concepts/gcc/ada/osint-b.ads
    branches/c++-concepts/gcc/ada/osint-c.adb
    branches/c++-concepts/gcc/ada/osint-c.ads
    branches/c++-concepts/gcc/ada/osint.adb
    branches/c++-concepts/gcc/ada/osint.ads
    branches/c++-concepts/gcc/ada/output.ads
    branches/c++-concepts/gcc/ada/par-ch12.adb
    branches/c++-concepts/gcc/ada/par-ch13.adb
    branches/c++-concepts/gcc/ada/par-ch2.adb
    branches/c++-concepts/gcc/ada/par-ch3.adb
    branches/c++-concepts/gcc/ada/par-ch4.adb
    branches/c++-concepts/gcc/ada/par-ch5.adb
    branches/c++-concepts/gcc/ada/par-prag.adb
    branches/c++-concepts/gcc/ada/par-tchk.adb
    branches/c++-concepts/gcc/ada/par.adb
    branches/c++-concepts/gcc/ada/par_sco.adb
    branches/c++-concepts/gcc/ada/prepcomp.adb
    branches/c++-concepts/gcc/ada/prepcomp.ads
    branches/c++-concepts/gcc/ada/prj-attr-pm.adb
    branches/c++-concepts/gcc/ada/prj-attr.adb
    branches/c++-concepts/gcc/ada/prj-attr.ads
    branches/c++-concepts/gcc/ada/prj-conf.adb
    branches/c++-concepts/gcc/ada/prj-conf.ads
    branches/c++-concepts/gcc/ada/prj-dect.adb
    branches/c++-concepts/gcc/ada/prj-env.adb
    branches/c++-concepts/gcc/ada/prj-makr.adb
    branches/c++-concepts/gcc/ada/prj-nmsc.adb
    branches/c++-concepts/gcc/ada/prj-pars.adb
    branches/c++-concepts/gcc/ada/prj-part.adb
    branches/c++-concepts/gcc/ada/prj-pp.adb
    branches/c++-concepts/gcc/ada/prj-proc.adb
    branches/c++-concepts/gcc/ada/prj-proc.ads
    branches/c++-concepts/gcc/ada/prj-strt.adb
    branches/c++-concepts/gcc/ada/prj-strt.ads
    branches/c++-concepts/gcc/ada/prj-tree.adb
    branches/c++-concepts/gcc/ada/prj-tree.ads
    branches/c++-concepts/gcc/ada/prj-util.adb
    branches/c++-concepts/gcc/ada/prj.adb
    branches/c++-concepts/gcc/ada/prj.ads
    branches/c++-concepts/gcc/ada/projects.texi
    branches/c++-concepts/gcc/ada/repinfo.adb
    branches/c++-concepts/gcc/ada/repinfo.ads
    branches/c++-concepts/gcc/ada/restrict.adb
    branches/c++-concepts/gcc/ada/restrict.ads
    branches/c++-concepts/gcc/ada/rtsfind.adb
    branches/c++-concepts/gcc/ada/rtsfind.ads
    branches/c++-concepts/gcc/ada/s-addima.ads
    branches/c++-concepts/gcc/ada/s-arit64.adb
    branches/c++-concepts/gcc/ada/s-assert.adb
    branches/c++-concepts/gcc/ada/s-auxdec.ads
    branches/c++-concepts/gcc/ada/s-boarop.ads
    branches/c++-concepts/gcc/ada/s-carsi8.ads
    branches/c++-concepts/gcc/ada/s-casi16.ads
    branches/c++-concepts/gcc/ada/s-casi32.ads
    branches/c++-concepts/gcc/ada/s-casi64.ads
    branches/c++-concepts/gcc/ada/s-caun16.ads
    branches/c++-concepts/gcc/ada/s-caun32.ads
    branches/c++-concepts/gcc/ada/s-caun64.ads
    branches/c++-concepts/gcc/ada/s-crtl.ads
    branches/c++-concepts/gcc/ada/s-direio.adb
    branches/c++-concepts/gcc/ada/s-direio.ads
    branches/c++-concepts/gcc/ada/s-dsaser.ads
    branches/c++-concepts/gcc/ada/s-excmac-gcc.ads
    branches/c++-concepts/gcc/ada/s-exnint.adb
    branches/c++-concepts/gcc/ada/s-exnint.ads
    branches/c++-concepts/gcc/ada/s-exnlli.adb
    branches/c++-concepts/gcc/ada/s-exnlli.ads
    branches/c++-concepts/gcc/ada/s-expint.adb
    branches/c++-concepts/gcc/ada/s-expint.ads
    branches/c++-concepts/gcc/ada/s-explli.adb
    branches/c++-concepts/gcc/ada/s-explli.ads
    branches/c++-concepts/gcc/ada/s-expllu.adb
    branches/c++-concepts/gcc/ada/s-expuns.adb
    branches/c++-concepts/gcc/ada/s-fatgen.adb
    branches/c++-concepts/gcc/ada/s-fatgen.ads
    branches/c++-concepts/gcc/ada/s-ficobl.ads
    branches/c++-concepts/gcc/ada/s-fileio.adb
    branches/c++-concepts/gcc/ada/s-fore.adb
    branches/c++-concepts/gcc/ada/s-fore.ads
    branches/c++-concepts/gcc/ada/s-geveop.ads
    branches/c++-concepts/gcc/ada/s-imgbiu.adb
    branches/c++-concepts/gcc/ada/s-imgbiu.ads
    branches/c++-concepts/gcc/ada/s-imgllb.adb
    branches/c++-concepts/gcc/ada/s-imgllb.ads
    branches/c++-concepts/gcc/ada/s-imgllw.adb
    branches/c++-concepts/gcc/ada/s-imgllw.ads
    branches/c++-concepts/gcc/ada/s-imgrea.adb
    branches/c++-concepts/gcc/ada/s-imguns.ads
    branches/c++-concepts/gcc/ada/s-imgwiu.adb
    branches/c++-concepts/gcc/ada/s-interr-hwint.adb
    branches/c++-concepts/gcc/ada/s-interr-sigaction.adb
    branches/c++-concepts/gcc/ada/s-interr.adb
    branches/c++-concepts/gcc/ada/s-interr.ads
    branches/c++-concepts/gcc/ada/s-intman.ads
    branches/c++-concepts/gcc/ada/s-mantis.adb
    branches/c++-concepts/gcc/ada/s-mantis.ads
    branches/c++-concepts/gcc/ada/s-mastop.ads
    branches/c++-concepts/gcc/ada/s-memcop.ads
    branches/c++-concepts/gcc/ada/s-os_lib.adb
    branches/c++-concepts/gcc/ada/s-os_lib.ads
    branches/c++-concepts/gcc/ada/s-oscons-tmplt.c
    branches/c++-concepts/gcc/ada/s-osinte-android.adb
    branches/c++-concepts/gcc/ada/s-osinte-darwin.adb
    branches/c++-concepts/gcc/ada/s-osprim-mingw.adb
    branches/c++-concepts/gcc/ada/s-osprim-posix.adb
    branches/c++-concepts/gcc/ada/s-pack03.adb
    branches/c++-concepts/gcc/ada/s-pack03.ads
    branches/c++-concepts/gcc/ada/s-pack05.adb
    branches/c++-concepts/gcc/ada/s-pack05.ads
    branches/c++-concepts/gcc/ada/s-pack06.adb
    branches/c++-concepts/gcc/ada/s-pack06.ads
    branches/c++-concepts/gcc/ada/s-pack07.adb
    branches/c++-concepts/gcc/ada/s-pack07.ads
    branches/c++-concepts/gcc/ada/s-pack09.adb
    branches/c++-concepts/gcc/ada/s-pack09.ads
    branches/c++-concepts/gcc/ada/s-pack10.adb
    branches/c++-concepts/gcc/ada/s-pack10.ads
    branches/c++-concepts/gcc/ada/s-pack11.adb
    branches/c++-concepts/gcc/ada/s-pack11.ads
    branches/c++-concepts/gcc/ada/s-pack12.adb
    branches/c++-concepts/gcc/ada/s-pack12.ads
    branches/c++-concepts/gcc/ada/s-pack13.adb
    branches/c++-concepts/gcc/ada/s-pack13.ads
    branches/c++-concepts/gcc/ada/s-pack14.adb
    branches/c++-concepts/gcc/ada/s-pack14.ads
    branches/c++-concepts/gcc/ada/s-pack15.adb
    branches/c++-concepts/gcc/ada/s-pack15.ads
    branches/c++-concepts/gcc/ada/s-pack17.adb
    branches/c++-concepts/gcc/ada/s-pack17.ads
    branches/c++-concepts/gcc/ada/s-pack18.adb
    branches/c++-concepts/gcc/ada/s-pack18.ads
    branches/c++-concepts/gcc/ada/s-pack19.adb
    branches/c++-concepts/gcc/ada/s-pack19.ads
    branches/c++-concepts/gcc/ada/s-pack20.adb
    branches/c++-concepts/gcc/ada/s-pack20.ads
    branches/c++-concepts/gcc/ada/s-pack21.adb
    branches/c++-concepts/gcc/ada/s-pack21.ads
    branches/c++-concepts/gcc/ada/s-pack22.adb
    branches/c++-concepts/gcc/ada/s-pack22.ads
    branches/c++-concepts/gcc/ada/s-pack23.adb
    branches/c++-concepts/gcc/ada/s-pack23.ads
    branches/c++-concepts/gcc/ada/s-pack24.adb
    branches/c++-concepts/gcc/ada/s-pack24.ads
    branches/c++-concepts/gcc/ada/s-pack25.adb
    branches/c++-concepts/gcc/ada/s-pack25.ads
    branches/c++-concepts/gcc/ada/s-pack26.adb
    branches/c++-concepts/gcc/ada/s-pack26.ads
    branches/c++-concepts/gcc/ada/s-pack27.adb
    branches/c++-concepts/gcc/ada/s-pack27.ads
    branches/c++-concepts/gcc/ada/s-pack28.adb
    branches/c++-concepts/gcc/ada/s-pack28.ads
    branches/c++-concepts/gcc/ada/s-pack29.adb
    branches/c++-concepts/gcc/ada/s-pack29.ads
    branches/c++-concepts/gcc/ada/s-pack30.adb
    branches/c++-concepts/gcc/ada/s-pack30.ads
    branches/c++-concepts/gcc/ada/s-pack31.adb
    branches/c++-concepts/gcc/ada/s-pack31.ads
    branches/c++-concepts/gcc/ada/s-pack33.adb
    branches/c++-concepts/gcc/ada/s-pack33.ads
    branches/c++-concepts/gcc/ada/s-pack34.adb
    branches/c++-concepts/gcc/ada/s-pack34.ads
    branches/c++-concepts/gcc/ada/s-pack35.adb
    branches/c++-concepts/gcc/ada/s-pack35.ads
    branches/c++-concepts/gcc/ada/s-pack36.adb
    branches/c++-concepts/gcc/ada/s-pack36.ads
    branches/c++-concepts/gcc/ada/s-pack37.adb
    branches/c++-concepts/gcc/ada/s-pack37.ads
    branches/c++-concepts/gcc/ada/s-pack38.adb
    branches/c++-concepts/gcc/ada/s-pack38.ads
    branches/c++-concepts/gcc/ada/s-pack39.adb
    branches/c++-concepts/gcc/ada/s-pack39.ads
    branches/c++-concepts/gcc/ada/s-pack40.adb
    branches/c++-concepts/gcc/ada/s-pack40.ads
    branches/c++-concepts/gcc/ada/s-pack41.adb
    branches/c++-concepts/gcc/ada/s-pack41.ads
    branches/c++-concepts/gcc/ada/s-pack42.adb
    branches/c++-concepts/gcc/ada/s-pack42.ads
    branches/c++-concepts/gcc/ada/s-pack43.adb
    branches/c++-concepts/gcc/ada/s-pack43.ads
    branches/c++-concepts/gcc/ada/s-pack44.adb
    branches/c++-concepts/gcc/ada/s-pack44.ads
    branches/c++-concepts/gcc/ada/s-pack45.adb
    branches/c++-concepts/gcc/ada/s-pack45.ads
    branches/c++-concepts/gcc/ada/s-pack46.adb
    branches/c++-concepts/gcc/ada/s-pack46.ads
    branches/c++-concepts/gcc/ada/s-pack47.adb
    branches/c++-concepts/gcc/ada/s-pack47.ads
    branches/c++-concepts/gcc/ada/s-pack48.adb
    branches/c++-concepts/gcc/ada/s-pack48.ads
    branches/c++-concepts/gcc/ada/s-pack49.adb
    branches/c++-concepts/gcc/ada/s-pack49.ads
    branches/c++-concepts/gcc/ada/s-pack50.adb
    branches/c++-concepts/gcc/ada/s-pack50.ads
    branches/c++-concepts/gcc/ada/s-pack51.adb
    branches/c++-concepts/gcc/ada/s-pack51.ads
    branches/c++-concepts/gcc/ada/s-pack52.adb
    branches/c++-concepts/gcc/ada/s-pack52.ads
    branches/c++-concepts/gcc/ada/s-pack53.adb
    branches/c++-concepts/gcc/ada/s-pack53.ads
    branches/c++-concepts/gcc/ada/s-pack54.adb
    branches/c++-concepts/gcc/ada/s-pack54.ads
    branches/c++-concepts/gcc/ada/s-pack55.adb
    branches/c++-concepts/gcc/ada/s-pack55.ads
    branches/c++-concepts/gcc/ada/s-pack56.adb
    branches/c++-concepts/gcc/ada/s-pack56.ads
    branches/c++-concepts/gcc/ada/s-pack57.adb
    branches/c++-concepts/gcc/ada/s-pack57.ads
    branches/c++-concepts/gcc/ada/s-pack58.adb
    branches/c++-concepts/gcc/ada/s-pack58.ads
    branches/c++-concepts/gcc/ada/s-pack59.adb
    branches/c++-concepts/gcc/ada/s-pack59.ads
    branches/c++-concepts/gcc/ada/s-pack60.adb
    branches/c++-concepts/gcc/ada/s-pack60.ads
    branches/c++-concepts/gcc/ada/s-pack61.adb
    branches/c++-concepts/gcc/ada/s-pack61.ads
    branches/c++-concepts/gcc/ada/s-pack62.adb
    branches/c++-concepts/gcc/ada/s-pack62.ads
    branches/c++-concepts/gcc/ada/s-pack63.adb
    branches/c++-concepts/gcc/ada/s-pack63.ads
    branches/c++-concepts/gcc/ada/s-parame-ae653.ads
    branches/c++-concepts/gcc/ada/s-parame-hpux.ads
    branches/c++-concepts/gcc/ada/s-parame-vxworks.ads
    branches/c++-concepts/gcc/ada/s-parame.ads
    branches/c++-concepts/gcc/ada/s-powtab.ads
    branches/c++-concepts/gcc/ada/s-proinf.adb
    branches/c++-concepts/gcc/ada/s-rannum.adb
    branches/c++-concepts/gcc/ada/s-regpat.adb
    branches/c++-concepts/gcc/ada/s-regpat.ads
    branches/c++-concepts/gcc/ada/s-rident.ads
    branches/c++-concepts/gcc/ada/s-shasto.adb
    branches/c++-concepts/gcc/ada/s-shasto.ads
    branches/c++-concepts/gcc/ada/s-soflin.ads
    branches/c++-concepts/gcc/ada/s-spsufi.adb
    branches/c++-concepts/gcc/ada/s-stalib.ads
    branches/c++-concepts/gcc/ada/s-stchop.adb
    branches/c++-concepts/gcc/ada/s-stoele.adb
    branches/c++-concepts/gcc/ada/s-stposu.adb
    branches/c++-concepts/gcc/ada/s-stposu.ads
    branches/c++-concepts/gcc/ada/s-taasde.adb
    branches/c++-concepts/gcc/ada/s-taasde.ads
    branches/c++-concepts/gcc/ada/s-taprop-linux.adb
    branches/c++-concepts/gcc/ada/s-taprop-mingw.adb
    branches/c++-concepts/gcc/ada/s-taprop-vxworks.adb
    branches/c++-concepts/gcc/ada/s-tarest.adb
    branches/c++-concepts/gcc/ada/s-tarest.ads
    branches/c++-concepts/gcc/ada/s-tasdeb.adb
    branches/c++-concepts/gcc/ada/s-tasdeb.ads
    branches/c++-concepts/gcc/ada/s-tasinf.adb
    branches/c++-concepts/gcc/ada/s-tasini.adb
    branches/c++-concepts/gcc/ada/s-tasini.ads
    branches/c++-concepts/gcc/ada/s-taskin.ads
    branches/c++-concepts/gcc/ada/s-taspri-dummy.ads
    branches/c++-concepts/gcc/ada/s-taspri-hpux-dce.ads
    branches/c++-concepts/gcc/ada/s-taspri-mingw.ads
    branches/c++-concepts/gcc/ada/s-taspri-posix-noaltstack.ads
    branches/c++-concepts/gcc/ada/s-taspri-posix.ads
    branches/c++-concepts/gcc/ada/s-taspri-solaris.ads
    branches/c++-concepts/gcc/ada/s-taspri-vxworks.ads
    branches/c++-concepts/gcc/ada/s-tasren.adb
    branches/c++-concepts/gcc/ada/s-tassta.adb
    branches/c++-concepts/gcc/ada/s-tasuti.adb
    branches/c++-concepts/gcc/ada/s-tasuti.ads
    branches/c++-concepts/gcc/ada/s-tataat.adb
    branches/c++-concepts/gcc/ada/s-tataat.ads
    branches/c++-concepts/gcc/ada/s-tpoben.adb
    branches/c++-concepts/gcc/ada/s-tporft.adb
    branches/c++-concepts/gcc/ada/s-traceb-hpux.adb
    branches/c++-concepts/gcc/ada/s-traceb-mastop.adb
    branches/c++-concepts/gcc/ada/s-traceb.adb
    branches/c++-concepts/gcc/ada/s-traceb.ads
    branches/c++-concepts/gcc/ada/s-traces-default.adb
    branches/c++-concepts/gcc/ada/s-traces.adb
    branches/c++-concepts/gcc/ada/s-traent.adb
    branches/c++-concepts/gcc/ada/s-traent.ads
    branches/c++-concepts/gcc/ada/s-tratas-default.adb
    branches/c++-concepts/gcc/ada/s-tratas.adb
    branches/c++-concepts/gcc/ada/s-tratas.ads
    branches/c++-concepts/gcc/ada/s-unstyp.ads
    branches/c++-concepts/gcc/ada/s-vector.ads
    branches/c++-concepts/gcc/ada/s-vxwork-x86.ads
    branches/c++-concepts/gcc/ada/s-wchcon.ads
    branches/c++-concepts/gcc/ada/s-wwdwch.ads
    branches/c++-concepts/gcc/ada/scans.ads
    branches/c++-concepts/gcc/ada/scng.adb
    branches/c++-concepts/gcc/ada/scos.ads
    branches/c++-concepts/gcc/ada/sem.adb
    branches/c++-concepts/gcc/ada/sem.ads
    branches/c++-concepts/gcc/ada/sem_aggr.adb
    branches/c++-concepts/gcc/ada/sem_attr.adb
    branches/c++-concepts/gcc/ada/sem_attr.ads
    branches/c++-concepts/gcc/ada/sem_aux.adb
    branches/c++-concepts/gcc/ada/sem_aux.ads
    branches/c++-concepts/gcc/ada/sem_case.adb
    branches/c++-concepts/gcc/ada/sem_cat.adb
    branches/c++-concepts/gcc/ada/sem_cat.ads
    branches/c++-concepts/gcc/ada/sem_ch10.adb
    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_ch13.ads
    branches/c++-concepts/gcc/ada/sem_ch3.adb
    branches/c++-concepts/gcc/ada/sem_ch3.ads
    branches/c++-concepts/gcc/ada/sem_ch4.adb
    branches/c++-concepts/gcc/ada/sem_ch5.adb
    branches/c++-concepts/gcc/ada/sem_ch5.ads
    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_ch8.adb
    branches/c++-concepts/gcc/ada/sem_ch9.adb
    branches/c++-concepts/gcc/ada/sem_dim.adb
    branches/c++-concepts/gcc/ada/sem_disp.adb
    branches/c++-concepts/gcc/ada/sem_disp.ads
    branches/c++-concepts/gcc/ada/sem_dist.adb
    branches/c++-concepts/gcc/ada/sem_elab.adb
    branches/c++-concepts/gcc/ada/sem_eval.adb
    branches/c++-concepts/gcc/ada/sem_eval.ads
    branches/c++-concepts/gcc/ada/sem_intr.adb
    branches/c++-concepts/gcc/ada/sem_mech.adb
    branches/c++-concepts/gcc/ada/sem_mech.ads
    branches/c++-concepts/gcc/ada/sem_prag.adb
    branches/c++-concepts/gcc/ada/sem_prag.ads
    branches/c++-concepts/gcc/ada/sem_res.adb
    branches/c++-concepts/gcc/ada/sem_scil.ads
    branches/c++-concepts/gcc/ada/sem_type.adb
    branches/c++-concepts/gcc/ada/sem_util.adb
    branches/c++-concepts/gcc/ada/sem_util.ads
    branches/c++-concepts/gcc/ada/sem_warn.adb
    branches/c++-concepts/gcc/ada/sem_warn.ads
    branches/c++-concepts/gcc/ada/set_targ.adb
    branches/c++-concepts/gcc/ada/sinfo.adb
    branches/c++-concepts/gcc/ada/sinfo.ads
    branches/c++-concepts/gcc/ada/sinput-c.adb
    branches/c++-concepts/gcc/ada/sinput.adb
    branches/c++-concepts/gcc/ada/sinput.ads
    branches/c++-concepts/gcc/ada/snames.adb-tmpl
    branches/c++-concepts/gcc/ada/snames.ads-tmpl
    branches/c++-concepts/gcc/ada/socket.c
    branches/c++-concepts/gcc/ada/sprint.adb
    branches/c++-concepts/gcc/ada/stand.adb
    branches/c++-concepts/gcc/ada/stand.ads
    branches/c++-concepts/gcc/ada/style.ads
    branches/c++-concepts/gcc/ada/styleg.adb
    branches/c++-concepts/gcc/ada/styleg.ads
    branches/c++-concepts/gcc/ada/switch-b.adb
    branches/c++-concepts/gcc/ada/switch-c.adb
    branches/c++-concepts/gcc/ada/switch-m.adb
    branches/c++-concepts/gcc/ada/symbols.ads
    branches/c++-concepts/gcc/ada/sysdep.c
    branches/c++-concepts/gcc/ada/system-vxworks-arm.ads
    branches/c++-concepts/gcc/ada/system-vxworks-ppc.ads
    branches/c++-concepts/gcc/ada/system.ads
    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/tempdir.adb
    branches/c++-concepts/gcc/ada/terminals.c
    branches/c++-concepts/gcc/ada/tracebak.c
    branches/c++-concepts/gcc/ada/tree_io.adb
    branches/c++-concepts/gcc/ada/tree_io.ads
    branches/c++-concepts/gcc/ada/treepr.adb
    branches/c++-concepts/gcc/ada/treepr.ads
    branches/c++-concepts/gcc/ada/ttypes.ads
    branches/c++-concepts/gcc/ada/types.adb
    branches/c++-concepts/gcc/ada/types.ads
    branches/c++-concepts/gcc/ada/types.h
    branches/c++-concepts/gcc/ada/uname.ads
    branches/c++-concepts/gcc/ada/urealp.adb
    branches/c++-concepts/gcc/ada/usage.adb
    branches/c++-concepts/gcc/ada/vxaddr2line.adb
    branches/c++-concepts/gcc/ada/warnsw.adb
    branches/c++-concepts/gcc/ada/warnsw.ads
    branches/c++-concepts/gcc/ada/widechar.adb
    branches/c++-concepts/gcc/ada/widechar.ads
    branches/c++-concepts/gcc/ada/xr_tabls.adb
    branches/c++-concepts/gcc/ada/xr_tabls.ads
    branches/c++-concepts/gcc/ada/xsnamest.adb
    branches/c++-concepts/gcc/asan.c
    branches/c++-concepts/gcc/auto-inc-dec.c
    branches/c++-concepts/gcc/basic-block.h
    branches/c++-concepts/gcc/bb-reorder.c
    branches/c++-concepts/gcc/bt-load.c
    branches/c++-concepts/gcc/builtins.c
    branches/c++-concepts/gcc/c-family/ChangeLog
    branches/c++-concepts/gcc/c-family/array-notation-common.c
    branches/c++-concepts/gcc/c-family/c-ada-spec.c
    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-opts.c
    branches/c++-concepts/gcc/c-family/c-ppoutput.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-family/cilk.c
    branches/c++-concepts/gcc/c/ChangeLog
    branches/c++-concepts/gcc/c/c-array-notation.c
    branches/c++-concepts/gcc/c/c-decl.c
    branches/c++-concepts/gcc/c/c-parser.c
    branches/c++-concepts/gcc/c/c-tree.h
    branches/c++-concepts/gcc/c/c-typeck.c
    branches/c++-concepts/gcc/calls.c
    branches/c++-concepts/gcc/cfgcleanup.c
    branches/c++-concepts/gcc/cfgexpand.c
    branches/c++-concepts/gcc/cfgloop.c
    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/cgraphclones.c
    branches/c++-concepts/gcc/cgraphunit.c
    branches/c++-concepts/gcc/combine-stack-adj.c
    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-linux.h
    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/predicates.md
    branches/c++-concepts/gcc/config/alpha/alpha.c
    branches/c++-concepts/gcc/config/alpha/elf.h
    branches/c++-concepts/gcc/config/arc/arc.c
    branches/c++-concepts/gcc/config/arm/arm-fixed.md
    branches/c++-concepts/gcc/config/arm/arm-protos.h
    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/arm.opt
    branches/c++-concepts/gcc/config/arm/arm1020e.md
    branches/c++-concepts/gcc/config/arm/arm1026ejs.md
    branches/c++-concepts/gcc/config/arm/arm1136jfs.md
    branches/c++-concepts/gcc/config/arm/arm926ejs.md
    branches/c++-concepts/gcc/config/arm/constraints.md
    branches/c++-concepts/gcc/config/arm/cortex-a15.md
    branches/c++-concepts/gcc/config/arm/cortex-a5.md
    branches/c++-concepts/gcc/config/arm/cortex-a53.md
    branches/c++-concepts/gcc/config/arm/cortex-a7.md
    branches/c++-concepts/gcc/config/arm/cortex-a8.md
    branches/c++-concepts/gcc/config/arm/cortex-a9.md
    branches/c++-concepts/gcc/config/arm/cortex-m4.md
    branches/c++-concepts/gcc/config/arm/cortex-r4.md
    branches/c++-concepts/gcc/config/arm/fa526.md
    branches/c++-concepts/gcc/config/arm/fa606te.md
    branches/c++-concepts/gcc/config/arm/fa626te.md
    branches/c++-concepts/gcc/config/arm/fa726te.md
    branches/c++-concepts/gcc/config/arm/fmp626.md
    branches/c++-concepts/gcc/config/arm/marvell-pj4.md
    branches/c++-concepts/gcc/config/arm/neon.md
    branches/c++-concepts/gcc/config/arm/t-rtems-eabi
    branches/c++-concepts/gcc/config/arm/thumb1.md
    branches/c++-concepts/gcc/config/arm/thumb2.md
    branches/c++-concepts/gcc/config/arm/types.md
    branches/c++-concepts/gcc/config/arm/vfp.md
    branches/c++-concepts/gcc/config/avr/avr-arch.h
    branches/c++-concepts/gcc/config/avr/avr-c.c
    branches/c++-concepts/gcc/config/avr/avr-devices.c
    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.h
    branches/c++-concepts/gcc/config/avr/driver-avr.c
    branches/c++-concepts/gcc/config/avr/t-multilib
    branches/c++-concepts/gcc/config/cris/constraints.md
    branches/c++-concepts/gcc/config/cris/cris-protos.h
    branches/c++-concepts/gcc/config/cris/cris.c
    branches/c++-concepts/gcc/config/cris/cris.h
    branches/c++-concepts/gcc/config/cris/cris.md
    branches/c++-concepts/gcc/config/cris/predicates.md
    branches/c++-concepts/gcc/config/epiphany/epiphany-protos.h
    branches/c++-concepts/gcc/config/epiphany/epiphany.c
    branches/c++-concepts/gcc/config/epiphany/mode-switch-use.c
    branches/c++-concepts/gcc/config/epiphany/resolve-sw-modes.c
    branches/c++-concepts/gcc/config/i386/avx512fintrin.h
    branches/c++-concepts/gcc/config/i386/driver-i386.c
    branches/c++-concepts/gcc/config/i386/host-mingw32.c
    branches/c++-concepts/gcc/config/i386/i386-builtin-types.def
    branches/c++-concepts/gcc/config/i386/i386.c
    branches/c++-concepts/gcc/config/i386/i386.md
    branches/c++-concepts/gcc/config/i386/ia32intrin.h
    branches/c++-concepts/gcc/config/i386/sse.md
    branches/c++-concepts/gcc/config/i386/winnt-stubs.c
    branches/c++-concepts/gcc/config/i386/winnt.c
    branches/c++-concepts/gcc/config/mips/mips.c
    branches/c++-concepts/gcc/config/mips/mips.h
    branches/c++-concepts/gcc/config/mips/p5600.md
    branches/c++-concepts/gcc/config/mmix/mmix.c
    branches/c++-concepts/gcc/config/nds32/nds32-protos.h
    branches/c++-concepts/gcc/config/nds32/nds32.c
    branches/c++-concepts/gcc/config/pa/pa-linux.h
    branches/c++-concepts/gcc/config/pa/pa-protos.h
    branches/c++-concepts/gcc/config/pa/pa.c
    branches/c++-concepts/gcc/config/pa/pa.h
    branches/c++-concepts/gcc/config/rl78/rl78.c
    branches/c++-concepts/gcc/config/rs6000/aix51.h
    branches/c++-concepts/gcc/config/rs6000/aix52.h
    branches/c++-concepts/gcc/config/rs6000/aix53.h
    branches/c++-concepts/gcc/config/rs6000/aix61.h
    branches/c++-concepts/gcc/config/rs6000/altivec.md
    branches/c++-concepts/gcc/config/rs6000/freebsd64.h
    branches/c++-concepts/gcc/config/rs6000/linux.h
    branches/c++-concepts/gcc/config/rs6000/linux64.h
    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/spe.md
    branches/c++-concepts/gcc/config/rs6000/sysv4.h
    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/rx/rx.md
    branches/c++-concepts/gcc/config/s390/s390.c
    branches/c++-concepts/gcc/config/sh/predicates.md
    branches/c++-concepts/gcc/config/sh/sh.c
    branches/c++-concepts/gcc/config/sh/sh.md
    branches/c++-concepts/gcc/config/sh/sh_optimize_sett_clrt.cc
    branches/c++-concepts/gcc/config/sh/sh_treg_combine.cc
    branches/c++-concepts/gcc/config/sparc/sparc.c
    branches/c++-concepts/gcc/config/sparc/sync.md
    branches/c++-concepts/gcc/config/vxworksae.h
    branches/c++-concepts/gcc/config/xtensa/predicates.md
    branches/c++-concepts/gcc/configure
    branches/c++-concepts/gcc/configure.ac
    branches/c++-concepts/gcc/convert.c
    branches/c++-concepts/gcc/coverage.c
    branches/c++-concepts/gcc/coverage.h
    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-array-notation.c
    branches/c++-concepts/gcc/cp/cp-gimplify.c
    branches/c++-concepts/gcc/cp/cp-objcp-common.c
    branches/c++-concepts/gcc/cp/cp-tree.h
    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/init.c
    branches/c++-concepts/gcc/cp/lambda.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/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/data-streamer-in.c
    branches/c++-concepts/gcc/data-streamer-out.c
    branches/c++-concepts/gcc/data-streamer.h
    branches/c++-concepts/gcc/dbxout.c
    branches/c++-concepts/gcc/dce.c
    branches/c++-concepts/gcc/df-core.c
    branches/c++-concepts/gcc/doc/avr-mmcu.texi
    branches/c++-concepts/gcc/doc/cpp.texi
    branches/c++-concepts/gcc/doc/extend.texi
    branches/c++-concepts/gcc/doc/gcc.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/dse.c
    branches/c++-concepts/gcc/dwarf2cfi.c
    branches/c++-concepts/gcc/dwarf2out.c
    branches/c++-concepts/gcc/emit-rtl.c
    branches/c++-concepts/gcc/emit-rtl.h
    branches/c++-concepts/gcc/except.c
    branches/c++-concepts/gcc/except.h
    branches/c++-concepts/gcc/explow.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/fold-const.h
    branches/c++-concepts/gcc/fortran/ChangeLog
    branches/c++-concepts/gcc/fortran/check.c
    branches/c++-concepts/gcc/fortran/decl.c
    branches/c++-concepts/gcc/fortran/dependency.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.c
    branches/c++-concepts/gcc/fortran/intrinsic.h
    branches/c++-concepts/gcc/fortran/intrinsic.texi
    branches/c++-concepts/gcc/fortran/iso-fortran-env.def
    branches/c++-concepts/gcc/fortran/libgfortran.h
    branches/c++-concepts/gcc/fortran/match.c
    branches/c++-concepts/gcc/fortran/module.c
    branches/c++-concepts/gcc/fortran/openmp.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-expr.c
    branches/c++-concepts/gcc/fortran/trans-intrinsic.c
    branches/c++-concepts/gcc/fortran/trans-types.c
    branches/c++-concepts/gcc/fortran/trans-types.h
    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/gcov-dump.c
    branches/c++-concepts/gcc/gcov-io.c
    branches/c++-concepts/gcc/gcov-io.h
    branches/c++-concepts/gcc/gcse.c
    branches/c++-concepts/gcc/gdbhooks.py
    branches/c++-concepts/gcc/genconfig.c
    branches/c++-concepts/gcc/gengtype.c
    branches/c++-concepts/gcc/gimple-fold.c
    branches/c++-concepts/gcc/gimple-fold.h
    branches/c++-concepts/gcc/gimple-iterator.c
    branches/c++-concepts/gcc/gimple-iterator.h
    branches/c++-concepts/gcc/gimple-low.c
    branches/c++-concepts/gcc/gimple-ssa-isolate-paths.c
    branches/c++-concepts/gcc/gimple-ssa-strength-reduction.c
    branches/c++-concepts/gcc/gimple-walk.c
    branches/c++-concepts/gcc/gimple-walk.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/gofrontend/expressions.cc
    branches/c++-concepts/gcc/go/gofrontend/expressions.h
    branches/c++-concepts/gcc/go/gofrontend/gogo.cc
    branches/c++-concepts/gcc/go/gofrontend/gogo.h
    branches/c++-concepts/gcc/go/gofrontend/import.cc
    branches/c++-concepts/gcc/go/gofrontend/lex.cc
    branches/c++-concepts/gcc/go/gofrontend/parse.cc
    branches/c++-concepts/gcc/go/gofrontend/parse.h
    branches/c++-concepts/gcc/go/gofrontend/statements.cc
    branches/c++-concepts/gcc/go/gofrontend/unsafe.cc
    branches/c++-concepts/gcc/godump.c
    branches/c++-concepts/gcc/graphite-clast-to-gimple.c
    branches/c++-concepts/gcc/graphite-clast-to-gimple.h
    branches/c++-concepts/gcc/graphite-dependences.c
    branches/c++-concepts/gcc/graphite-htab.h
    branches/c++-concepts/gcc/graphite-optimize-isl.c
    branches/c++-concepts/gcc/graphite-poly.h
    branches/c++-concepts/gcc/graphite-sese-to-poly.c
    branches/c++-concepts/gcc/graphite.c
    branches/c++-concepts/gcc/hash-map.h
    branches/c++-concepts/gcc/hash-table.h
    branches/c++-concepts/gcc/ifcvt.c
    branches/c++-concepts/gcc/init-regs.c
    branches/c++-concepts/gcc/input.c
    branches/c++-concepts/gcc/input.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-analysis.c
    branches/c++-concepts/gcc/ipa-inline-transform.c
    branches/c++-concepts/gcc/ipa-inline.c
    branches/c++-concepts/gcc/ipa-inline.h
    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-utils.h
    branches/c++-concepts/gcc/ipa-visibility.c
    branches/c++-concepts/gcc/ipa.c
    branches/c++-concepts/gcc/ira-build.c
    branches/c++-concepts/gcc/ira-costs.c
    branches/c++-concepts/gcc/ira.c
    branches/c++-concepts/gcc/java/ChangeLog
    branches/c++-concepts/gcc/java/builtins.c
    branches/c++-concepts/gcc/java/class.c
    branches/c++-concepts/gcc/java/decl.c
    branches/c++-concepts/gcc/java/resource.c
    branches/c++-concepts/gcc/jump.c
    branches/c++-concepts/gcc/langhooks.c
    branches/c++-concepts/gcc/lcm.c
    branches/c++-concepts/gcc/loop-init.c
    branches/c++-concepts/gcc/loop-invariant.c
    branches/c++-concepts/gcc/loop-unroll.c
    branches/c++-concepts/gcc/lower-subreg.c
    branches/c++-concepts/gcc/lra-constraints.c
    branches/c++-concepts/gcc/lto-cgraph.c
    branches/c++-concepts/gcc/lto-opts.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.h
    branches/c++-concepts/gcc/lto/ChangeLog
    branches/c++-concepts/gcc/lto/lto-object.c
    branches/c++-concepts/gcc/lto/lto-partition.c
    branches/c++-concepts/gcc/lto/lto-partition.h
    branches/c++-concepts/gcc/lto/lto-symtab.c
    branches/c++-concepts/gcc/lto/lto.c
    branches/c++-concepts/gcc/mode-switching.c
    branches/c++-concepts/gcc/modulo-sched.c
    branches/c++-concepts/gcc/objc/ChangeLog
    branches/c++-concepts/gcc/objc/objc-act.c
    branches/c++-concepts/gcc/objc/objc-act.h
    branches/c++-concepts/gcc/objc/objc-lang.c
    branches/c++-concepts/gcc/omp-low.c
    branches/c++-concepts/gcc/optabs.c
    branches/c++-concepts/gcc/opts.c
    branches/c++-concepts/gcc/params.def
    branches/c++-concepts/gcc/passes.c
    branches/c++-concepts/gcc/passes.def
    branches/c++-concepts/gcc/postreload-gcse.c
    branches/c++-concepts/gcc/postreload.c
    branches/c++-concepts/gcc/predict.c
    branches/c++-concepts/gcc/print-tree.c
    branches/c++-concepts/gcc/profile.c
    branches/c++-concepts/gcc/real.c
    branches/c++-concepts/gcc/recog.c
    branches/c++-concepts/gcc/ree.c
    branches/c++-concepts/gcc/reg-stack.c
    branches/c++-concepts/gcc/regcprop.c
    branches/c++-concepts/gcc/reginfo.c
    branches/c++-concepts/gcc/regrename.c
    branches/c++-concepts/gcc/reorg.c
    branches/c++-concepts/gcc/rtl.c
    branches/c++-concepts/gcc/rtl.h
    branches/c++-concepts/gcc/rtlanal.c
    branches/c++-concepts/gcc/sched-deps.c
    branches/c++-concepts/gcc/sched-rgn.c
    branches/c++-concepts/gcc/sched-vis.c
    branches/c++-concepts/gcc/sese.c
    branches/c++-concepts/gcc/sese.h
    branches/c++-concepts/gcc/simplify-rtx.c
    branches/c++-concepts/gcc/stack-ptr-mod.c
    branches/c++-concepts/gcc/stmt.c
    branches/c++-concepts/gcc/stor-layout.c
    branches/c++-concepts/gcc/stor-layout.h
    branches/c++-concepts/gcc/store-motion.c
    branches/c++-concepts/gcc/symtab.c
    branches/c++-concepts/gcc/target.def
    branches/c++-concepts/gcc/testsuite/ChangeLog
    branches/c++-concepts/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57541.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-6.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/bounds-7.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-10.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-4.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-6.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-8.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/uninit-G.c
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/asan.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/charset/charset.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/compat/struct-layout-1.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist85.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/nsdmi3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/override1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/pr59638.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/udlit-empty-string-neg.C
    branches/c++-concepts/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/dfp/dfp.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/dg.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/gcov/gcov.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/gomp/gomp.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/graphite/graphite.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/guality/guality.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/devirt-26.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/imm-devirt-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/imm-devirt-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr61160-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ipa/pr61160-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/opt/devirt4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/other/default3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/error11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/error50.C
    branches/c++-concepts/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    branches/c++-concepts/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/c++-concepts/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/template/crash71.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/unify6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/tls/tls.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/tm/tm.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/dg-torture.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/tsan/tsan.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/float-cast-overflow-bf.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ubsan/ubsan.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/vect/vect.exp
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wsizeof-pointer-memaccess-1.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.brendan/template17.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.oliva/template10.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.pt/var1.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/old-deja.exp
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/compile.exp
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/20050316-1.x
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/20050604-1.x
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wsizeof-pointer-memaccess1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/Wstrict-overflow-25.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/asan/asan.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/atomic/atomic.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-4.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/macsyntx.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cpp/sysmac1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/cproj-fails-with-broken-glibc.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/fold-compare-8.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/format/format.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/globalalias.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/localalias.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/noncompile/noncompile.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr10474.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr36901.h
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr44024.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr51879-7.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr61077.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/stack-usage-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/strlenopt-8.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/dg-torture.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr43879_1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/tls/tls.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-16.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tsan/tsan.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/ubsan/float-cast-overflow-bf.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ubsan/ubsan.exp
    branches/c++-concepts/gcc/testsuite/gcc.dg/vla-5.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vmx/vmx.exp
    branches/c++-concepts/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/ext_s64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/ext_u64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlals_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/simd/vqdmlsls_lane_s32.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/test_fp_attribute_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/simd/vexts64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/simd/vextu64_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/frv/frv.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/avx512f-vbroadcastf64x4-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/fuse-caller-save.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/microblaze/microblaze.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/const-anchor-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/const-anchor-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/fuse-caller-save-micromips.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/fuse-caller-save-mips16.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/fuse-caller-save.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/mips.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/umips-lwp-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/powerpc.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/rx/rx.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp
    branches/c++-concepts/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/binding_label_tests_2.f03
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/get_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/send_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray/sendget_array.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_6.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/coarray_lib_realloc_1.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/dg.exp
    branches/c++-concepts/gcc/testsuite/gfortran.dg/gomp/gomp.exp
    branches/c++-concepts/gcc/testsuite/gfortran.dg/graphite/graphite.exp
    branches/c++-concepts/gcc/testsuite/gfortran.dg/guality/guality.exp
    branches/c++-concepts/gcc/testsuite/gfortran.dg/list_read_12.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/round_4.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/sizeof_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/storage_size_1.f08
    branches/c++-concepts/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/c++-concepts/gcc/testsuite/gnat.dg/case_null.adb
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/alignment2.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/debug1.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/formal_type.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/size_clause1.ads
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/size_clause2.ads
    branches/c++-concepts/gcc/testsuite/go.dg/dg.exp
    branches/c++-concepts/gcc/testsuite/go.test/go-test.exp
    branches/c++-concepts/gcc/testsuite/go.test/test/shift1.go
    branches/c++-concepts/gcc/testsuite/lib/g++-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/gcc-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/gfortran-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/go-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/obj-c++-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/objc-dg.exp
    branches/c++-concepts/gcc/testsuite/lib/scanasm.exp
    branches/c++-concepts/gcc/testsuite/lib/target-supports.exp
    branches/c++-concepts/gcc/testsuite/obj-c++.dg/torture/dg-torture.exp
    branches/c++-concepts/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp
    branches/c++-concepts/gcc/testsuite/obj-c++.dg/torture/tls/tls.exp
    branches/c++-concepts/gcc/testsuite/objc.dg/torture/dg-torture.exp
    branches/c++-concepts/gcc/testsuite/objc.dg/torture/strings/strings.exp
    branches/c++-concepts/gcc/testsuite/objc.dg/torture/tls/tls.exp
    branches/c++-concepts/gcc/timevar.def
    branches/c++-concepts/gcc/toplev.c
    branches/c++-concepts/gcc/tracer.c
    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-complex.c
    branches/c++-concepts/gcc/tree-core.h
    branches/c++-concepts/gcc/tree-eh.c
    branches/c++-concepts/gcc/tree-eh.h
    branches/c++-concepts/gcc/tree-emutls.c
    branches/c++-concepts/gcc/tree-if-conv.c
    branches/c++-concepts/gcc/tree-inline.c
    branches/c++-concepts/gcc/tree-inline.h
    branches/c++-concepts/gcc/tree-into-ssa.c
    branches/c++-concepts/gcc/tree-loop-distribution.c
    branches/c++-concepts/gcc/tree-nested.c
    branches/c++-concepts/gcc/tree-nrv.c
    branches/c++-concepts/gcc/tree-object-size.c
    branches/c++-concepts/gcc/tree-outof-ssa.c
    branches/c++-concepts/gcc/tree-parloops.c
    branches/c++-concepts/gcc/tree-pass.h
    branches/c++-concepts/gcc/tree-predcom.c
    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-alias.h
    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-dom.h
    branches/c++-concepts/gcc/tree-ssa-dse.c
    branches/c++-concepts/gcc/tree-ssa-forwprop.c
    branches/c++-concepts/gcc/tree-ssa-ifcombine.c
    branches/c++-concepts/gcc/tree-ssa-loop-ch.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-niter.c
    branches/c++-concepts/gcc/tree-ssa-loop-prefetch.c
    branches/c++-concepts/gcc/tree-ssa-loop-unswitch.c
    branches/c++-concepts/gcc/tree-ssa-loop.c
    branches/c++-concepts/gcc/tree-ssa-math-opts.c
    branches/c++-concepts/gcc/tree-ssa-phiopt.c
    branches/c++-concepts/gcc/tree-ssa-phiprop.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-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-uncprop.c
    branches/c++-concepts/gcc/tree-ssa-uninit.c
    branches/c++-concepts/gcc/tree-ssa.c
    branches/c++-concepts/gcc/tree-ssa.h
    branches/c++-concepts/gcc/tree-ssanames.c
    branches/c++-concepts/gcc/tree-stdarg.c
    branches/c++-concepts/gcc/tree-switch-conversion.c
    branches/c++-concepts/gcc/tree-tailcall.c
    branches/c++-concepts/gcc/tree-vect-data-refs.c
    branches/c++-concepts/gcc/tree-vect-generic.c
    branches/c++-concepts/gcc/tree-vect-stmts.c
    branches/c++-concepts/gcc/tree-vectorizer.c
    branches/c++-concepts/gcc/tree-vrp.c
    branches/c++-concepts/gcc/tree.c
    branches/c++-concepts/gcc/tree.h
    branches/c++-concepts/gcc/tsan.c
    branches/c++-concepts/gcc/ubsan.c
    branches/c++-concepts/gcc/ubsan.h
    branches/c++-concepts/gcc/value-prof.c
    branches/c++-concepts/gcc/var-tracking.c
    branches/c++-concepts/gcc/varasm.c
    branches/c++-concepts/gcc/varpool.c
    branches/c++-concepts/gcc/vtable-verify.c
    branches/c++-concepts/gcc/web.c
    branches/c++-concepts/gcc/wide-int-print.cc
    branches/c++-concepts/gcc/wide-int.cc
    branches/c++-concepts/gcc/wide-int.h
    branches/c++-concepts/libatomic/ChangeLog
    branches/c++-concepts/libatomic/configure.tgt
    branches/c++-concepts/libcpp/ChangeLog
    branches/c++-concepts/libcpp/include/line-map.h
    branches/c++-concepts/libcpp/lex.c
    branches/c++-concepts/libcpp/line-map.c
    branches/c++-concepts/libcpp/macro.c
    branches/c++-concepts/libffi/ChangeLog
    branches/c++-concepts/libffi/src/alpha/ffi.c
    branches/c++-concepts/libffi/testsuite/lib/libffi.exp
    branches/c++-concepts/libgcc/ChangeLog
    branches/c++-concepts/libgcc/Makefile.in
    branches/c++-concepts/libgcc/config.host
    branches/c++-concepts/libgcc/config/i386/cygming-crtbegin.c
    branches/c++-concepts/libgcc/config/libbid/ChangeLog
    branches/c++-concepts/libgcc/config/libbid/bid128_fma.c
    branches/c++-concepts/libgcc/config/pa/linux-atomic.c
    branches/c++-concepts/libgcc/config/rs6000/ibm-ldouble.c
    branches/c++-concepts/libgcc/config/rs6000/linux-unwind.h
    branches/c++-concepts/libgcc/config/s390/tpf-unwind.h
    branches/c++-concepts/libgcc/libgcov-driver-system.c
    branches/c++-concepts/libgcc/libgcov-driver.c
    branches/c++-concepts/libgcc/libgcov-interface.c
    branches/c++-concepts/libgcc/libgcov-merge.c
    branches/c++-concepts/libgcc/libgcov.h
    branches/c++-concepts/libgfortran/ChangeLog
    branches/c++-concepts/libgfortran/Makefile.am
    branches/c++-concepts/libgfortran/Makefile.in
    branches/c++-concepts/libgfortran/caf/libcaf.h
    branches/c++-concepts/libgfortran/caf/single.c
    branches/c++-concepts/libgfortran/config.h.in
    branches/c++-concepts/libgfortran/config/fpu-387.h
    branches/c++-concepts/libgfortran/config/fpu-aix.h
    branches/c++-concepts/libgfortran/config/fpu-generic.h
    branches/c++-concepts/libgfortran/config/fpu-glibc.h
    branches/c++-concepts/libgfortran/config/fpu-sysv.h
    branches/c++-concepts/libgfortran/configure
    branches/c++-concepts/libgfortran/configure.ac
    branches/c++-concepts/libgfortran/configure.host
    branches/c++-concepts/libgfortran/gfortran.map
    branches/c++-concepts/libgfortran/intrinsics/c99_functions.c
    branches/c++-concepts/libgfortran/io/format.c
    branches/c++-concepts/libgfortran/io/list_read.c
    branches/c++-concepts/libgfortran/io/unix.c
    branches/c++-concepts/libgfortran/libgfortran.h
    branches/c++-concepts/libgfortran/runtime/memory.c
    branches/c++-concepts/libgfortran/runtime/stop.c
    branches/c++-concepts/libgo/MERGE
    branches/c++-concepts/libgo/Makefile.am
    branches/c++-concepts/libgo/Makefile.in
    branches/c++-concepts/libgo/configure
    branches/c++-concepts/libgo/configure.ac
    branches/c++-concepts/libgo/go/archive/tar/common.go
    branches/c++-concepts/libgo/go/archive/tar/reader.go
    branches/c++-concepts/libgo/go/archive/tar/reader_test.go
    branches/c++-concepts/libgo/go/archive/tar/writer.go
    branches/c++-concepts/libgo/go/archive/tar/writer_test.go
    branches/c++-concepts/libgo/go/archive/zip/struct.go
    branches/c++-concepts/libgo/go/bufio/bufio.go
    branches/c++-concepts/libgo/go/bufio/bufio_test.go
    branches/c++-concepts/libgo/go/bufio/scan.go
    branches/c++-concepts/libgo/go/bufio/scan_test.go
    branches/c++-concepts/libgo/go/bytes/bytes.go
    branches/c++-concepts/libgo/go/bytes/bytes_test.go
    branches/c++-concepts/libgo/go/bytes/reader.go
    branches/c++-concepts/libgo/go/bytes/reader_test.go
    branches/c++-concepts/libgo/go/compress/bzip2/bzip2_test.go
    branches/c++-concepts/libgo/go/compress/flate/inflate.go
    branches/c++-concepts/libgo/go/compress/flate/reader_test.go
    branches/c++-concepts/libgo/go/compress/gzip/gunzip.go
    branches/c++-concepts/libgo/go/compress/gzip/gunzip_test.go
    branches/c++-concepts/libgo/go/compress/gzip/gzip.go
    branches/c++-concepts/libgo/go/compress/lzw/reader.go
    branches/c++-concepts/libgo/go/compress/lzw/writer.go
    branches/c++-concepts/libgo/go/compress/zlib/reader.go
    branches/c++-concepts/libgo/go/compress/zlib/writer.go
    branches/c++-concepts/libgo/go/compress/zlib/writer_test.go
    branches/c++-concepts/libgo/go/container/heap/heap.go
    branches/c++-concepts/libgo/go/crypto/aes/aes_test.go
    branches/c++-concepts/libgo/go/crypto/aes/cipher.go
    branches/c++-concepts/libgo/go/crypto/aes/cipher_asm.go
    branches/c++-concepts/libgo/go/crypto/cipher/benchmark_test.go
    branches/c++-concepts/libgo/go/crypto/cipher/gcm.go
    branches/c++-concepts/libgo/go/crypto/dsa/dsa.go
    branches/c++-concepts/libgo/go/crypto/ecdsa/ecdsa.go
    branches/c++-concepts/libgo/go/crypto/md5/md5block_decl.go
    branches/c++-concepts/libgo/go/crypto/md5/md5block_generic.go
    branches/c++-concepts/libgo/go/crypto/rand/rand_unix.go
    branches/c++-concepts/libgo/go/crypto/rc4/rc4_asm.go
    branches/c++-concepts/libgo/go/crypto/rc4/rc4_ref.go
    branches/c++-concepts/libgo/go/crypto/rsa/pkcs1v15.go
    branches/c++-concepts/libgo/go/crypto/rsa/pss.go
    branches/c++-concepts/libgo/go/crypto/rsa/rsa.go
    branches/c++-concepts/libgo/go/crypto/sha1/sha1block_decl.go
    branches/c++-concepts/libgo/go/crypto/sha1/sha1block_generic.go
    branches/c++-concepts/libgo/go/crypto/tls/common.go
    branches/c++-concepts/libgo/go/crypto/tls/conn.go
    branches/c++-concepts/libgo/go/crypto/tls/generate_cert.go
    branches/c++-concepts/libgo/go/crypto/tls/handshake_client.go
    branches/c++-concepts/libgo/go/crypto/tls/handshake_messages.go
    branches/c++-concepts/libgo/go/crypto/tls/handshake_messages_test.go
    branches/c++-concepts/libgo/go/crypto/tls/handshake_server.go
    branches/c++-concepts/libgo/go/crypto/tls/handshake_server_test.go
    branches/c++-concepts/libgo/go/crypto/tls/key_agreement.go
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv10-RSA-RC4
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv11-RSA-RC4
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Client-TLSv12-RSA-RC4
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
    branches/c++-concepts/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
    branches/c++-concepts/libgo/go/crypto/tls/tls.go
    branches/c++-concepts/libgo/go/crypto/tls/tls_test.go
    branches/c++-concepts/libgo/go/crypto/x509/root_unix.go
    branches/c++-concepts/libgo/go/crypto/x509/verify_test.go
    branches/c++-concepts/libgo/go/crypto/x509/x509.go
    branches/c++-concepts/libgo/go/crypto/x509/x509_test.go
    branches/c++-concepts/libgo/go/database/sql/driver/driver.go
    branches/c++-concepts/libgo/go/database/sql/sql.go
    branches/c++-concepts/libgo/go/database/sql/sql_test.go
    branches/c++-concepts/libgo/go/debug/dwarf/const.go
    branches/c++-concepts/libgo/go/debug/dwarf/entry.go
    branches/c++-concepts/libgo/go/debug/elf/elf.go
    branches/c++-concepts/libgo/go/debug/elf/file.go
    branches/c++-concepts/libgo/go/debug/elf/file_test.go
    branches/c++-concepts/libgo/go/debug/macho/file.go
    branches/c++-concepts/libgo/go/debug/macho/file_test.go
    branches/c++-concepts/libgo/go/debug/macho/macho.go
    branches/c++-concepts/libgo/go/debug/pe/file.go
    branches/c++-concepts/libgo/go/debug/pe/file_test.go
    branches/c++-concepts/libgo/go/debug/pe/pe.go
    branches/c++-concepts/libgo/go/debug/plan9obj/file.go
    branches/c++-concepts/libgo/go/debug/plan9obj/file_test.go
    branches/c++-concepts/libgo/go/debug/plan9obj/plan9obj.go
    branches/c++-concepts/libgo/go/encoding/ascii85/ascii85.go
    branches/c++-concepts/libgo/go/encoding/ascii85/ascii85_test.go
    branches/c++-concepts/libgo/go/encoding/asn1/asn1.go
    branches/c++-concepts/libgo/go/encoding/asn1/marshal.go
    branches/c++-concepts/libgo/go/encoding/asn1/marshal_test.go
    branches/c++-concepts/libgo/go/encoding/base32/base32.go
    branches/c++-concepts/libgo/go/encoding/base64/base64.go
    branches/c++-concepts/libgo/go/encoding/base64/base64_test.go
    branches/c++-concepts/libgo/go/encoding/binary/binary.go
    branches/c++-concepts/libgo/go/encoding/binary/binary_test.go
    branches/c++-concepts/libgo/go/encoding/gob/decode.go
    branches/c++-concepts/libgo/go/encoding/gob/decoder.go
    branches/c++-concepts/libgo/go/encoding/gob/encode.go
    branches/c++-concepts/libgo/go/encoding/gob/gobencdec_test.go
    branches/c++-concepts/libgo/go/encoding/hex/hex.go
    branches/c++-concepts/libgo/go/encoding/json/decode.go
    branches/c++-concepts/libgo/go/encoding/json/indent.go
    branches/c++-concepts/libgo/go/encoding/json/stream.go
    branches/c++-concepts/libgo/go/encoding/xml/marshal.go
    branches/c++-concepts/libgo/go/encoding/xml/marshal_test.go
    branches/c++-concepts/libgo/go/encoding/xml/read.go
    branches/c++-concepts/libgo/go/encoding/xml/read_test.go
    branches/c++-concepts/libgo/go/encoding/xml/typeinfo.go
    branches/c++-concepts/libgo/go/encoding/xml/xml.go
    branches/c++-concepts/libgo/go/expvar/expvar.go
    branches/c++-concepts/libgo/go/expvar/expvar_test.go
    branches/c++-concepts/libgo/go/flag/flag.go
    branches/c++-concepts/libgo/go/fmt/doc.go
    branches/c++-concepts/libgo/go/fmt/fmt_test.go
    branches/c++-concepts/libgo/go/fmt/format.go
    branches/c++-concepts/libgo/go/fmt/print.go
    branches/c++-concepts/libgo/go/go/ast/commentmap.go
    branches/c++-concepts/libgo/go/go/build/build.go
    branches/c++-concepts/libgo/go/go/build/deps_test.go
    branches/c++-concepts/libgo/go/go/build/doc.go
    branches/c++-concepts/libgo/go/go/build/syslist.go
    branches/c++-concepts/libgo/go/go/doc/comment.go
    branches/c++-concepts/libgo/go/go/doc/comment_test.go
    branches/c++-concepts/libgo/go/go/doc/example.go
    branches/c++-concepts/libgo/go/go/parser/error_test.go
    branches/c++-concepts/libgo/go/go/parser/interface.go
    branches/c++-concepts/libgo/go/go/parser/parser.go
    branches/c++-concepts/libgo/go/go/parser/parser_test.go
    branches/c++-concepts/libgo/go/go/parser/short_test.go
    branches/c++-concepts/libgo/go/go/printer/nodes.go
    branches/c++-concepts/libgo/go/go/printer/printer.go
    branches/c++-concepts/libgo/go/go/printer/printer_test.go
    branches/c++-concepts/libgo/go/go/printer/testdata/comments.golden
    branches/c++-concepts/libgo/go/go/printer/testdata/comments.input
    branches/c++-concepts/libgo/go/go/printer/testdata/comments2.golden
    branches/c++-concepts/libgo/go/go/printer/testdata/comments2.input
    branches/c++-concepts/libgo/go/go/printer/testdata/declarations.golden
    branches/c++-concepts/libgo/go/go/printer/testdata/declarations.input
    branches/c++-concepts/libgo/go/go/scanner/scanner.go
    branches/c++-concepts/libgo/go/go/scanner/scanner_test.go
    branches/c++-concepts/libgo/go/html/template/attr.go
    branches/c++-concepts/libgo/go/html/template/content.go
    branches/c++-concepts/libgo/go/html/template/context.go
    branches/c++-concepts/libgo/go/html/template/escape.go
    branches/c++-concepts/libgo/go/html/template/escape_test.go
    branches/c++-concepts/libgo/go/html/template/html.go
    branches/c++-concepts/libgo/go/html/template/js.go
    branches/c++-concepts/libgo/go/html/template/template.go
    branches/c++-concepts/libgo/go/image/jpeg/huffman.go
    branches/c++-concepts/libgo/go/image/jpeg/reader_test.go
    branches/c++-concepts/libgo/go/image/jpeg/scan.go
    branches/c++-concepts/libgo/go/image/png/reader.go
    branches/c++-concepts/libgo/go/io/io.go
    branches/c++-concepts/libgo/go/io/multi.go
    branches/c++-concepts/libgo/go/io/multi_test.go
    branches/c++-concepts/libgo/go/log/syslog/syslog.go
    branches/c++-concepts/libgo/go/log/syslog/syslog_test.go
    branches/c++-concepts/libgo/go/log/syslog/syslog_unix.go
    branches/c++-concepts/libgo/go/math/big/int.go
    branches/c++-concepts/libgo/go/math/big/int_test.go
    branches/c++-concepts/libgo/go/math/big/nat.go
    branches/c++-concepts/libgo/go/math/big/nat_test.go
    branches/c++-concepts/libgo/go/math/big/rat.go
    branches/c++-concepts/libgo/go/math/cmplx/cmath_test.go
    branches/c++-concepts/libgo/go/math/cmplx/pow.go
    branches/c++-concepts/libgo/go/math/cmplx/sqrt.go
    branches/c++-concepts/libgo/go/math/rand/rand.go
    branches/c++-concepts/libgo/go/math/rand/rand_test.go
    branches/c++-concepts/libgo/go/mime/mediatype.go
    branches/c++-concepts/libgo/go/mime/mediatype_test.go
    branches/c++-concepts/libgo/go/mime/multipart/multipart.go
    branches/c++-concepts/libgo/go/mime/multipart/quotedprintable_test.go
    branches/c++-concepts/libgo/go/mime/type_unix.go
    branches/c++-concepts/libgo/go/net/cgo_bsd.go
    branches/c++-concepts/libgo/go/net/conn_test.go
    branches/c++-concepts/libgo/go/net/dial.go
    branches/c++-concepts/libgo/go/net/dial_test.go
    branches/c++-concepts/libgo/go/net/dnsclient.go
    branches/c++-concepts/libgo/go/net/dnsclient_unix.go
    branches/c++-concepts/libgo/go/net/dnsclient_unix_test.go
    branches/c++-concepts/libgo/go/net/dnsconfig_unix.go
    branches/c++-concepts/libgo/go/net/dnsconfig_unix_test.go
    branches/c++-concepts/libgo/go/net/fd_mutex_test.go
    branches/c++-concepts/libgo/go/net/fd_plan9.go
    branches/c++-concepts/libgo/go/net/fd_poll_runtime.go
    branches/c++-concepts/libgo/go/net/fd_unix.go
    branches/c++-concepts/libgo/go/net/fd_unix_test.go
    branches/c++-concepts/libgo/go/net/fd_windows.go
    branches/c++-concepts/libgo/go/net/file_test.go
    branches/c++-concepts/libgo/go/net/file_unix.go
    branches/c++-concepts/libgo/go/net/http/cgi/host.go
    branches/c++-concepts/libgo/go/net/http/cgi/matryoshka_test.go
    branches/c++-concepts/libgo/go/net/http/client.go
    branches/c++-concepts/libgo/go/net/http/client_test.go
    branches/c++-concepts/libgo/go/net/http/cookie.go
    branches/c++-concepts/libgo/go/net/http/cookie_test.go
    branches/c++-concepts/libgo/go/net/http/export_test.go
    branches/c++-concepts/libgo/go/net/http/fcgi/child.go
    branches/c++-concepts/libgo/go/net/http/fs.go
    branches/c++-concepts/libgo/go/net/http/header.go
    branches/c++-concepts/libgo/go/net/http/header_test.go
    branches/c++-concepts/libgo/go/net/http/httptest/server_test.go
    branches/c++-concepts/libgo/go/net/http/httputil/dump.go
    branches/c++-concepts/libgo/go/net/http/httputil/dump_test.go
    branches/c++-concepts/libgo/go/net/http/httputil/persist.go
    branches/c++-concepts/libgo/go/net/http/proxy_test.go
    branches/c++-concepts/libgo/go/net/http/request.go
    branches/c++-concepts/libgo/go/net/http/request_test.go
    branches/c++-concepts/libgo/go/net/http/requestwrite_test.go
    branches/c++-concepts/libgo/go/net/http/response.go
    branches/c++-concepts/libgo/go/net/http/response_test.go
    branches/c++-concepts/libgo/go/net/http/responsewrite_test.go
    branches/c++-concepts/libgo/go/net/http/serve_test.go
    branches/c++-concepts/libgo/go/net/http/server.go
    branches/c++-concepts/libgo/go/net/http/transfer.go
    branches/c++-concepts/libgo/go/net/http/transport.go
    branches/c++-concepts/libgo/go/net/http/transport_test.go
    branches/c++-concepts/libgo/go/net/interface.go
    branches/c++-concepts/libgo/go/net/interface_stub.go
    branches/c++-concepts/libgo/go/net/ipraw_test.go
    branches/c++-concepts/libgo/go/net/iprawsock_posix.go
    branches/c++-concepts/libgo/go/net/ipsock.go
    branches/c++-concepts/libgo/go/net/ipsock_plan9.go
    branches/c++-concepts/libgo/go/net/ipsock_posix.go
    branches/c++-concepts/libgo/go/net/lookup_plan9.go
    branches/c++-concepts/libgo/go/net/lookup_unix.go
    branches/c++-concepts/libgo/go/net/mail/message.go
    branches/c++-concepts/libgo/go/net/mail/message_test.go
    branches/c++-concepts/libgo/go/net/multicast_test.go
    branches/c++-concepts/libgo/go/net/net.go
    branches/c++-concepts/libgo/go/net/net_test.go
    branches/c++-concepts/libgo/go/net/packetconn_test.go
    branches/c++-concepts/libgo/go/net/port_unix.go
    branches/c++-concepts/libgo/go/net/protoconn_test.go
    branches/c++-concepts/libgo/go/net/rpc/client.go
    branches/c++-concepts/libgo/go/net/rpc/jsonrpc/all_test.go
    branches/c++-concepts/libgo/go/net/rpc/jsonrpc/server.go
    branches/c++-concepts/libgo/go/net/rpc/server_test.go
    branches/c++-concepts/libgo/go/net/sendfile_dragonfly.go
    branches/c++-concepts/libgo/go/net/sendfile_freebsd.go
    branches/c++-concepts/libgo/go/net/sendfile_stub.go
    branches/c++-concepts/libgo/go/net/server_test.go
    branches/c++-concepts/libgo/go/net/smtp/smtp.go
    branches/c++-concepts/libgo/go/net/smtp/smtp_test.go
    branches/c++-concepts/libgo/go/net/sock_bsd.go
    branches/c++-concepts/libgo/go/net/sock_cloexec.go
    branches/c++-concepts/libgo/go/net/sock_posix.go
    branches/c++-concepts/libgo/go/net/sock_solaris.go
    branches/c++-concepts/libgo/go/net/sockopt_bsd.go
    branches/c++-concepts/libgo/go/net/sockopt_posix.go
    branches/c++-concepts/libgo/go/net/sockoptip_bsd.go
    branches/c++-concepts/libgo/go/net/sockoptip_posix.go
    branches/c++-concepts/libgo/go/net/sys_cloexec.go
    branches/c++-concepts/libgo/go/net/tcp_test.go
    branches/c++-concepts/libgo/go/net/tcpsock_plan9.go
    branches/c++-concepts/libgo/go/net/tcpsock_posix.go
    branches/c++-concepts/libgo/go/net/tcpsockopt_posix.go
    branches/c++-concepts/libgo/go/net/tcpsockopt_unix.go
    branches/c++-concepts/libgo/go/net/textproto/reader.go
    branches/c++-concepts/libgo/go/net/textproto/reader_test.go
    branches/c++-concepts/libgo/go/net/timeout_test.go
    branches/c++-concepts/libgo/go/net/udp_test.go
    branches/c++-concepts/libgo/go/net/udpsock.go
    branches/c++-concepts/libgo/go/net/udpsock_posix.go
    branches/c++-concepts/libgo/go/net/unix_test.go
    branches/c++-concepts/libgo/go/net/unixsock_posix.go
    branches/c++-concepts/libgo/go/net/url/url.go
    branches/c++-concepts/libgo/go/net/url/url_test.go
    branches/c++-concepts/libgo/go/os/dir_unix.go
    branches/c++-concepts/libgo/go/os/doc.go
    branches/c++-concepts/libgo/go/os/error_unix.go
    branches/c++-concepts/libgo/go/os/exec/exec.go
    branches/c++-concepts/libgo/go/os/exec/exec_test.go
    branches/c++-concepts/libgo/go/os/exec/lp_unix.go
    branches/c++-concepts/libgo/go/os/exec_plan9.go
    branches/c++-concepts/libgo/go/os/exec_posix.go
    branches/c++-concepts/libgo/go/os/exec_unix.go
    branches/c++-concepts/libgo/go/os/file_posix.go
    branches/c++-concepts/libgo/go/os/file_unix.go
    branches/c++-concepts/libgo/go/os/getwd.go
    branches/c++-concepts/libgo/go/os/os_test.go
    branches/c++-concepts/libgo/go/os/path_test.go
    branches/c++-concepts/libgo/go/os/path_unix.go
    branches/c++-concepts/libgo/go/os/pipe_bsd.go
    branches/c++-concepts/libgo/go/os/signal/signal_unix.go
    branches/c++-concepts/libgo/go/os/sys_bsd.go
    branches/c++-concepts/libgo/go/path/filepath/match.go
    branches/c++-concepts/libgo/go/path/filepath/match_test.go
    branches/c++-concepts/libgo/go/path/filepath/path.go
    branches/c++-concepts/libgo/go/path/filepath/path_test.go
    branches/c++-concepts/libgo/go/path/filepath/path_unix.go
    branches/c++-concepts/libgo/go/reflect/all_test.go
    branches/c++-concepts/libgo/go/reflect/export_test.go
    branches/c++-concepts/libgo/go/reflect/makefunc.go
    branches/c++-concepts/libgo/go/reflect/makefunc_dummy.c
    branches/c++-concepts/libgo/go/reflect/type.go
    branches/c++-concepts/libgo/go/reflect/value.go
    branches/c++-concepts/libgo/go/regexp/all_test.go
    branches/c++-concepts/libgo/go/regexp/exec.go
    branches/c++-concepts/libgo/go/regexp/regexp.go
    branches/c++-concepts/libgo/go/regexp/syntax/doc.go
    branches/c++-concepts/libgo/go/regexp/syntax/parse.go
    branches/c++-concepts/libgo/go/regexp/syntax/prog.go
    branches/c++-concepts/libgo/go/regexp/syntax/prog_test.go
    branches/c++-concepts/libgo/go/runtime/chan_test.go
    branches/c++-concepts/libgo/go/runtime/crash_test.go
    branches/c++-concepts/libgo/go/runtime/debug/garbage.go
    branches/c++-concepts/libgo/go/runtime/export_test.go
    branches/c++-concepts/libgo/go/runtime/extern.go
    branches/c++-concepts/libgo/go/runtime/gc_test.go
    branches/c++-concepts/libgo/go/runtime/map_test.go
    branches/c++-concepts/libgo/go/runtime/memmove_test.go
    branches/c++-concepts/libgo/go/runtime/mfinal_test.go
    branches/c++-concepts/libgo/go/runtime/mgc0.go
    branches/c++-concepts/libgo/go/runtime/norace_test.go
    branches/c++-concepts/libgo/go/runtime/pprof/pprof.go
    branches/c++-concepts/libgo/go/runtime/pprof/pprof_test.go
    branches/c++-concepts/libgo/go/runtime/proc_test.go
    branches/c++-concepts/libgo/go/runtime/runtime_test.go
    branches/c++-concepts/libgo/go/runtime/type.go
    branches/c++-concepts/libgo/go/sort/sort.go
    branches/c++-concepts/libgo/go/strconv/atoi.go
    branches/c++-concepts/libgo/go/strconv/quote.go
    branches/c++-concepts/libgo/go/strconv/quote_test.go
    branches/c++-concepts/libgo/go/strings/reader.go
    branches/c++-concepts/libgo/go/strings/reader_test.go
    branches/c++-concepts/libgo/go/strings/replace.go
    branches/c++-concepts/libgo/go/strings/strings_test.go
    branches/c++-concepts/libgo/go/sync/atomic/atomic_test.go
    branches/c++-concepts/libgo/go/sync/mutex_test.go
    branches/c++-concepts/libgo/go/sync/once_test.go
    branches/c++-concepts/libgo/go/sync/pool.go
    branches/c++-concepts/libgo/go/sync/pool_test.go
    branches/c++-concepts/libgo/go/sync/runtime_sema_test.go
    branches/c++-concepts/libgo/go/sync/rwmutex_test.go
    branches/c++-concepts/libgo/go/sync/waitgroup.go
    branches/c++-concepts/libgo/go/sync/waitgroup_test.go
    branches/c++-concepts/libgo/go/syscall/dir_plan9.go
    branches/c++-concepts/libgo/go/syscall/env_unix.go
    branches/c++-concepts/libgo/go/syscall/exec_unix.go
    branches/c++-concepts/libgo/go/syscall/libcall_posix.go
    branches/c++-concepts/libgo/go/syscall/libcall_posix_largefile.go
    branches/c++-concepts/libgo/go/syscall/libcall_posix_regfile.go
    branches/c++-concepts/libgo/go/syscall/route_dragonfly.go
    branches/c++-concepts/libgo/go/syscall/route_freebsd.go
    branches/c++-concepts/libgo/go/syscall/route_netbsd.go
    branches/c++-concepts/libgo/go/syscall/route_openbsd.go
    branches/c++-concepts/libgo/go/syscall/sockcmsg_unix.go
    branches/c++-concepts/libgo/go/syscall/socket.go
    branches/c++-concepts/libgo/go/syscall/socket_posix.go
    branches/c++-concepts/libgo/go/syscall/socket_xnet.go
    branches/c++-concepts/libgo/go/syscall/syscall_linux_386.go
    branches/c++-concepts/libgo/go/syscall/syscall_unix.go
    branches/c++-concepts/libgo/go/testing/benchmark.go
    branches/c++-concepts/libgo/go/testing/benchmark_test.go
    branches/c++-concepts/libgo/go/testing/testing.go
    branches/c++-concepts/libgo/go/text/scanner/scanner.go
    branches/c++-concepts/libgo/go/text/scanner/scanner_test.go
    branches/c++-concepts/libgo/go/text/template/doc.go
    branches/c++-concepts/libgo/go/text/template/exec.go
    branches/c++-concepts/libgo/go/time/format.go
    branches/c++-concepts/libgo/go/time/format_test.go
    branches/c++-concepts/libgo/go/time/internal_test.go
    branches/c++-concepts/libgo/go/time/sleep.go
    branches/c++-concepts/libgo/go/time/sleep_test.go
    branches/c++-concepts/libgo/go/time/sys_unix.go
    branches/c++-concepts/libgo/go/time/tick.go
    branches/c++-concepts/libgo/go/time/time.go
    branches/c++-concepts/libgo/go/time/time_test.go
    branches/c++-concepts/libgo/go/time/zoneinfo_read.go
    branches/c++-concepts/libgo/go/time/zoneinfo_test.go
    branches/c++-concepts/libgo/go/time/zoneinfo_unix.go
    branches/c++-concepts/libgo/go/time/zoneinfo_windows.go
    branches/c++-concepts/libgo/go/unicode/letter.go
    branches/c++-concepts/libgo/go/unicode/letter_test.go
    branches/c++-concepts/libgo/go/unicode/utf16/utf16.go
    branches/c++-concepts/libgo/go/unicode/utf8/utf8.go
    branches/c++-concepts/libgo/merge.sh
    branches/c++-concepts/libgo/runtime/env_posix.c
    branches/c++-concepts/libgo/runtime/go-caller.c
    branches/c++-concepts/libgo/runtime/go-callers.c
    branches/c++-concepts/libgo/runtime/go-cgo.c
    branches/c++-concepts/libgo/runtime/go-eface-compare.c
    branches/c++-concepts/libgo/runtime/go-eface-val-compare.c
    branches/c++-concepts/libgo/runtime/go-interface-eface-compare.c
    branches/c++-concepts/libgo/runtime/go-map-delete.c
    branches/c++-concepts/libgo/runtime/go-now.c
    branches/c++-concepts/libgo/runtime/go-panic.h
    branches/c++-concepts/libgo/runtime/go-recover.c
    branches/c++-concepts/libgo/runtime/go-reflect-call.c
    branches/c++-concepts/libgo/runtime/go-signal.c
    branches/c++-concepts/libgo/runtime/go-traceback.c
    branches/c++-concepts/libgo/runtime/go-type-eface.c
    branches/c++-concepts/libgo/runtime/go-type.h
    branches/c++-concepts/libgo/runtime/goc2c.c
    branches/c++-concepts/libgo/runtime/lock_sema.c
    branches/c++-concepts/libgo/runtime/malloc.goc
    branches/c++-concepts/libgo/runtime/malloc.h
    branches/c++-concepts/libgo/runtime/mcache.c
    branches/c++-concepts/libgo/runtime/mcentral.c
    branches/c++-concepts/libgo/runtime/mem.c
    branches/c++-concepts/libgo/runtime/mgc0.c
    branches/c++-concepts/libgo/runtime/mgc0.h
    branches/c++-concepts/libgo/runtime/mheap.c
    branches/c++-concepts/libgo/runtime/mprof.goc
    branches/c++-concepts/libgo/runtime/netpoll.goc
    branches/c++-concepts/libgo/runtime/netpoll_epoll.c
    branches/c++-concepts/libgo/runtime/netpoll_kqueue.c
    branches/c++-concepts/libgo/runtime/panic.c
    branches/c++-concepts/libgo/runtime/parfor.c
    branches/c++-concepts/libgo/runtime/print.c
    branches/c++-concepts/libgo/runtime/proc.c
    branches/c++-concepts/libgo/runtime/race.h
    branches/c++-concepts/libgo/runtime/reflect.goc
    branches/c++-concepts/libgo/runtime/runtime.c
    branches/c++-concepts/libgo/runtime/runtime.h
    branches/c++-concepts/libgo/runtime/runtime1.goc
    branches/c++-concepts/libgo/runtime/string.goc
    branches/c++-concepts/libgo/runtime/time.goc
    branches/c++-concepts/libgo/testsuite/gotest
    branches/c++-concepts/libgomp/ChangeLog
    branches/c++-concepts/libgomp/libgomp.h
    branches/c++-concepts/libgomp/task.c
    branches/c++-concepts/libgomp/testsuite/lib/libgomp.exp
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/c++.exp
    branches/c++-concepts/libgomp/testsuite/libgomp.c/appendix-a/a.29.1.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/c.exp
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/c++-concepts/libgomp/testsuite/libgomp.fortran/pr34020.f90
    branches/c++-concepts/libgomp/testsuite/libgomp.graphite/graphite.exp
    branches/c++-concepts/libitm/ChangeLog
    branches/c++-concepts/libitm/config/aarch64/sjlj.S
    branches/c++-concepts/libobjc/ChangeLog
    branches/c++-concepts/libobjc/encoding.c
    branches/c++-concepts/maintainer-scripts/ChangeLog
    branches/c++-concepts/maintainer-scripts/update_web_docs_svn


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