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]

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


Author: hjl
Date: Mon Nov 14 19:57:58 2011
New Revision: 181362

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

Added:
    branches/cilkplus/libstdc++-v3/libsupc++/eh_tm.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/libsupc++/eh_tm.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc_min.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc_min.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc_min.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc_min.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/shared_ptr/creation/private.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/creation/private.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit2.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit2.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/debug/alloc_prop.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/alloc_prop.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/cmath/
      - copied from r181350, trunk/libstdc++-v3/testsuite/26_numerics/cmath/
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/complex/51083.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/26_numerics/complex/51083.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc_min.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc_min.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc
    branches/cilkplus/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc
    branches/cilkplus/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc
      - copied unchanged from r181350, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/configure.ac
    branches/cilkplus/libstdc++-v3/doc/xml/manual/configure.xml
    branches/cilkplus/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/cilkplus/libstdc++-v3/doc/xml/manual/using.xml
    branches/cilkplus/libstdc++-v3/include/Makefile.am
    branches/cilkplus/libstdc++-v3/include/Makefile.in
    branches/cilkplus/libstdc++-v3/include/bits/alloc_traits.h
    branches/cilkplus/libstdc++-v3/include/bits/allocator.h
    branches/cilkplus/libstdc++-v3/include/bits/atomic_base.h
    branches/cilkplus/libstdc++-v3/include/bits/ptr_traits.h
    branches/cilkplus/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_vector.h
    branches/cilkplus/libstdc++-v3/include/c_global/cmath
    branches/cilkplus/libstdc++-v3/include/debug/vector
    branches/cilkplus/libstdc++-v3/include/ext/alloc_traits.h
    branches/cilkplus/libstdc++-v3/include/ext/pointer.h
    branches/cilkplus/libstdc++-v3/include/ext/type_traits.h
    branches/cilkplus/libstdc++-v3/include/precompiled/stdc++.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/cilkplus/libstdc++-v3/include/profile/unordered_map
    branches/cilkplus/libstdc++-v3/include/profile/unordered_set
    branches/cilkplus/libstdc++-v3/include/profile/vector
    branches/cilkplus/libstdc++-v3/include/std/complex
    branches/cilkplus/libstdc++-v3/include/std/future
    branches/cilkplus/libstdc++-v3/include/std/mutex
    branches/cilkplus/libstdc++-v3/include/std/scoped_allocator
    branches/cilkplus/libstdc++-v3/include/tr1/cmath
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.am
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
    branches/cilkplus/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/cilkplus/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/25_algorithms/max/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/25_algorithms/min/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/25_algorithms/minmax/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc
    branches/cilkplus/libstdc++-v3/testsuite/29_atomics/headers/atomic/macros.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/config/asmcfi.m4
      - copied unchanged from r181350, trunk/config/asmcfi.m4
    branches/cilkplus/config/mmap.m4
      - copied unchanged from r181350, trunk/config/mmap.m4
    branches/cilkplus/gcc/config/cris/constraints.md
      - copied unchanged from r181350, trunk/gcc/config/cris/constraints.md
    branches/cilkplus/gcc/gtm-builtins.def
      - copied unchanged from r181350, trunk/gcc/gtm-builtins.def
    branches/cilkplus/gcc/testsuite/c-c++-common/tm/
      - copied from r181350, trunk/gcc/testsuite/c-c++-common/tm/
    branches/cilkplus/gcc/testsuite/c-c++-common/uninit-pr51010.c
      - copied unchanged from r181350, trunk/gcc/testsuite/c-c++-common/uninit-pr51010.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-0.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-0.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-10.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-10.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-11.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-11.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-12.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-12.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-2.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-3.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-4.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-5.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-6.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-6.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-7.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-7.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-8.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-9.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-9.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype35.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/decltype35.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted33.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted33.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/noexcept16.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept16.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/sfinae29.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae29.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/static_assert5.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/static_assert5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic119.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/cpp0x/variadic119.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/alias-decl-attr1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/ext/alias-decl-attr1.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/alias-decl-attr2.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/ext/alias-decl-attr2.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/alias-decl-attr3.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/ext/alias-decl-attr3.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/alias-decl-attr4.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/ext/alias-decl-attr4.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/template8.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/ext/visibility/template8.C
    branches/cilkplus/gcc/testsuite/g++.dg/opt/stack2.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/opt/stack2.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/template26.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/parse/template26.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/conv12.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/conv12.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/linkage1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/linkage1.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/lookup9.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/lookup9.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/lvalue2.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/lvalue2.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/nontype25.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/nontype25.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/virtual1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/template/virtual1.C
    branches/cilkplus/gcc/testsuite/g++.dg/tm/
      - copied from r181350, trunk/gcc/testsuite/g++.dg/tm/
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-2.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/ref-temp1.C
      - copied unchanged from r181350, trunk/gcc/testsuite/g++.dg/warn/ref-temp1.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr51077.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.c-torture/compile/pr51077.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr51023.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.c-torture/execute/pr51023.c
    branches/cilkplus/gcc/testsuite/gcc.dg/atomic-flag.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/atomic-flag.c
    branches/cilkplus/gcc/testsuite/gcc.dg/debug/dwarf2/asm-line1.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/asm-line1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51012-1.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/pr51012-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51012-2.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/pr51012-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51039.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/pr51039.c
    branches/cilkplus/gcc/testsuite/gcc.dg/split-5.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/split-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tm/
      - copied from r181350, trunk/gcc/testsuite/gcc.dg/tm/
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr51042.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/torture/pr51042.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr51070.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/torture/pr51070.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr51071.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/torture/pr51071.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-6.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-1.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-2.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-1.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/fast-math-vect-call-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/pr51000.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/pr51000.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/pr51015.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.dg/vect/pr51015.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcov-12.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.misc-tests/gcov-12.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcov-13.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.misc-tests/gcov-13.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcov-14.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.misc-tests/gcov-14.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcov-15.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.misc-tests/gcov-15.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcovpart-13b.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.misc-tests/gcovpart-13b.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-cvt-3.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.target/i386/avx-cvt-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-gather-1.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.target/i386/avx2-gather-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-gather-2.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.target/i386/avx2-gather-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-gather-3.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.target/i386/avx2-gather-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx2-gather-4.c
      - copied unchanged from r181350, trunk/gcc/testsuite/gcc.target/i386/avx2-gather-4.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/forall_16.f90
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/forall_16.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/initialization_29.f90
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/initialization_29.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_call_21.f03
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/typebound_call_21.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_call_22.f03
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/typebound_call_22.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/vect/pr51058-2.f90
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/vect/pr51058-2.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/vect/pr51058.f90
      - copied unchanged from r181350, trunk/gcc/testsuite/gfortran.dg/vect/pr51058.f90
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_1.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_1.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_2.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_2.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_3.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_3.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_4.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_4.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_5.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_5.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_6.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_6.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_7.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_7.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_8.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_8.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/atomic6_pkg.ads
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/atomic6_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization9.adb
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/loop_optimization9.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization9.ads
      - copied unchanged from r181350, trunk/gcc/testsuite/gnat.dg/loop_optimization9.ads
    branches/cilkplus/gcc/trans-mem.c
      - copied unchanged from r181350, trunk/gcc/trans-mem.c
    branches/cilkplus/gcc/trans-mem.h
      - copied unchanged from r181350, trunk/gcc/trans-mem.h
    branches/cilkplus/libgcc/gthr-posix.h
      - copied unchanged from r181350, trunk/libgcc/gthr-posix.h
    branches/cilkplus/libitm/
      - copied from r181350, trunk/libitm/
Removed:
    branches/cilkplus/gcc/testsuite/g++.dg/abi/mangle4.C
    branches/cilkplus/gcc/testsuite/gfortran.dg/open_dev_null.f90
    branches/cilkplus/libgcc/config/bfin/t-elf
    branches/cilkplus/libgcc/config/gthr-posix.h
    branches/cilkplus/libgcc/config/pa/t-stublib64
    branches/cilkplus/libgo/runtime/go-panic-defer.c
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/Makefile.def
    branches/cilkplus/Makefile.in
    branches/cilkplus/Makefile.tpl
    branches/cilkplus/config/ChangeLog
    branches/cilkplus/configure
    branches/cilkplus/configure.ac
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/compare_tests
    branches/cilkplus/contrib/gcc_update
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/Make-generated.in
    branches/cilkplus/gcc/ada/a-cohama.adb
    branches/cilkplus/gcc/ada/a-cohama.ads
    branches/cilkplus/gcc/ada/aspects.adb
    branches/cilkplus/gcc/ada/aspects.ads
    branches/cilkplus/gcc/ada/atree.ads
    branches/cilkplus/gcc/ada/exp_alfa.adb
    branches/cilkplus/gcc/ada/exp_ch5.adb
    branches/cilkplus/gcc/ada/exp_ch6.adb
    branches/cilkplus/gcc/ada/exp_ch8.adb
    branches/cilkplus/gcc/ada/exp_ch8.ads
    branches/cilkplus/gcc/ada/exp_util.adb
    branches/cilkplus/gcc/ada/exp_util.ads
    branches/cilkplus/gcc/ada/fe.h
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/g-socket.adb
    branches/cilkplus/gcc/ada/g-socket.ads
    branches/cilkplus/gcc/ada/gcc-interface/Make-lang.in
    branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
    branches/cilkplus/gcc/ada/gcc-interface/gigi.h
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/gnat_ugn.texi
    branches/cilkplus/gcc/ada/sem_ch4.adb
    branches/cilkplus/gcc/ada/sem_ch6.adb
    branches/cilkplus/gcc/ada/sem_res.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/sigtramp-ppcvxw.c
    branches/cilkplus/gcc/addresses.h
    branches/cilkplus/gcc/attribs.c
    branches/cilkplus/gcc/bb-reorder.c
    branches/cilkplus/gcc/bb-reorder.h
    branches/cilkplus/gcc/builtin-attrs.def
    branches/cilkplus/gcc/builtin-types.def
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/builtins.def
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c-family/c-pretty-print.c
    branches/cilkplus/gcc/c-parser.c
    branches/cilkplus/gcc/c-tree.h
    branches/cilkplus/gcc/c-typeck.c
    branches/cilkplus/gcc/caller-save.c
    branches/cilkplus/gcc/calls.c
    branches/cilkplus/gcc/cfgbuild.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/cgraph.c
    branches/cilkplus/gcc/cgraph.h
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/config.in
    branches/cilkplus/gcc/config/alpha/elf.h
    branches/cilkplus/gcc/config/arm/arm-cores.def
    branches/cilkplus/gcc/config/arm/arm-tables.opt
    branches/cilkplus/gcc/config/arm/arm-tune.md
    branches/cilkplus/gcc/config/arm/bpabi.h
    branches/cilkplus/gcc/config/avr/avr-protos.h
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/avr.md
    branches/cilkplus/gcc/config/avr/constraints.md
    branches/cilkplus/gcc/config/bfin/bfin.h
    branches/cilkplus/gcc/config/cris/cris.c
    branches/cilkplus/gcc/config/cris/cris.h
    branches/cilkplus/gcc/config/cris/cris.md
    branches/cilkplus/gcc/config/elfos.h
    branches/cilkplus/gcc/config/i386/avx2intrin.h
    branches/cilkplus/gcc/config/i386/constraints.md
    branches/cilkplus/gcc/config/i386/i386-builtin-types.def
    branches/cilkplus/gcc/config/i386/i386-protos.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/i386/sse.md
    branches/cilkplus/gcc/config/pa/pa-linux.h
    branches/cilkplus/gcc/config/pa/pa.c
    branches/cilkplus/gcc/config/pa/pa.h
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/rs6000.md
    branches/cilkplus/gcc/config/rs6000/vector.md
    branches/cilkplus/gcc/config/sh/linux.h
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.h
    branches/cilkplus/gcc/config/sparc/linux.h
    branches/cilkplus/gcc/config/sparc/linux64.h
    branches/cilkplus/gcc/config/sparc/sparc-protos.h
    branches/cilkplus/gcc/config/sparc/sparc.c
    branches/cilkplus/gcc/config/sparc/sparc.md
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/coverage.c
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-gimplify.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/decl2.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/except.c
    branches/cilkplus/gcc/cp/friend.c
    branches/cilkplus/gcc/cp/init.c
    branches/cilkplus/gcc/cp/method.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/parser.h
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/search.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/tree.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/cprop.c
    branches/cilkplus/gcc/defaults.h
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/gcov.texi
    branches/cilkplus/gcc/doc/install.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/md.texi
    branches/cilkplus/gcc/doc/tm.texi
    branches/cilkplus/gcc/doc/tm.texi.in
    branches/cilkplus/gcc/dwarf2asm.c
    branches/cilkplus/gcc/dwarf2cfi.c
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/expr.h
    branches/cilkplus/gcc/final.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/class.c
    branches/cilkplus/gcc/fortran/expr.c
    branches/cilkplus/gcc/fortran/gfortran.texi
    branches/cilkplus/gcc/fortran/intrinsic.c
    branches/cilkplus/gcc/fortran/intrinsic.h
    branches/cilkplus/gcc/fortran/intrinsic.texi
    branches/cilkplus/gcc/fortran/invoke.texi
    branches/cilkplus/gcc/fortran/io.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/simplify.c
    branches/cilkplus/gcc/fortran/symbol.c
    branches/cilkplus/gcc/fortran/trans-decl.c
    branches/cilkplus/gcc/fortran/trans-types.c
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/function.h
    branches/cilkplus/gcc/gcov-dump.c
    branches/cilkplus/gcc/gcov-io.h
    branches/cilkplus/gcc/gcov.c
    branches/cilkplus/gcc/gengtype.c
    branches/cilkplus/gcc/genopinit.c
    branches/cilkplus/gcc/gimple-fold.c
    branches/cilkplus/gcc/gimple-low.c
    branches/cilkplus/gcc/gimple-pretty-print.c
    branches/cilkplus/gcc/gimple-streamer-in.c
    branches/cilkplus/gcc/gimple.c
    branches/cilkplus/gcc/gimple.def
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/gsstruct.def
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/incpath.c
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ira-conflicts.c
    branches/cilkplus/gcc/ira-costs.c
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/builtins.c
    branches/cilkplus/gcc/lto-opts.c
    branches/cilkplus/gcc/objc/ChangeLog
    branches/cilkplus/gcc/objc/objc-next-runtime-abi-01.c
    branches/cilkplus/gcc/omp-low.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/optabs.h
    branches/cilkplus/gcc/opts-common.c
    branches/cilkplus/gcc/opts.c
    branches/cilkplus/gcc/output.h
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/print-tree.c
    branches/cilkplus/gcc/recog.c
    branches/cilkplus/gcc/reg-notes.def
    branches/cilkplus/gcc/regcprop.c
    branches/cilkplus/gcc/regrename.c
    branches/cilkplus/gcc/reload.c
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/rtlanal.c
    branches/cilkplus/gcc/sync-builtins.def
    branches/cilkplus/gcc/system.h
    branches/cilkplus/gcc/target.def
    branches/cilkplus/gcc/targhooks.c
    branches/cilkplus/gcc/targhooks.h
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/charset/charset.exp
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic60.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic74.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
    branches/cilkplus/gcc/testsuite/g++.dg/dfp/dfp.exp
    branches/cilkplus/gcc/testsuite/g++.dg/dg.exp
    branches/cilkplus/gcc/testsuite/g++.dg/eh/builtin1.C
    branches/cilkplus/gcc/testsuite/g++.dg/eh/builtin2.C
    branches/cilkplus/gcc/testsuite/g++.dg/eh/builtin3.C
    branches/cilkplus/gcc/testsuite/g++.dg/eh/new1.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/anon-struct4.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/anon8.C
    branches/cilkplus/gcc/testsuite/g++.dg/gcov/gcov.exp
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/gomp.exp
    branches/cilkplus/gcc/testsuite/g++.dg/graphite/graphite.exp
    branches/cilkplus/gcc/testsuite/g++.dg/init/brace2.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/brace6.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/new11.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/null1.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/pr29571.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/forscope2.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/anon3.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/linkage1.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/template21.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/typedef8.C
    branches/cilkplus/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp
    branches/cilkplus/gcc/testsuite/g++.dg/template/arg2.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash45.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash53.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/error44.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/nontype13.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/sfinae6_neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/void9.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/diag-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/diag-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/tls.exp
    branches/cilkplus/gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/vect/vect.exp
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wconversion-null-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/anonymous-namespace-3.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.abi/arraynew.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.benjamin/p12475.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/cvt1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/enum11.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/enum8.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/enum9.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/friend3.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/init2.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/init4.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/misc14.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.brendan/new3.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.eh/new1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.eh/new2.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.jason/cond.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.jason/new.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.law/friend1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.law/init1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.law/operators32.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.mike/net46.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.mike/p755.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/anon9.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/linkage1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/linkage2.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/linkage4.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/new6.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/enum6.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/explicit70.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/ptrmem6.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/t29.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/t30.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/old-deja.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/atomic-invalid.c
    branches/cilkplus/gcc/testsuite/gcc.dg/atomic-noinline-aux.c
    branches/cilkplus/gcc/testsuite/gcc.dg/atomic-noinline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pragma-align-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-16.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-32.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-4.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vshuf-8.inc
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/20031015-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/gcov.exp
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-cvt-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr49781-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/20080410-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr21255-2-ml.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/inquire_size.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/io_constraints_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/string_5.f90
    branches/cilkplus/gcc/testsuite/lib/g++-dg.exp
    branches/cilkplus/gcc/testsuite/lib/gcc-simulate-thread.exp
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/timevar.def
    branches/cilkplus/gcc/toplev.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-data-ref.c
    branches/cilkplus/gcc/tree-data-ref.h
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-inline.h
    branches/cilkplus/gcc/tree-loop-distribution.c
    branches/cilkplus/gcc/tree-object-size.c
    branches/cilkplus/gcc/tree-pass.h
    branches/cilkplus/gcc/tree-pretty-print.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-alias.c
    branches/cilkplus/gcc/tree-ssa-dce.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-operands.c
    branches/cilkplus/gcc/tree-ssa-phiopt.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-propagate.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-stdarg.c
    branches/cilkplus/gcc/tree-vect-data-refs.c
    branches/cilkplus/gcc/tree-vect-generic.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-vect-stmts.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.def
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/varasm.c
    branches/cilkplus/gcc/vec.h
    branches/cilkplus/include/ChangeLog
    branches/cilkplus/include/demangle.h
    branches/cilkplus/libada/ChangeLog
    branches/cilkplus/libada/Makefile.in
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/aclocal.m4
    branches/cilkplus/libffi/configure
    branches/cilkplus/libffi/configure.ac
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/arm/t-elf
    branches/cilkplus/libgcc/config/arm/t-strongarm-elf
    branches/cilkplus/libgcc/config/avr/lib1funcs.S
    branches/cilkplus/libgcc/config/avr/t-avr
    branches/cilkplus/libgcc/config/c6x/t-elf
    branches/cilkplus/libgcc/config/gthr-lynx.h
    branches/cilkplus/libgcc/config/gthr-vxworks.h
    branches/cilkplus/libgcc/config/h8300/t-h8300
    branches/cilkplus/libgcc/config/i386/morestack.S
    branches/cilkplus/libgcc/config/lm32/t-elf
    branches/cilkplus/libgcc/config/m32r/t-m32r
    branches/cilkplus/libgcc/config/mcore/t-mcore
    branches/cilkplus/libgcc/config/mips/t-elf
    branches/cilkplus/libgcc/config/mmix/t-mmix
    branches/cilkplus/libgcc/config/pa/t-stublib
    branches/cilkplus/libgcc/config/pdp11/t-pdp11
    branches/cilkplus/libgcc/config/picochip/t-picochip
    branches/cilkplus/libgcc/config/rs6000/gthr-aix.h
    branches/cilkplus/libgcc/config/rs6000/linux-unwind.h
    branches/cilkplus/libgcc/config/sh/t-sh
    branches/cilkplus/libgcc/config/spu/t-elf
    branches/cilkplus/libgcc/config/stormy16/t-stormy16
    branches/cilkplus/libgcc/config/t-openbsd-thread
    branches/cilkplus/libgcc/config/t-rtems
    branches/cilkplus/libgcc/config/t-vxworks
    branches/cilkplus/libgcc/configure
    branches/cilkplus/libgcc/configure.ac
    branches/cilkplus/libgcc/generic-morestack.c
    branches/cilkplus/libgcc/libgcc-std.ver.in
    branches/cilkplus/libgcc/libgcov.c
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/Makefile.in
    branches/cilkplus/libgfortran/aclocal.m4
    branches/cilkplus/libgfortran/config.h.in
    branches/cilkplus/libgfortran/configure
    branches/cilkplus/libgfortran/configure.ac
    branches/cilkplus/libgfortran/intrinsics/c99_functions.c
    branches/cilkplus/libgfortran/intrinsics/clock.c
    branches/cilkplus/libgfortran/intrinsics/cpu_time.c
    branches/cilkplus/libgfortran/intrinsics/ctime.c
    branches/cilkplus/libgfortran/intrinsics/date_and_time.c
    branches/cilkplus/libgfortran/intrinsics/execute_command_line.c
    branches/cilkplus/libgfortran/intrinsics/exit.c
    branches/cilkplus/libgfortran/intrinsics/extends_type_of.c
    branches/cilkplus/libgfortran/intrinsics/gerror.c
    branches/cilkplus/libgfortran/intrinsics/kill.c
    branches/cilkplus/libgfortran/intrinsics/malloc.c
    branches/cilkplus/libgfortran/intrinsics/move_alloc.c
    branches/cilkplus/libgfortran/intrinsics/perror.c
    branches/cilkplus/libgfortran/intrinsics/random.c
    branches/cilkplus/libgfortran/intrinsics/signal.c
    branches/cilkplus/libgfortran/intrinsics/stat.c
    branches/cilkplus/libgfortran/intrinsics/system.c
    branches/cilkplus/libgfortran/intrinsics/system_clock.c
    branches/cilkplus/libgfortran/intrinsics/time.c
    branches/cilkplus/libgfortran/intrinsics/time_1.h
    branches/cilkplus/libgfortran/intrinsics/umask.c
    branches/cilkplus/libgfortran/io/format.c
    branches/cilkplus/libgfortran/io/inquire.c
    branches/cilkplus/libgfortran/io/intrinsics.c
    branches/cilkplus/libgfortran/io/io.h
    branches/cilkplus/libgfortran/io/open.c
    branches/cilkplus/libgfortran/io/transfer.c
    branches/cilkplus/libgfortran/io/unix.c
    branches/cilkplus/libgfortran/io/write.c
    branches/cilkplus/libgfortran/io/write_float.def
    branches/cilkplus/libgfortran/runtime/backtrace.c
    branches/cilkplus/libgfortran/runtime/compile_options.c
    branches/cilkplus/libgfortran/runtime/error.c
    branches/cilkplus/libgfortran/runtime/main.c
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/runtime/go-defer.c
    branches/cilkplus/libgo/runtime/go-deferred-recover.c
    branches/cilkplus/libgo/runtime/go-go.c
    branches/cilkplus/libgo/runtime/go-main.c
    branches/cilkplus/libgo/runtime/go-panic.c
    branches/cilkplus/libgo/runtime/go-panic.h
    branches/cilkplus/libgo/runtime/go-recover.c
    branches/cilkplus/libgo/runtime/go-unwind.c
    branches/cilkplus/libgo/runtime/mgc0.c
    branches/cilkplus/libgo/runtime/proc.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/cp-demangle.c
    branches/cilkplus/libquadmath/ChangeLog
    branches/cilkplus/libquadmath/quadmath-imp.h

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



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