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]

r199117 - in /branches/cilkplus: ./ ChangeLog M...


Author: bviyer
Date: Mon May 20 18:29:19 2013
New Revision: 199117

URL: http://gcc.gnu.org/viewcvs?rev=199117&root=gcc&view=rev
Log:
Merged with trunk at revision r199105.

Added:
    branches/cilkplus/libstdc++-v3/testsuite/20_util/exchange/
      - copied from r199105, trunk/libstdc++-v3/testsuite/20_util/exchange/
    branches/cilkplus/libstdc++-v3/testsuite/20_util/pair/astuple/
      - copied from r199105, trunk/libstdc++-v3/testsuite/20_util/pair/astuple/
    branches/cilkplus/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/unique_ptr/creation/
      - copied from r199105, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/creation/
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
      - copied from r199105, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
    branches/cilkplus/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
      - copied unchanged from r199105, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
Removed:
    branches/cilkplus/libstdc++-v3/testsuite/20_util/pair/get.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/cilkplus/libstdc++-v3/include/bits/basic_string.h
    branches/cilkplus/libstdc++-v3/include/bits/deque.tcc
    branches/cilkplus/libstdc++-v3/include/bits/list.tcc
    branches/cilkplus/libstdc++-v3/include/bits/shared_ptr.h
    branches/cilkplus/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_bvector.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_deque.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_iterator.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_list.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_vector.h
    branches/cilkplus/libstdc++-v3/include/bits/unique_ptr.h
    branches/cilkplus/libstdc++-v3/include/bits/vector.tcc
    branches/cilkplus/libstdc++-v3/include/debug/deque
    branches/cilkplus/libstdc++-v3/include/debug/list
    branches/cilkplus/libstdc++-v3/include/debug/vector
    branches/cilkplus/libstdc++-v3/include/ext/vstring.h
    branches/cilkplus/libstdc++-v3/include/profile/deque
    branches/cilkplus/libstdc++-v3/include/profile/list
    branches/cilkplus/libstdc++-v3/include/profile/vector
    branches/cilkplus/libstdc++-v3/include/std/system_error
    branches/cilkplus/libstdc++-v3/include/std/tuple
    branches/cilkplus/libstdc++-v3/include/std/typeindex
    branches/cilkplus/libstdc++-v3/include/std/utility
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.am
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
    branches/cilkplus/libstdc++-v3/libsupc++/bad_array_length.cc
    branches/cilkplus/libstdc++-v3/libsupc++/bad_array_new.cc
    branches/cilkplus/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/cilkplus/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/cilkplus/libstdc++-v3/src/c++11/system_error.cc
    branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc   (props changed)
    branches/cilkplus/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/util/exception/safety.h
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/lock-and-run.sh
      - copied unchanged from r199105, trunk/gcc/lock-and-run.sh
    branches/cilkplus/gcc/testsuite/c-c++-common/Wsequence-point-1.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/Wsequence-point-1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-1.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-1a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-1a.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-2.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-2.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-2a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-2a.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-3.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-3.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-3a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-3a.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-4.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-4.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-4a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-4a.c
    branches/cilkplus/gcc/testsuite/c-c++-common/rotate-5.c
      - copied unchanged from r199105, trunk/gcc/testsuite/c-c++-common/rotate-5.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-35.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-35.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist70.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/initlist70.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/range-for25.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/range-for25.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/ref-qual10.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual10.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/ref-qual11.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual11.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/ref-qual12.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual12.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic143.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp0x/variadic143.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp1y/vla5.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/cpp1y/vla5.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/complit13.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/ext/complit13.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/desig6.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/ext/desig6.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/sizeof-complit.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/ext/sizeof-complit.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/vector22.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/ext/vector22.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/pr31952-1.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/parse/pr31952-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/pr31952-2.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/parse/pr31952-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/pr31952-3.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/parse/pr31952-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/pr57175.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/pr57175.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/error50.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/template/error50.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/overload13.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/template/overload13.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/pr17410.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/template/pr17410.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr57235.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/torture/pr57235.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wsign-compare-6.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/warn/Wsign-compare-6.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.C
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.h
      - copied unchanged from r199105, trunk/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.h
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr57108.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.c-torture/compile/pr57108.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr57281.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.c-torture/execute/pr57281.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/remref-0.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/ipa/remref-0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/remref-1a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/ipa/remref-1a.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/remref-1b.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/ipa/remref-1b.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/remref-2a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/ipa/remref-2a.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/remref-2b.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/ipa/remref-2b.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/attr-weakref-1_0.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/attr-weakref-1_1.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/attr-weakref-1_2.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/lto/attr-weakref-1_2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr57286.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/pr57286.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr57300.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/pr57300.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-23.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/strlenopt-23.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-24.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/strlenopt-24.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-25.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/strlenopt-25.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-26.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/strlenopt-26.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr57214.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/torture/pr57214.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr57251.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/torture/pr57251.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/reassoc-28.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-28.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vector-shift-2.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/vector-shift-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vector-shift.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/vector-shift.c
    branches/cilkplus/gcc/testsuite/gcc.dg/visibility-21.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.dg/visibility-21.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr19599.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/arm/pr19599.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr57264.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/pr57264.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr57275.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/pr57275.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-3.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-3a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-3a.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-4.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-4a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-4a.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-5.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-5a.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/i386/rotate-5a.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/call-5.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/mips/call-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/call-6.c
      - copied unchanged from r199105, trunk/gcc/testsuite/gcc.target/mips/call-6.c
    branches/cilkplus/libgomp/testsuite/libgomp.c++/loop-13.C
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c++/loop-13.C
    branches/cilkplus/libgomp/testsuite/libgomp.c++/loop-14.C
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c++/loop-14.C
    branches/cilkplus/libgomp/testsuite/libgomp.c++/loop-15.C
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c++/loop-15.C
    branches/cilkplus/libgomp/testsuite/libgomp.c/loop-13.c
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c/loop-13.c
    branches/cilkplus/libgomp/testsuite/libgomp.c/loop-14.c
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c/loop-14.c
    branches/cilkplus/libgomp/testsuite/libgomp.c/loop-15.c
      - copied unchanged from r199105, trunk/libgomp/testsuite/libgomp.c/loop-15.c
Removed:
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr57108.c
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/compare_tests
    branches/cilkplus/contrib/config-list.mk
    branches/cilkplus/fixincludes/ChangeLog
    branches/cilkplus/fixincludes/fixincl.x
    branches/cilkplus/fixincludes/inclhack.def
    branches/cilkplus/fixincludes/tests/base/iso/math_iso.h
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/gcc-interface/Make-lang.in
    branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
    branches/cilkplus/gcc/bb-reorder.c
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/Make-lang.in
    branches/cilkplus/gcc/cfgcleanup.c
    branches/cilkplus/gcc/cfghooks.c
    branches/cilkplus/gcc/cfghooks.h
    branches/cilkplus/gcc/cfgloopmanip.c
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/cgraph.c
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/aarch64/aarch64-simd.md
    branches/cilkplus/gcc/config/aarch64/aarch64.c
    branches/cilkplus/gcc/config/aarch64/iterators.md
    branches/cilkplus/gcc/config/arm/arm-protos.h
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.h
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/arm/constraints.md
    branches/cilkplus/gcc/config/arm/predicates.md
    branches/cilkplus/gcc/config/arm/t-rtems-eabi
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/epiphany/epiphany.c
    branches/cilkplus/gcc/config/epiphany/epiphany.h
    branches/cilkplus/gcc/config/epiphany/epiphany.md
    branches/cilkplus/gcc/config/i386/cygming.h
    branches/cilkplus/gcc/config/i386/driver-i386.c
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.h
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/mmx.md
    branches/cilkplus/gcc/config/i386/rdos.h
    branches/cilkplus/gcc/config/i386/sse.md
    branches/cilkplus/gcc/config/i386/winnt.c
    branches/cilkplus/gcc/config/m68k/m68k.md
    branches/cilkplus/gcc/config/mips/constraints.md
    branches/cilkplus/gcc/config/mips/mips-protos.h
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/mips/mips.h
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/mips/predicates.md
    branches/cilkplus/gcc/config/mips/t-sde
    branches/cilkplus/gcc/config/picochip/picochip.c
    branches/cilkplus/gcc/config/rl78/rl78.c
    branches/cilkplus/gcc/config/rl78/rl78.md
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/sparc/openbsd64.h
    branches/cilkplus/gcc/config/sparc/sp64-elf.h
    branches/cilkplus/gcc/config/v850/t-rtems
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/convert.c
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/decl2.c
    branches/cilkplus/gcc/cp/method.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/diagnostic.c
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/install.texi
    branches/cilkplus/gcc/dwarf2asm.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/expmed.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/Make-lang.in
    branches/cilkplus/gcc/function.h
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/gdbinit.in
    branches/cilkplus/gcc/gengtype-state.c
    branches/cilkplus/gcc/gimple.c
    branches/cilkplus/gcc/go/ChangeLog
    branches/cilkplus/gcc/go/Make-lang.in
    branches/cilkplus/gcc/ipa-cp.c
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline-transform.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ipa-prop.h
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/ipa-ref.c
    branches/cilkplus/gcc/ipa-ref.h
    branches/cilkplus/gcc/ipa-utils.c
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/Make-lang.in
    branches/cilkplus/gcc/loop-unroll.c
    branches/cilkplus/gcc/lra-assigns.c
    branches/cilkplus/gcc/lto-cgraph.c
    branches/cilkplus/gcc/lto-symtab.c
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/Make-lang.in
    branches/cilkplus/gcc/lto/lto-partition.c
    branches/cilkplus/gcc/machmode.h
    branches/cilkplus/gcc/mode-switching.c
    branches/cilkplus/gcc/objc/ChangeLog
    branches/cilkplus/gcc/objc/Make-lang.in
    branches/cilkplus/gcc/objcp/ChangeLog
    branches/cilkplus/gcc/objcp/Make-lang.in
    branches/cilkplus/gcc/omp-low.c
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/recog.c
    branches/cilkplus/gcc/recog.h
    branches/cilkplus/gcc/reg-stack.c
    branches/cilkplus/gcc/reload.c
    branches/cilkplus/gcc/reorg.c
    branches/cilkplus/gcc/resource.c
    branches/cilkplus/gcc/resource.h
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/stor-layout.c
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/range-for5.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/pr18770.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash106.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash112.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/dependent-args1.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/20070621-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wdouble-promotion.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wshadow-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wshadow-6.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wshadow-7.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.jason/cond.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
    branches/cilkplus/gcc/testsuite/gcc.dg/binop-xor3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/fstack-protector-strong.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/alias-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/forwprop-26.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-d.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-f.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-ge-d.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-ge-f.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-gt-d.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm-gt-f.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fcm.x
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr40887.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/unaligned-memcpy-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/unaligned-memcpy-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/unaligned-memcpy-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/l_fma_float_6.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/rotate-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/call-1.c
    branches/cilkplus/gcc/trans-mem.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-pretty-print.c
    branches/cilkplus/gcc/tree-scalar-evolution.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-alias.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-loop-ch.c
    branches/cilkplus/gcc/tree-ssa-loop-ivcanon.c
    branches/cilkplus/gcc/tree-ssa-reassoc.c
    branches/cilkplus/gcc/tree-ssa-strlen.c
    branches/cilkplus/gcc/tree-vect-data-refs.c
    branches/cilkplus/gcc/tree-vect-generic.c
    branches/cilkplus/gcc/tree-vect-loop-manip.c
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-patterns.c
    branches/cilkplus/gcc/tree-vect-slp.c
    branches/cilkplus/gcc/tree-vectorizer.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/varasm.c
    branches/cilkplus/gcc/varpool.c
    branches/cilkplus/gcc/web.c
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/unwind-dw2.c
    branches/cilkplus/libgomp/ChangeLog
    branches/cilkplus/libjava/classpath/   (props changed)

Propchange: branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/cilkplus/
            ('svn:mergeinfo' modified)

Propchange: branches/cilkplus/libjava/classpath/
            ('svn:mergeinfo' modified)



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