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]

r198984 - in /branches/c++-concepts: ./ boehm-g...


Author: gdr
Date: Thu May 16 18:47:03 2013
New Revision: 198984

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

Added:
    branches/c++-concepts/libstdc++-v3/include/profile/unordered_base.h
      - copied unchanged from r198983, trunk/libstdc++-v3/include/profile/unordered_base.h
    branches/c++-concepts/libstdc++-v3/libsupc++/bad_array_length.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/libsupc++/bad_array_length.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/bad_array_new.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/libsupc++/bad_array_new.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/integral_constant/
      - copied from r198983, trunk/libstdc++-v3/testsuite/20_util/integral_constant/
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/is_null_pointer/
      - copied from r198983, trunk/libstdc++-v3/testsuite/20_util/is_null_pointer/
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
      - copied from r198983, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
    branches/c++-concepts/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
    branches/c++-concepts/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
    branches/c++-concepts/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
      - copied unchanged from r198983, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
Removed:
    branches/c++-concepts/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/constexpr_data.cc
Modified:
    branches/c++-concepts/libstdc++-v3/ChangeLog
    branches/c++-concepts/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/c++-concepts/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-concepts/libstdc++-v3/include/Makefile.am
    branches/c++-concepts/libstdc++-v3/include/Makefile.in
    branches/c++-concepts/libstdc++-v3/include/bits/atomic_base.h
    branches/c++-concepts/libstdc++-v3/include/bits/basic_string.h
    branches/c++-concepts/libstdc++-v3/include/bits/deque.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/list.tcc
    branches/c++-concepts/libstdc++-v3/include/bits/stl_bvector.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_deque.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_iterator.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_list.h
    branches/c++-concepts/libstdc++-v3/include/bits/stl_vector.h
    branches/c++-concepts/libstdc++-v3/include/bits/vector.tcc
    branches/c++-concepts/libstdc++-v3/include/c_global/cstdio
    branches/c++-concepts/libstdc++-v3/include/c_std/cstdio
    branches/c++-concepts/libstdc++-v3/include/debug/deque
    branches/c++-concepts/libstdc++-v3/include/debug/list
    branches/c++-concepts/libstdc++-v3/include/debug/vector
    branches/c++-concepts/libstdc++-v3/include/ext/vstring.h
    branches/c++-concepts/libstdc++-v3/include/profile/deque
    branches/c++-concepts/libstdc++-v3/include/profile/impl/profiler.h
    branches/c++-concepts/libstdc++-v3/include/profile/list
    branches/c++-concepts/libstdc++-v3/include/profile/unordered_map
    branches/c++-concepts/libstdc++-v3/include/profile/unordered_set
    branches/c++-concepts/libstdc++-v3/include/profile/vector
    branches/c++-concepts/libstdc++-v3/include/std/type_traits
    branches/c++-concepts/libstdc++-v3/libsupc++/Makefile.am
    branches/c++-concepts/libstdc++-v3/libsupc++/Makefile.in
    branches/c++-concepts/libstdc++-v3/libsupc++/cxxabi.h
    branches/c++-concepts/libstdc++-v3/libsupc++/eh_aux_runtime.cc
    branches/c++-concepts/libstdc++-v3/libsupc++/new
    branches/c++-concepts/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/c++-concepts/libstdc++-v3/testsuite/util/exception/safety.h
    branches/c++-concepts/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/c++-concepts/gcc/lock-and-run.sh
      - copied unchanged from r198983, trunk/gcc/lock-and-run.sh
    branches/c++-concepts/gcc/testsuite/c-c++-common/Wsequence-point-1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/Wsequence-point-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-1a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-1a.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-2.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-2a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-2a.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-3.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-3.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-3a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-3a.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-4.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-4.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-4a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-4a.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/rotate-5.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/rotate-5.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/vector-scalar-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/c-c++-common/vector-scalar-2.c
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/alias-decl-35.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-35.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/auto38.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/auto38.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/bad_array_new1.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/bad_array_new1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/bad_array_new2.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/bad_array_new2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/enum27.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/enum27.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist70.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/initlist70.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi4.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr51226.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/pr51226.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/pr54318.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/pr54318.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/range-for25.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/range-for25.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/ref-qual10.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual10.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/ref-qual11.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual11.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/ref-qual12.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual12.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/variadic143.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp0x/variadic143.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/vla1.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp1y/vla1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/vla2.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp1y/vla2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/vla3.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp1y/vla3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/vla4.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp1y/vla4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp1y/vla5.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/cpp1y/vla5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/desig6.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/ext/desig6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/vector22.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/ext/vector22.C
    branches/c++-concepts/gcc/testsuite/g++.dg/fstack-protector-strong.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/fstack-protector-strong.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/error51.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/parse/error51.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr31952-1.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/parse/pr31952-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr31952-2.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/parse/pr31952-2.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr31952-3.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/parse/pr31952-3.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/ref-qual1.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/parse/ref-qual1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/overload13.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/template/overload13.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/pr17410.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/template/pr17410.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr57140.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/torture/pr57140.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr57190.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/torture/pr57190.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/pr57235.C
      - copied unchanged from r198983, trunk/gcc/testsuite/g++.dg/torture/pr57235.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/pr57108.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.c-torture/compile/pr57108.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr57130.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.c-torture/execute/pr57130.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr57131.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.c-torture/execute/pr57131.c
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/execute/pr57144.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.c-torture/execute/pr57144.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/autopar/pr57185.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/autopar/pr57185.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/fstack-protector-strong.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/fstack-protector-strong.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/pr56988.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/pr56988.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/remref-0.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/remref-0.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/remref-1a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/remref-1a.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/remref-1b.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/remref-1b.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/remref-2a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/remref-2a.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/ipa/remref-2b.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/ipa/remref-2b.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/attr-weakref-1_0.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_0.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/attr-weakref-1_1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/lto/attr-weakref-1_2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr57149.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/pr57149.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr57154.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/pr57154.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr57184.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/pr57184.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/pr57286.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/pr57286.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/strlenopt-23.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/strlenopt-23.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/strlenopt-24.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/strlenopt-24.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr57147-1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/torture/pr57147-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr57147-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/torture/pr57147-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr57147-3.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/torture/pr57147-3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr57214.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/torture/pr57214.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/pr57251.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/torture/pr57251.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-32.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-32.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-33.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-33.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-34.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-34.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-35.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-35.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-36.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-36.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-37.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-37.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/slsr-38.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-38.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vector-shift-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/vector-shift-2.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/vector-shift.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/vector-shift.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/visibility-21.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.dg/visibility-21.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/ands_1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/ands_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/ands_2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/ands_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/bics_1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/bics_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/bics_2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/bics_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/fabd.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/fabd.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/tst_1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/tst_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/tst_2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/aarch64/tst_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/pr19599.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/arm/pr19599.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/pr56732-1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/arm/pr56732-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/asm-dialect-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/asm-dialect-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr57106.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/pr57106.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr57264.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/pr57264.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/pr57275.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/pr57275.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-3.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-3a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-3a.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-4.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-4a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-4a.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-5.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-5a.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/i386/rotate-5a.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/call-5.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/mips/call-5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/call-6.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/mips/call-6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/powerpc/pr57150.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/powerpc/pr57150.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr55303-1.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/sh/pr55303-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr55303-2.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/sh/pr55303-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr55303-3.c
      - copied unchanged from r198983, trunk/gcc/testsuite/gcc.target/sh/pr55303-3.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/allocate_with_source_3.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_3.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bind_c_usage_27.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_27.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bind_c_usage_28.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_28.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/null_8.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/null_8.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/size_kind_2.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/size_kind_2.f90
    branches/c++-concepts/gcc/testsuite/gfortran.dg/size_kind_3.f90
      - copied unchanged from r198983, trunk/gcc/testsuite/gfortran.dg/size_kind_3.f90
    branches/c++-concepts/gcc/testsuite/gnat.dg/specs/array3.ads
      - copied unchanged from r198983, trunk/gcc/testsuite/gnat.dg/specs/array3.ads
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/loop-13.C
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c++/loop-13.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/loop-14.C
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c++/loop-14.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c++/loop-15.C
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c++/loop-15.C
    branches/c++-concepts/libgomp/testsuite/libgomp.c/loop-13.c
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c/loop-13.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/loop-14.c
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c/loop-14.c
    branches/c++-concepts/libgomp/testsuite/libgomp.c/loop-15.c
      - copied unchanged from r198983, trunk/libgomp/testsuite/libgomp.c/loop-15.c
Removed:
    branches/c++-concepts/gcc/testsuite/gcc.target/sh/pr57108.c
Modified:
    branches/c++-concepts/   (props changed)
    branches/c++-concepts/boehm-gc/ChangeLog
    branches/c++-concepts/contrib/ChangeLog
    branches/c++-concepts/contrib/compare_tests
    branches/c++-concepts/contrib/config-list.mk
    branches/c++-concepts/fixincludes/ChangeLog
    branches/c++-concepts/fixincludes/fixincl.x
    branches/c++-concepts/fixincludes/inclhack.def
    branches/c++-concepts/fixincludes/tests/base/curses.h
    branches/c++-concepts/gcc/ChangeLog
    branches/c++-concepts/gcc/DATESTAMP
    branches/c++-concepts/gcc/Makefile.in
    branches/c++-concepts/gcc/ada/ChangeLog
    branches/c++-concepts/gcc/ada/gcc-interface/Make-lang.in
    branches/c++-concepts/gcc/ada/gcc-interface/Makefile.in
    branches/c++-concepts/gcc/ada/gcc-interface/decl.c
    branches/c++-concepts/gcc/bb-reorder.c
    branches/c++-concepts/gcc/builtins.def
    branches/c++-concepts/gcc/c-family/ChangeLog
    branches/c++-concepts/gcc/c-family/c-common.c
    branches/c++-concepts/gcc/c-family/c-cppbuiltin.c
    branches/c++-concepts/gcc/c/ChangeLog
    branches/c++-concepts/gcc/c/Make-lang.in
    branches/c++-concepts/gcc/calls.c
    branches/c++-concepts/gcc/cfg.c
    branches/c++-concepts/gcc/cfgcleanup.c
    branches/c++-concepts/gcc/cfgexpand.c
    branches/c++-concepts/gcc/cfghooks.c
    branches/c++-concepts/gcc/cfghooks.h
    branches/c++-concepts/gcc/cfgloopmanip.c
    branches/c++-concepts/gcc/cfgrtl.c
    branches/c++-concepts/gcc/cgraph.c
    branches/c++-concepts/gcc/cgraph.h
    branches/c++-concepts/gcc/cgraphclones.c
    branches/c++-concepts/gcc/combine.c
    branches/c++-concepts/gcc/common.opt
    branches/c++-concepts/gcc/config.gcc
    branches/c++-concepts/gcc/config.in
    branches/c++-concepts/gcc/config/aarch64/aarch64-protos.h
    branches/c++-concepts/gcc/config/aarch64/aarch64-simd.md
    branches/c++-concepts/gcc/config/aarch64/aarch64.c
    branches/c++-concepts/gcc/config/aarch64/aarch64.md
    branches/c++-concepts/gcc/config/aarch64/iterators.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/constraints.md
    branches/c++-concepts/gcc/config/arm/linux-eabi.h
    branches/c++-concepts/gcc/config/arm/predicates.md
    branches/c++-concepts/gcc/config/arm/t-rtems-eabi
    branches/c++-concepts/gcc/config/avr/avr.c
    branches/c++-concepts/gcc/config/epiphany/epiphany.c
    branches/c++-concepts/gcc/config/epiphany/epiphany.h
    branches/c++-concepts/gcc/config/epiphany/epiphany.md
    branches/c++-concepts/gcc/config/i386/cygming.h
    branches/c++-concepts/gcc/config/i386/i386.c
    branches/c++-concepts/gcc/config/i386/i386.h
    branches/c++-concepts/gcc/config/i386/i386.md
    branches/c++-concepts/gcc/config/i386/mmx.md
    branches/c++-concepts/gcc/config/i386/rdos.h
    branches/c++-concepts/gcc/config/i386/sse.md
    branches/c++-concepts/gcc/config/i386/winnt.c
    branches/c++-concepts/gcc/config/m68k/m68k.md
    branches/c++-concepts/gcc/config/mips/constraints.md
    branches/c++-concepts/gcc/config/mips/mips-protos.h
    branches/c++-concepts/gcc/config/mips/mips.c
    branches/c++-concepts/gcc/config/mips/mips.md
    branches/c++-concepts/gcc/config/mips/predicates.md
    branches/c++-concepts/gcc/config/pa/pa-hpux.h
    branches/c++-concepts/gcc/config/pa/pa-linux.h
    branches/c++-concepts/gcc/config/pa/pa-openbsd.h
    branches/c++-concepts/gcc/config/pa/pa.c
    branches/c++-concepts/gcc/config/pa/pa.h
    branches/c++-concepts/gcc/config/pa/pa.md
    branches/c++-concepts/gcc/config/pa/pa.opt
    branches/c++-concepts/gcc/config/picochip/picochip.c
    branches/c++-concepts/gcc/config/rl78/rl78.md
    branches/c++-concepts/gcc/config/rs6000/constraints.md   (props changed)
    branches/c++-concepts/gcc/config/rs6000/dfp.md   (props changed)
    branches/c++-concepts/gcc/config/rs6000/linux.h
    branches/c++-concepts/gcc/config/rs6000/linux64.h
    branches/c++-concepts/gcc/config/rs6000/predicates.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000-cpus.def   (props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000-modes.def   (props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.c   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.h   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.md   (contents, props changed)
    branches/c++-concepts/gcc/config/rs6000/rs6000.opt   (props changed)
    branches/c++-concepts/gcc/config/rs6000/sysv4.h
    branches/c++-concepts/gcc/config/rs6000/sysv4le.h
    branches/c++-concepts/gcc/config/rs6000/vector.md   (props changed)
    branches/c++-concepts/gcc/config/rs6000/vsx.md   (props changed)
    branches/c++-concepts/gcc/config/s390/s390.c
    branches/c++-concepts/gcc/config/sh/iterators.md
    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/sparc/openbsd64.h
    branches/c++-concepts/gcc/config/sparc/sp64-elf.h
    branches/c++-concepts/gcc/config/v850/t-rtems
    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/cp/ChangeLog
    branches/c++-concepts/gcc/cp/Make-lang.in
    branches/c++-concepts/gcc/cp/call.c
    branches/c++-concepts/gcc/cp/cp-tree.h
    branches/c++-concepts/gcc/cp/decl.c
    branches/c++-concepts/gcc/cp/error.c
    branches/c++-concepts/gcc/cp/except.c
    branches/c++-concepts/gcc/cp/init.c
    branches/c++-concepts/gcc/cp/method.c
    branches/c++-concepts/gcc/cp/name-lookup.c
    branches/c++-concepts/gcc/cp/parser.c
    branches/c++-concepts/gcc/cp/pt.c
    branches/c++-concepts/gcc/cp/rtti.c
    branches/c++-concepts/gcc/cp/semantics.c
    branches/c++-concepts/gcc/cp/tree.c
    branches/c++-concepts/gcc/cp/typeck.c
    branches/c++-concepts/gcc/cp/typeck2.c
    branches/c++-concepts/gcc/diagnostic.c
    branches/c++-concepts/gcc/doc/cpp.texi
    branches/c++-concepts/gcc/doc/install.texi
    branches/c++-concepts/gcc/doc/invoke.texi
    branches/c++-concepts/gcc/doc/tm.texi
    branches/c++-concepts/gcc/doc/tm.texi.in
    branches/c++-concepts/gcc/double-int.c
    branches/c++-concepts/gcc/double-int.h
    branches/c++-concepts/gcc/dwarf2asm.c
    branches/c++-concepts/gcc/emit-rtl.c
    branches/c++-concepts/gcc/expmed.c
    branches/c++-concepts/gcc/expr.c
    branches/c++-concepts/gcc/final.c
    branches/c++-concepts/gcc/fixed-value.c
    branches/c++-concepts/gcc/fold-const.c
    branches/c++-concepts/gcc/fortran/ChangeLog
    branches/c++-concepts/gcc/fortran/Make-lang.in
    branches/c++-concepts/gcc/fortran/decl.c
    branches/c++-concepts/gcc/fortran/resolve.c
    branches/c++-concepts/gcc/fortran/simplify.c
    branches/c++-concepts/gcc/function.h
    branches/c++-concepts/gcc/gcc.c
    branches/c++-concepts/gcc/gdbinit.in
    branches/c++-concepts/gcc/gensupport.c
    branches/c++-concepts/gcc/gimple-fold.c
    branches/c++-concepts/gcc/gimple-ssa-strength-reduction.c
    branches/c++-concepts/gcc/gimple.c
    branches/c++-concepts/gcc/gimplify.c
    branches/c++-concepts/gcc/go/ChangeLog
    branches/c++-concepts/gcc/go/Make-lang.in
    branches/c++-concepts/gcc/graphds.c
    branches/c++-concepts/gcc/graphds.h
    branches/c++-concepts/gcc/intl.h
    branches/c++-concepts/gcc/ipa-cp.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-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-utils.c
    branches/c++-concepts/gcc/ipa.c
    branches/c++-concepts/gcc/ira.c
    branches/c++-concepts/gcc/java/ChangeLog
    branches/c++-concepts/gcc/java/Make-lang.in
    branches/c++-concepts/gcc/java/class.c
    branches/c++-concepts/gcc/jump.c
    branches/c++-concepts/gcc/loop-unroll.c
    branches/c++-concepts/gcc/loop-unswitch.c
    branches/c++-concepts/gcc/lra-assigns.c
    branches/c++-concepts/gcc/lra-constraints.c
    branches/c++-concepts/gcc/lra-eliminations.c
    branches/c++-concepts/gcc/lto-cgraph.c
    branches/c++-concepts/gcc/lto-symtab.c
    branches/c++-concepts/gcc/lto/ChangeLog
    branches/c++-concepts/gcc/lto/Make-lang.in
    branches/c++-concepts/gcc/lto/lto-partition.c
    branches/c++-concepts/gcc/lto/lto-partition.h
    branches/c++-concepts/gcc/lto/lto.c
    branches/c++-concepts/gcc/machmode.h
    branches/c++-concepts/gcc/mode-switching.c
    branches/c++-concepts/gcc/objc/ChangeLog
    branches/c++-concepts/gcc/objc/Make-lang.in
    branches/c++-concepts/gcc/objcp/ChangeLog
    branches/c++-concepts/gcc/objcp/Make-lang.in
    branches/c++-concepts/gcc/omp-low.c
    branches/c++-concepts/gcc/passes.c
    branches/c++-concepts/gcc/recog.c
    branches/c++-concepts/gcc/recog.h
    branches/c++-concepts/gcc/reg-stack.c
    branches/c++-concepts/gcc/reload.c
    branches/c++-concepts/gcc/reorg.c
    branches/c++-concepts/gcc/resource.c
    branches/c++-concepts/gcc/resource.h
    branches/c++-concepts/gcc/rtl.h
    branches/c++-concepts/gcc/sched-rgn.c
    branches/c++-concepts/gcc/simplify-rtx.c
    branches/c++-concepts/gcc/stor-layout.c
    branches/c++-concepts/gcc/symtab.c
    branches/c++-concepts/gcc/testsuite/ChangeLog
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/clone-test-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/heap-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/null-deref-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/rlimit-mmap-test-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/stack-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/strncpy-overflow-1.c
    branches/c++-concepts/gcc/testsuite/c-c++-common/asan/use-after-free-1.c
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/deep-thread-stack-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/asan/large-func-test-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/enum_base.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/initlist21.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/cpp0x/range-for5.C
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/vla4.C
    branches/c++-concepts/gcc/testsuite/g++.dg/init/array24.C
    branches/c++-concepts/gcc/testsuite/g++.dg/init/new40.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/error15.C
    branches/c++-concepts/gcc/testsuite/g++.dg/parse/pr18770.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/crash106.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/crash112.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/crash84.C
    branches/c++-concepts/gcc/testsuite/g++.dg/template/dependent-args1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/torture/20070621-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wshadow-1.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wshadow-6.C
    branches/c++-concepts/gcc/testsuite/g++.dg/warn/Wshadow-7.C
    branches/c++-concepts/gcc/testsuite/g++.old-deja/g++.jason/cond.C
    branches/c++-concepts/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/binop-xor3.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/torture/alias-1.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/forwprop-26.c
    branches/c++-concepts/gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-d.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-f.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-ge-d.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-ge-f.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-gt-d.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm-gt-f.c
    branches/c++-concepts/gcc/testsuite/gcc.target/aarch64/vect-fcm.x
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/pr40887.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/unaligned-memcpy-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/unaligned-memcpy-3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/arm/unaligned-memcpy-4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_3.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_4.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_5.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/l_fma_float_6.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/rotate-1.c
    branches/c++-concepts/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c
    branches/c++-concepts/gcc/testsuite/gcc.target/mips/call-1.c
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bind_c_array_params.f03
    branches/c++-concepts/gcc/testsuite/gfortran.dg/bound_2.f90
    branches/c++-concepts/gcc/testsuite/lib/target-supports.exp
    branches/c++-concepts/gcc/trans-mem.c
    branches/c++-concepts/gcc/tree-cfg.c
    branches/c++-concepts/gcc/tree-cfgcleanup.c
    branches/c++-concepts/gcc/tree-dfa.c
    branches/c++-concepts/gcc/tree-eh.c
    branches/c++-concepts/gcc/tree-flow.h
    branches/c++-concepts/gcc/tree-inline.c
    branches/c++-concepts/gcc/tree-parloops.c
    branches/c++-concepts/gcc/tree-pretty-print.c
    branches/c++-concepts/gcc/tree-scalar-evolution.c
    branches/c++-concepts/gcc/tree-sra.c
    branches/c++-concepts/gcc/tree-ssa-alias.c
    branches/c++-concepts/gcc/tree-ssa-forwprop.c
    branches/c++-concepts/gcc/tree-ssa-loop-ch.c
    branches/c++-concepts/gcc/tree-ssa-loop-ivcanon.c
    branches/c++-concepts/gcc/tree-ssa-loop-niter.c
    branches/c++-concepts/gcc/tree-ssa-math-opts.c
    branches/c++-concepts/gcc/tree-ssa-sccvn.c
    branches/c++-concepts/gcc/tree-ssa-strlen.c
    branches/c++-concepts/gcc/tree-ssa-uninit.c
    branches/c++-concepts/gcc/tree-vect-data-refs.c
    branches/c++-concepts/gcc/tree-vect-generic.c
    branches/c++-concepts/gcc/tree-vect-loop-manip.c
    branches/c++-concepts/gcc/tree-vect-loop.c
    branches/c++-concepts/gcc/tree-vect-patterns.c
    branches/c++-concepts/gcc/tree-vect-slp.c
    branches/c++-concepts/gcc/tree-vectorizer.c
    branches/c++-concepts/gcc/tree-vectorizer.h
    branches/c++-concepts/gcc/tree-vrp.c
    branches/c++-concepts/gcc/tree.c
    branches/c++-concepts/gcc/tree.h
    branches/c++-concepts/gcc/varasm.c
    branches/c++-concepts/gcc/varpool.c
    branches/c++-concepts/gcc/web.c
    branches/c++-concepts/libgcc/ChangeLog
    branches/c++-concepts/libgcc/config/i386/cygming-crtbegin.c
    branches/c++-concepts/libgcc/fp-bit.c
    branches/c++-concepts/libgcc/fp-bit.h
    branches/c++-concepts/libgfortran/ChangeLog
    branches/c++-concepts/libgfortran/caf/libcaf.h
    branches/c++-concepts/libgfortran/io/open.c
    branches/c++-concepts/libgfortran/io/read.c
    branches/c++-concepts/libgfortran/io/unix.c
    branches/c++-concepts/libgfortran/runtime/environ.c
    branches/c++-concepts/libgfortran/runtime/pause.c
    branches/c++-concepts/libgfortran/runtime/stop.c
    branches/c++-concepts/libgomp/ChangeLog
    branches/c++-concepts/libiberty/ChangeLog
    branches/c++-concepts/libiberty/hashtab.c
    branches/c++-concepts/libitm/ChangeLog
    branches/c++-concepts/libsanitizer/ChangeLog
    branches/c++-concepts/libsanitizer/configure.tgt

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

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

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

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

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

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

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

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

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

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

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

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



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