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]

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


Author: bviyer
Date: Fri Jan 27 21:57:04 2012
New Revision: 183649

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


Added:
    branches/cilkplus/libstdc++-v3/src/c++11/
      - copied from r183644, trunk/libstdc++-v3/src/c++11/
    branches/cilkplus/libstdc++-v3/src/c++98/
      - copied from r183644, trunk/libstdc++-v3/src/c++98/
    branches/cilkplus/libstdc++-v3/src/shared/
      - copied from r183644, trunk/libstdc++-v3/src/shared/
Removed:
    branches/cilkplus/libstdc++-v3/src/allocator-inst.cc
    branches/cilkplus/libstdc++-v3/src/bitmap_allocator.cc
    branches/cilkplus/libstdc++-v3/src/chrono.cc
    branches/cilkplus/libstdc++-v3/src/codecvt.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-atomic-c++0x.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-c++0x.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-debug_list-2.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-debug_list.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-ldbl.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-list-2.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-list.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-parallel_list-2.cc
    branches/cilkplus/libstdc++-v3/src/compatibility-parallel_list.cc
    branches/cilkplus/libstdc++-v3/src/compatibility.cc
    branches/cilkplus/libstdc++-v3/src/complex_io.cc
    branches/cilkplus/libstdc++-v3/src/concept-inst.cc
    branches/cilkplus/libstdc++-v3/src/condition_variable.cc
    branches/cilkplus/libstdc++-v3/src/ctype.cc
    branches/cilkplus/libstdc++-v3/src/debug.cc
    branches/cilkplus/libstdc++-v3/src/ext-inst.cc
    branches/cilkplus/libstdc++-v3/src/fstream-inst.cc
    branches/cilkplus/libstdc++-v3/src/functexcept.cc
    branches/cilkplus/libstdc++-v3/src/functional.cc
    branches/cilkplus/libstdc++-v3/src/future.cc
    branches/cilkplus/libstdc++-v3/src/globals_io.cc
    branches/cilkplus/libstdc++-v3/src/hash-long-double-tr1-aux.cc
    branches/cilkplus/libstdc++-v3/src/hash_c++0x.cc
    branches/cilkplus/libstdc++-v3/src/hash_tr1.cc
    branches/cilkplus/libstdc++-v3/src/hashtable-aux.cc
    branches/cilkplus/libstdc++-v3/src/hashtable_c++0x.cc
    branches/cilkplus/libstdc++-v3/src/hashtable_tr1.cc
    branches/cilkplus/libstdc++-v3/src/ios-inst.cc
    branches/cilkplus/libstdc++-v3/src/ios.cc
    branches/cilkplus/libstdc++-v3/src/ios_failure.cc
    branches/cilkplus/libstdc++-v3/src/ios_init.cc
    branches/cilkplus/libstdc++-v3/src/ios_locale.cc
    branches/cilkplus/libstdc++-v3/src/iostream-inst.cc
    branches/cilkplus/libstdc++-v3/src/istream-inst.cc
    branches/cilkplus/libstdc++-v3/src/istream.cc
    branches/cilkplus/libstdc++-v3/src/limits.cc
    branches/cilkplus/libstdc++-v3/src/list.cc
    branches/cilkplus/libstdc++-v3/src/locale-inst.cc
    branches/cilkplus/libstdc++-v3/src/locale.cc
    branches/cilkplus/libstdc++-v3/src/locale_facets.cc
    branches/cilkplus/libstdc++-v3/src/locale_init.cc
    branches/cilkplus/libstdc++-v3/src/localename.cc
    branches/cilkplus/libstdc++-v3/src/math_stubs_float.cc
    branches/cilkplus/libstdc++-v3/src/math_stubs_long_double.cc
    branches/cilkplus/libstdc++-v3/src/misc-inst.cc
    branches/cilkplus/libstdc++-v3/src/mt_allocator.cc
    branches/cilkplus/libstdc++-v3/src/mutex.cc
    branches/cilkplus/libstdc++-v3/src/ostream-inst.cc
    branches/cilkplus/libstdc++-v3/src/parallel_settings.cc
    branches/cilkplus/libstdc++-v3/src/placeholders.cc
    branches/cilkplus/libstdc++-v3/src/pool_allocator.cc
    branches/cilkplus/libstdc++-v3/src/regex.cc
    branches/cilkplus/libstdc++-v3/src/shared_ptr.cc
    branches/cilkplus/libstdc++-v3/src/sstream-inst.cc
    branches/cilkplus/libstdc++-v3/src/stdexcept.cc
    branches/cilkplus/libstdc++-v3/src/streambuf-inst.cc
    branches/cilkplus/libstdc++-v3/src/streambuf.cc
    branches/cilkplus/libstdc++-v3/src/string-inst.cc
    branches/cilkplus/libstdc++-v3/src/strstream.cc
    branches/cilkplus/libstdc++-v3/src/system_error.cc
    branches/cilkplus/libstdc++-v3/src/thread.cc
    branches/cilkplus/libstdc++-v3/src/tree.cc
    branches/cilkplus/libstdc++-v3/src/valarray.cc
    branches/cilkplus/libstdc++-v3/src/wlocale-inst.cc
    branches/cilkplus/libstdc++-v3/src/wstring-inst.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/condition_variable_any/requirements/
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/Makefile.am
    branches/cilkplus/libstdc++-v3/Makefile.in
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/configure.ac
    branches/cilkplus/libstdc++-v3/doc/Makefile.in
    branches/cilkplus/libstdc++-v3/include/Makefile.in
    branches/cilkplus/libstdc++-v3/include/bits/atomic_base.h
    branches/cilkplus/libstdc++-v3/include/ext/atomicity.h
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.am
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
    branches/cilkplus/libstdc++-v3/libsupc++/typeinfo
    branches/cilkplus/libstdc++-v3/po/Makefile.in
    branches/cilkplus/libstdc++-v3/python/Makefile.in
    branches/cilkplus/libstdc++-v3/src/Makefile.am
    branches/cilkplus/libstdc++-v3/src/Makefile.in
    branches/cilkplus/libstdc++-v3/testsuite/20_util/system_clock/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
    branches/cilkplus/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc
    branches/cilkplus/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc
    branches/cilkplus/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc
    branches/cilkplus/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/config/i386/interix.opt
      - copied unchanged from r183644, trunk/gcc/config/i386/interix.opt
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/sfinae31.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae31.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/template10.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/ext/visibility/template10.C
    branches/cilkplus/gcc/testsuite/g++.dg/inherit/covariant20.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/inherit/covariant20.C
    branches/cilkplus/gcc/testsuite/g++.dg/lto/pr51992_0.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/lto/pr51992_0.C
    branches/cilkplus/gcc/testsuite/g++.dg/opt/pr51895.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/opt/pr51895.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/gc5.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/other/gc5.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/crash58.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/parse/crash58.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash111.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/template/crash111.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash112.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/template/crash112.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/using20.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/template/using20.C
    branches/cilkplus/gcc/testsuite/g++.dg/tm/pr51928.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/tm/pr51928.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr51959.C
      - copied unchanged from r183644, trunk/gcc/testsuite/g++.dg/torture/pr51959.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr51933.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.c-torture/execute/pr51933.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-4_0.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-4_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-4_1.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/lto/trans-mem-4_1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51957-1.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/pr51957-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51957-1.h
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/pr51957-1.h
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51957-2.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/pr51957-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51990-2.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/pr51990-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51990.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/pr51990.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tm/lto-1.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/tm/lto-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr50444.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/torture/pr50444.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr51949.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.dg/torture/pr51949.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr51968.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.target/arm/pr51968.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr51987.c
      - copied unchanged from r183644, trunk/gcc/testsuite/gcc.target/i386/pr51987.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_10.f03
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/class_allocate_10.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_11.f03
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/class_allocate_11.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_7.f03
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/class_allocate_7.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_8.f03
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/class_allocate_8.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_9.f03
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/class_allocate_9.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/elemental_args_check_5.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/elemental_args_check_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/gomp/pr48794-2.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/gomp/pr48794-2.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/move_alloc_12.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/move_alloc_12.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/move_alloc_13.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/move_alloc_13.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_proc_25.f90
      - copied unchanged from r183644, trunk/gcc/testsuite/gfortran.dg/typebound_proc_25.f90
    branches/cilkplus/gcc/testsuite/gnat.dg/discr33.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/discr33.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/discr34.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/discr34.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/discr34_pkg.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/discr34_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3_pkg1.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg1.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3_pkg1.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg1.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3_pkg2.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg2.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/limited_with3_pkg3.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg3.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/stack_usage1.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/stack_usage1.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/stack_usage1_pkg.adb
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/stack_usage1_pkg.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/stack_usage1_pkg.ads
      - copied unchanged from r183644, trunk/gcc/testsuite/gnat.dg/stack_usage1_pkg.ads
    branches/cilkplus/gcc/testsuite/go.test/test/alias.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/alias.go
    branches/cilkplus/gcc/testsuite/go.test/test/alias1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/alias1.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/garbage/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/bench/garbage/
    branches/cilkplus/gcc/testsuite/go.test/test/bench/go1/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/bench/go1/
    branches/cilkplus/gcc/testsuite/go.test/test/bench/shootout/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/bench/shootout/
    branches/cilkplus/gcc/testsuite/go.test/test/bugs/bug395.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/bugs/bug395.go
    branches/cilkplus/gcc/testsuite/go.test/test/chan/select7.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/chan/select7.go
    branches/cilkplus/gcc/testsuite/go.test/test/cmp.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/cmp.go
    branches/cilkplus/gcc/testsuite/go.test/test/complit1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/complit1.go
    branches/cilkplus/gcc/testsuite/go.test/test/convert1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/convert1.go
    branches/cilkplus/gcc/testsuite/go.test/test/crlf.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/crlf.go
    branches/cilkplus/gcc/testsuite/go.test/test/deferprint.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/deferprint.out
    branches/cilkplus/gcc/testsuite/go.test/test/dwarf/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/dwarf/
    branches/cilkplus/gcc/testsuite/go.test/test/escape2.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/escape2.go
    branches/cilkplus/gcc/testsuite/go.test/test/escape3.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/escape3.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug328.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug328.out
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug366.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug366.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug367.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug367.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug367.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug367.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug368.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug368.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug369.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug369.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug369.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug369.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug370.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug370.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug371.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug371.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug372.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug372.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug373.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug373.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug374.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug374.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug375.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug375.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug376.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug376.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug377.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug377.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug377.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug377.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug378.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug378.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug379.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug379.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug380.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug380.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug381.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug381.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug382.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug382.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug382.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug382.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug383.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug383.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug384.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug384.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug385_32.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug385_32.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug385_64.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug385_64.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug386.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug386.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug387.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug387.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug388.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug388.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug389.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug389.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug390.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug390.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug391.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug391.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug392.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug392.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug392.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug392.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug393.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug393.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug394.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug394.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug396.dir/
      - copied from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug396.dir/
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug396.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug396.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug397.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/fixedbugs/bug397.go
    branches/cilkplus/gcc/testsuite/go.test/test/goprint.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/goprint.out
    branches/cilkplus/gcc/testsuite/go.test/test/helloworld.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/helloworld.out
    branches/cilkplus/gcc/testsuite/go.test/test/init1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/init1.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/noeq.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/interface/noeq.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/recursive1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/interface/recursive1.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/recursive2.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/interface/recursive2.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx0.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/ken/cplx0.out
    branches/cilkplus/gcc/testsuite/go.test/test/ken/string.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/ken/string.out
    branches/cilkplus/gcc/testsuite/go.test/test/map1.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/map1.go
    branches/cilkplus/gcc/testsuite/go.test/test/nilptr.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/nilptr.go
    branches/cilkplus/gcc/testsuite/go.test/test/printbig.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/printbig.out
    branches/cilkplus/gcc/testsuite/go.test/test/reorder.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/reorder.go
    branches/cilkplus/gcc/testsuite/go.test/test/rune.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/rune.go
    branches/cilkplus/gcc/testsuite/go.test/test/sigchld.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/sigchld.out
    branches/cilkplus/gcc/testsuite/go.test/test/struct0.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/struct0.go
    branches/cilkplus/gcc/testsuite/go.test/test/switch3.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/switch3.go
    branches/cilkplus/gcc/testsuite/go.test/test/syntax/else.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/syntax/else.go
    branches/cilkplus/gcc/testsuite/go.test/test/times.out
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/times.out
    branches/cilkplus/gcc/testsuite/go.test/test/typeswitch3.go
      - copied unchanged from r183644, trunk/gcc/testsuite/go.test/test/typeswitch3.go
    branches/cilkplus/libgo/go/crypto/elliptic/p224.go
      - copied unchanged from r183644, trunk/libgo/go/crypto/elliptic/p224.go
    branches/cilkplus/libgo/go/crypto/elliptic/p224_test.go
      - copied unchanged from r183644, trunk/libgo/go/crypto/elliptic/p224_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/errors/
      - copied from r183644, trunk/libgo/go/crypto/openpgp/errors/
    branches/cilkplus/libgo/go/database/
      - copied from r183644, trunk/libgo/go/database/
    branches/cilkplus/libgo/go/encoding/xml/typeinfo.go
      - copied unchanged from r183644, trunk/libgo/go/encoding/xml/typeinfo.go
    branches/cilkplus/libgo/go/exp/proxy/
      - copied from r183644, trunk/libgo/go/exp/proxy/
    branches/cilkplus/libgo/go/exp/ssh/server_terminal.go
      - copied unchanged from r183644, trunk/libgo/go/exp/ssh/server_terminal.go
    branches/cilkplus/libgo/go/exp/utf8string/
      - copied from r183644, trunk/libgo/go/exp/utf8string/
    branches/cilkplus/libgo/go/go/doc/doc_test.go
      - copied unchanged from r183644, trunk/libgo/go/go/doc/doc_test.go
    branches/cilkplus/libgo/go/go/doc/reader.go
      - copied unchanged from r183644, trunk/libgo/go/go/doc/reader.go
    branches/cilkplus/libgo/go/go/doc/testdata/
      - copied from r183644, trunk/libgo/go/go/doc/testdata/
    branches/cilkplus/libgo/go/image/ycbcr_test.go
      - copied unchanged from r183644, trunk/libgo/go/image/ycbcr_test.go
    branches/cilkplus/libgo/go/net/doc.go
      - copied unchanged from r183644, trunk/libgo/go/net/doc.go
    branches/cilkplus/libgo/go/net/sockopt.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockopt.go
    branches/cilkplus/libgo/go/net/sockopt_bsd.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockopt_bsd.go
    branches/cilkplus/libgo/go/net/sockopt_linux.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockopt_linux.go
    branches/cilkplus/libgo/go/net/sockopt_windows.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockopt_windows.go
    branches/cilkplus/libgo/go/net/sockoptip.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip.go
    branches/cilkplus/libgo/go/net/sockoptip_bsd.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_bsd.go
    branches/cilkplus/libgo/go/net/sockoptip_darwin.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_darwin.go
    branches/cilkplus/libgo/go/net/sockoptip_freebsd.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_freebsd.go
    branches/cilkplus/libgo/go/net/sockoptip_linux.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_linux.go
    branches/cilkplus/libgo/go/net/sockoptip_openbsd.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_openbsd.go
    branches/cilkplus/libgo/go/net/sockoptip_windows.go
      - copied unchanged from r183644, trunk/libgo/go/net/sockoptip_windows.go
    branches/cilkplus/libgo/go/net/unicast_test.go
      - copied unchanged from r183644, trunk/libgo/go/net/unicast_test.go
    branches/cilkplus/libgo/go/os/doc.go
      - copied unchanged from r183644, trunk/libgo/go/os/doc.go
    branches/cilkplus/libgo/go/path/example_test.go
      - copied unchanged from r183644, trunk/libgo/go/path/example_test.go
    branches/cilkplus/libgo/go/syscall/exec_bsd.go
      - copied unchanged from r183644, trunk/libgo/go/syscall/exec_bsd.go
    branches/cilkplus/libgo/go/syscall/exec_linux.go
      - copied unchanged from r183644, trunk/libgo/go/syscall/exec_linux.go
    branches/cilkplus/libgo/runtime/go-nosys.c
      - copied unchanged from r183644, trunk/libgo/runtime/go-nosys.c
    branches/cilkplus/libitm/clearcap.map
      - copied unchanged from r183644, trunk/libitm/clearcap.map
Removed:
    branches/cilkplus/config/mh-interix
    branches/cilkplus/gcc/config/i386/i386-interix3.h
    branches/cilkplus/gcc/config/interix.h
    branches/cilkplus/gcc/config/interix.opt
    branches/cilkplus/gcc/config/interix3.h
    branches/cilkplus/gcc/testsuite/ada/acats/tests/cxh/cxh1001.a
    branches/cilkplus/gcc/testsuite/go.test/test/bench/Makefile
    branches/cilkplus/gcc/testsuite/go.test/test/bench/binary-tree-freelist.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/binary-tree-freelist.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/binary-tree.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/binary-tree.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/binary-tree.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/chameneosredux.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/chameneosredux.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/chameneosredux.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fannkuch-parallel.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fannkuch-parallel.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fannkuch.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fannkuch.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fannkuch.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fasta-1000.out
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fasta.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fasta.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/fasta.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/k-nucleotide-parallel.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/k-nucleotide-parallel.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/k-nucleotide.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/k-nucleotide.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/k-nucleotide.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/mandelbrot.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/mandelbrot.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/mandelbrot.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/meteor-contest.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/meteor-contest.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/meteor-contest.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/nbody.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/nbody.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/nbody.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/pidigits.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/pidigits.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/pidigits.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/regex-dna-parallel.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/regex-dna-parallel.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/regex-dna.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/regex-dna.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/regex-dna.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/reverse-complement.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/reverse-complement.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/reverse-complement.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/spectral-norm-parallel.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/spectral-norm.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/spectral-norm.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/spectral-norm.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/threadring.c
    branches/cilkplus/gcc/testsuite/go.test/test/bench/threadring.go
    branches/cilkplus/gcc/testsuite/go.test/test/bench/threadring.txt
    branches/cilkplus/gcc/testsuite/go.test/test/bench/timing.log
    branches/cilkplus/gcc/testsuite/go.test/test/bench/timing.sh
    branches/cilkplus/gcc/testsuite/go.test/test/cmp2.go
    branches/cilkplus/gcc/testsuite/go.test/test/cmp3.go
    branches/cilkplus/gcc/testsuite/go.test/test/cmp4.go
    branches/cilkplus/gcc/testsuite/go.test/test/cmp5.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug220.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug268.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug270.go
    branches/cilkplus/gcc/testsuite/go.test/test/garbage/
    branches/cilkplus/gcc/testsuite/go.test/test/ken/simpprint.go
    branches/cilkplus/gcc/testsuite/go.test/test/nilptr/
    branches/cilkplus/libgcc/config/rs6000/t-linux64
    branches/cilkplus/libgo/go/crypto/openpgp/error/
    branches/cilkplus/libgo/go/encoding/xml/embed_test.go
    branches/cilkplus/libgo/go/exp/sql/
    branches/cilkplus/libgo/go/exp/ssh/server_shell.go
    branches/cilkplus/libgo/go/exp/ssh/server_shell_test.go
    branches/cilkplus/libgo/go/exp/template/
    branches/cilkplus/libgo/go/testing/wrapper.go
    branches/cilkplus/libgo/go/unicode/utf8/string.go
    branches/cilkplus/libgo/go/unicode/utf8/string_test.go
    branches/cilkplus/libgomp/config/linux/arm/
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/config/ChangeLog
    branches/cilkplus/config/picflag.m4
    branches/cilkplus/configure
    branches/cilkplus/configure.ac
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/a-calend.adb
    branches/cilkplus/gcc/ada/a-calend.ads
    branches/cilkplus/gcc/ada/a-catizo.adb
    branches/cilkplus/gcc/ada/a-catizo.ads
    branches/cilkplus/gcc/ada/a-cbdlli.adb
    branches/cilkplus/gcc/ada/a-cbdlli.ads
    branches/cilkplus/gcc/ada/a-cbhama.ads
    branches/cilkplus/gcc/ada/a-cbhase.ads
    branches/cilkplus/gcc/ada/a-cborma.ads
    branches/cilkplus/gcc/ada/a-cborse.ads
    branches/cilkplus/gcc/ada/a-cdlili.adb
    branches/cilkplus/gcc/ada/a-cdlili.ads
    branches/cilkplus/gcc/ada/a-cidlli.adb
    branches/cilkplus/gcc/ada/a-cidlli.ads
    branches/cilkplus/gcc/ada/a-cihama.ads
    branches/cilkplus/gcc/ada/a-cihase.ads
    branches/cilkplus/gcc/ada/a-ciorma.ads
    branches/cilkplus/gcc/ada/a-ciorse.ads
    branches/cilkplus/gcc/ada/a-cobove.ads
    branches/cilkplus/gcc/ada/a-cohama.ads
    branches/cilkplus/gcc/ada/a-cohase.ads
    branches/cilkplus/gcc/ada/a-coinve.ads
    branches/cilkplus/gcc/ada/a-convec.ads
    branches/cilkplus/gcc/ada/a-coorma.ads
    branches/cilkplus/gcc/ada/a-coorse.ads
    branches/cilkplus/gcc/ada/a-textio.adb
    branches/cilkplus/gcc/ada/adadecode.c
    branches/cilkplus/gcc/ada/aspects.adb
    branches/cilkplus/gcc/ada/aspects.ads
    branches/cilkplus/gcc/ada/errout.adb
    branches/cilkplus/gcc/ada/errout.ads
    branches/cilkplus/gcc/ada/exp_ch4.adb
    branches/cilkplus/gcc/ada/exp_ch9.adb
    branches/cilkplus/gcc/ada/exp_util.adb
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/gcc-interface/ada-tree.h
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/gigi.h
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils.c
    branches/cilkplus/gcc/ada/get_scos.adb
    branches/cilkplus/gcc/ada/par-ch13.adb
    branches/cilkplus/gcc/ada/projects.texi
    branches/cilkplus/gcc/ada/put_scos.adb
    branches/cilkplus/gcc/ada/s-utf_32.adb
    branches/cilkplus/gcc/ada/scos.ads
    branches/cilkplus/gcc/ada/sem_ch10.adb
    branches/cilkplus/gcc/ada/sem_ch12.adb
    branches/cilkplus/gcc/ada/sem_ch13.adb
    branches/cilkplus/gcc/ada/sem_ch3.adb
    branches/cilkplus/gcc/ada/sem_ch6.adb
    branches/cilkplus/gcc/ada/sem_ch9.adb
    branches/cilkplus/gcc/ada/sem_prag.adb
    branches/cilkplus/gcc/ada/sem_prag.ads
    branches/cilkplus/gcc/ada/sem_res.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/snames.ads-tmpl
    branches/cilkplus/gcc/ada/sprint.adb
    branches/cilkplus/gcc/ada/sprint.ads
    branches/cilkplus/gcc/ada/sysdep.c
    branches/cilkplus/gcc/alias.c
    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-cppbuiltin.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/alpha/alpha.c
    branches/cilkplus/gcc/config/arm/arm.c
    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/predicates.md
    branches/cilkplus/gcc/config/frv/frv.c
    branches/cilkplus/gcc/config/i386/i386-interix.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/i386/t-interix
    branches/cilkplus/gcc/config/i386/winnt.c
    branches/cilkplus/gcc/config/m32c/m32c.c
    branches/cilkplus/gcc/config/m68k/m68k.c
    branches/cilkplus/gcc/config/m68k/sync.md
    branches/cilkplus/gcc/config/microblaze/microblaze.c
    branches/cilkplus/gcc/config/mips/mips-ps-3d.md
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/s390/s390.h
    branches/cilkplus/gcc/config/s390/s390.opt
    branches/cilkplus/gcc/config/sparc/predicates.md
    branches/cilkplus/gcc/config/sparc/sparc.c
    branches/cilkplus/gcc/config/sparc/sync.md
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.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/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/tree.c
    branches/cilkplus/gcc/cse.c
    branches/cilkplus/gcc/cselib.c
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/md.texi
    branches/cilkplus/gcc/doc/rtl.texi
    branches/cilkplus/gcc/doc/tm.texi
    branches/cilkplus/gcc/doc/tm.texi.in
    branches/cilkplus/gcc/dse.c
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/check.c
    branches/cilkplus/gcc/fortran/class.c
    branches/cilkplus/gcc/fortran/expr.c
    branches/cilkplus/gcc/fortran/frontend-passes.c
    branches/cilkplus/gcc/fortran/match.c
    branches/cilkplus/gcc/fortran/primary.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/trans-array.c
    branches/cilkplus/gcc/fortran/trans-array.h
    branches/cilkplus/gcc/fortran/trans-decl.c
    branches/cilkplus/gcc/fortran/trans-expr.c
    branches/cilkplus/gcc/fortran/trans-intrinsic.c
    branches/cilkplus/gcc/fortran/trans-stmt.c
    branches/cilkplus/gcc/fortran/trans.h
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/go/gofrontend/expressions.cc
    branches/cilkplus/gcc/go/gofrontend/expressions.h
    branches/cilkplus/gcc/go/gofrontend/gogo-tree.cc
    branches/cilkplus/gcc/go/gofrontend/gogo.cc
    branches/cilkplus/gcc/go/gofrontend/gogo.h
    branches/cilkplus/gcc/go/gofrontend/lex.cc
    branches/cilkplus/gcc/go/gofrontend/lex.h
    branches/cilkplus/gcc/go/gofrontend/parse.cc
    branches/cilkplus/gcc/go/gofrontend/parse.h
    branches/cilkplus/gcc/go/gofrontend/statements.cc
    branches/cilkplus/gcc/go/gofrontend/statements.h
    branches/cilkplus/gcc/gtm-builtins.def
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/incpath.c
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/lang.c
    branches/cilkplus/gcc/lto-wrapper.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/gcc.pot
    branches/cilkplus/gcc/postreload-gcse.c
    branches/cilkplus/gcc/ree.c
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/sched-deps.c
    branches/cilkplus/gcc/sel-sched-ir.h
    branches/cilkplus/gcc/store-motion.c
    branches/cilkplus/gcc/target.def
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/ada/acats/run_all.sh
    branches/cilkplus/gcc/testsuite/c-c++-common/tm/omp.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/nested-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/template9.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/template-id-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr51344.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/scal-to-vec1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/atomic-flag.c
    branches/cilkplus/gcc/testsuite/gcc.dg/builtins-config.h
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-1_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-1_1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-2_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-3_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/trans-mem-3_1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/memcpy-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr44194-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr45416.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr46309.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50908-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/avr/torture/int24-mul.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/allocate_alloc_opt_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/reassoc_4.f
    branches/cilkplus/gcc/testsuite/go.test/go-test.exp
    branches/cilkplus/gcc/testsuite/go.test/test/append.go
    branches/cilkplus/gcc/testsuite/go.test/test/blank.go
    branches/cilkplus/gcc/testsuite/go.test/test/blank1.go
    branches/cilkplus/gcc/testsuite/go.test/test/chan/doubleselect.go
    branches/cilkplus/gcc/testsuite/go.test/test/chan/nonblock.go
    branches/cilkplus/gcc/testsuite/go.test/test/chan/perm.go
    branches/cilkplus/gcc/testsuite/go.test/test/closure.go
    branches/cilkplus/gcc/testsuite/go.test/test/complit.go
    branches/cilkplus/gcc/testsuite/go.test/test/ddd1.go
    branches/cilkplus/gcc/testsuite/go.test/test/deferprint.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug014.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug027.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug067.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug070.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug093.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug108.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug113.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug141.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug148.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug175.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug200.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug213.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug242.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug286.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug309.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug328.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug340.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug363.go
    branches/cilkplus/gcc/testsuite/go.test/test/fixedbugs/bug365.go
    branches/cilkplus/gcc/testsuite/go.test/test/func4.go
    branches/cilkplus/gcc/testsuite/go.test/test/golden.out
    branches/cilkplus/gcc/testsuite/go.test/test/goprint.go
    branches/cilkplus/gcc/testsuite/go.test/test/helloworld.go
    branches/cilkplus/gcc/testsuite/go.test/test/indirect1.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/fail.go
    branches/cilkplus/gcc/testsuite/go.test/test/interface/returntype.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx0.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx2.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx3.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx4.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/cplx5.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/intervar.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/label.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/rob1.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/rob2.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/simpswitch.go
    branches/cilkplus/gcc/testsuite/go.test/test/ken/string.go
    branches/cilkplus/gcc/testsuite/go.test/test/mallocfin.go
    branches/cilkplus/gcc/testsuite/go.test/test/mallocrep.go
    branches/cilkplus/gcc/testsuite/go.test/test/nil.go
    branches/cilkplus/gcc/testsuite/go.test/test/peano.go
    branches/cilkplus/gcc/testsuite/go.test/test/printbig.go
    branches/cilkplus/gcc/testsuite/go.test/test/run
    branches/cilkplus/gcc/testsuite/go.test/test/sigchld.go
    branches/cilkplus/gcc/testsuite/go.test/test/sinit.go
    branches/cilkplus/gcc/testsuite/go.test/test/switch.go
    branches/cilkplus/gcc/testsuite/go.test/test/turing.go
    branches/cilkplus/gcc/testsuite/go.test/test/typeswitch2.go
    branches/cilkplus/gcc/testsuite/go.test/test/zerodivide.go
    branches/cilkplus/gcc/testsuite/lib/go-torture.exp
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/trans-mem.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-parloops.c
    branches/cilkplus/gcc/tree-predcom.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/include/ChangeLog
    branches/cilkplus/include/dwarf2.h
    branches/cilkplus/libada/ChangeLog
    branches/cilkplus/libada/configure
    branches/cilkplus/libcpp/po/ChangeLog
    branches/cilkplus/libcpp/po/cpplib.pot
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/src/m68k/sysv.S
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/rs6000/t-linux
    branches/cilkplus/libgcc/config/rs6000/t-ppc64-fp
    branches/cilkplus/libgcc/configure
    branches/cilkplus/libgo/MERGE
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/config.h.in
    branches/cilkplus/libgo/configure
    branches/cilkplus/libgo/configure.ac
    branches/cilkplus/libgo/go/bytes/buffer.go
    branches/cilkplus/libgo/go/bytes/buffer_test.go
    branches/cilkplus/libgo/go/bytes/example_test.go
    branches/cilkplus/libgo/go/container/heap/heap.go
    branches/cilkplus/libgo/go/crypto/ecdsa/ecdsa.go
    branches/cilkplus/libgo/go/crypto/ecdsa/ecdsa_test.go
    branches/cilkplus/libgo/go/crypto/elliptic/elliptic.go
    branches/cilkplus/libgo/go/crypto/elliptic/elliptic_test.go
    branches/cilkplus/libgo/go/crypto/hmac/hmac.go
    branches/cilkplus/libgo/go/crypto/hmac/hmac_test.go
    branches/cilkplus/libgo/go/crypto/md4/md4.go
    branches/cilkplus/libgo/go/crypto/md5/md5.go
    branches/cilkplus/libgo/go/crypto/ocsp/ocsp_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/armor/armor.go
    branches/cilkplus/libgo/go/crypto/openpgp/canonical_text.go
    branches/cilkplus/libgo/go/crypto/openpgp/canonical_text_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/keys.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/compressed.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/encrypted_key.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/one_pass_signature.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/packet.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/packet_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/private_key.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/public_key.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/reader.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/signature.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go
    branches/cilkplus/libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/read.go
    branches/cilkplus/libgo/go/crypto/openpgp/read_test.go
    branches/cilkplus/libgo/go/crypto/openpgp/s2k/s2k.go
    branches/cilkplus/libgo/go/crypto/openpgp/write.go
    branches/cilkplus/libgo/go/crypto/openpgp/write_test.go
    branches/cilkplus/libgo/go/crypto/ripemd160/ripemd160.go
    branches/cilkplus/libgo/go/crypto/sha1/sha1.go
    branches/cilkplus/libgo/go/crypto/sha256/sha256.go
    branches/cilkplus/libgo/go/crypto/sha512/sha512.go
    branches/cilkplus/libgo/go/crypto/tls/cipher_suites.go
    branches/cilkplus/libgo/go/crypto/tls/common.go
    branches/cilkplus/libgo/go/crypto/tls/conn.go
    branches/cilkplus/libgo/go/crypto/tls/generate_cert.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_client.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_messages.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_server.go
    branches/cilkplus/libgo/go/crypto/tls/handshake_server_test.go
    branches/cilkplus/libgo/go/crypto/tls/key_agreement.go
    branches/cilkplus/libgo/go/crypto/tls/root_unix.go
    branches/cilkplus/libgo/go/crypto/tls/tls.go
    branches/cilkplus/libgo/go/crypto/x509/cert_pool.go
    branches/cilkplus/libgo/go/crypto/x509/x509.go
    branches/cilkplus/libgo/go/debug/gosym/pclntab_test.go
    branches/cilkplus/libgo/go/encoding/asn1/asn1.go
    branches/cilkplus/libgo/go/encoding/asn1/asn1_test.go
    branches/cilkplus/libgo/go/encoding/asn1/marshal_test.go
    branches/cilkplus/libgo/go/encoding/gob/debug.go
    branches/cilkplus/libgo/go/encoding/gob/decode.go
    branches/cilkplus/libgo/go/encoding/gob/dump.go
    branches/cilkplus/libgo/go/encoding/gob/encoder_test.go
    branches/cilkplus/libgo/go/encoding/json/decode.go
    branches/cilkplus/libgo/go/encoding/json/decode_test.go
    branches/cilkplus/libgo/go/encoding/json/encode.go
    branches/cilkplus/libgo/go/encoding/json/encode_test.go
    branches/cilkplus/libgo/go/encoding/json/tagkey_test.go
    branches/cilkplus/libgo/go/encoding/xml/atom_test.go
    branches/cilkplus/libgo/go/encoding/xml/marshal.go
    branches/cilkplus/libgo/go/encoding/xml/marshal_test.go
    branches/cilkplus/libgo/go/encoding/xml/read.go
    branches/cilkplus/libgo/go/encoding/xml/read_test.go
    branches/cilkplus/libgo/go/encoding/xml/xml_test.go
    branches/cilkplus/libgo/go/exp/gotype/testdata/test1.go
    branches/cilkplus/libgo/go/exp/inotify/inotify_linux_test.go
    branches/cilkplus/libgo/go/exp/norm/input.go
    branches/cilkplus/libgo/go/exp/norm/normalize.go
    branches/cilkplus/libgo/go/exp/norm/normalize_test.go
    branches/cilkplus/libgo/go/exp/norm/readwriter.go
    branches/cilkplus/libgo/go/exp/norm/trie_test.go
    branches/cilkplus/libgo/go/exp/ssh/client.go
    branches/cilkplus/libgo/go/exp/ssh/doc.go
    branches/cilkplus/libgo/go/exp/ssh/messages.go
    branches/cilkplus/libgo/go/exp/ssh/session.go
    branches/cilkplus/libgo/go/exp/ssh/session_test.go
    branches/cilkplus/libgo/go/exp/ssh/tcpip.go
    branches/cilkplus/libgo/go/exp/ssh/transport.go
    branches/cilkplus/libgo/go/exp/ssh/transport_test.go
    branches/cilkplus/libgo/go/exp/terminal/terminal.go
    branches/cilkplus/libgo/go/exp/terminal/terminal_test.go
    branches/cilkplus/libgo/go/exp/types/check_test.go
    branches/cilkplus/libgo/go/exp/types/gcimporter.go
    branches/cilkplus/libgo/go/exp/types/universe.go
    branches/cilkplus/libgo/go/flag/flag.go
    branches/cilkplus/libgo/go/flag/flag_test.go
    branches/cilkplus/libgo/go/fmt/doc.go
    branches/cilkplus/libgo/go/fmt/fmt_test.go
    branches/cilkplus/libgo/go/go/ast/ast.go
    branches/cilkplus/libgo/go/go/ast/filter.go
    branches/cilkplus/libgo/go/go/ast/print.go
    branches/cilkplus/libgo/go/go/ast/print_test.go
    branches/cilkplus/libgo/go/go/ast/scope.go
    branches/cilkplus/libgo/go/go/build/build.go
    branches/cilkplus/libgo/go/go/build/dir.go
    branches/cilkplus/libgo/go/go/build/path.go
    branches/cilkplus/libgo/go/go/build/pkgtest/sqrt_test.go
    branches/cilkplus/libgo/go/go/build/pkgtest/xsqrt_test.go
    branches/cilkplus/libgo/go/go/doc/comment.go
    branches/cilkplus/libgo/go/go/doc/doc.go
    branches/cilkplus/libgo/go/go/doc/example.go
    branches/cilkplus/libgo/go/go/doc/exports.go
    branches/cilkplus/libgo/go/go/doc/filter.go
    branches/cilkplus/libgo/go/go/doc/headscan.go
    branches/cilkplus/libgo/go/go/parser/interface.go
    branches/cilkplus/libgo/go/go/parser/parser.go
    branches/cilkplus/libgo/go/go/parser/parser_test.go
    branches/cilkplus/libgo/go/go/printer/printer.go
    branches/cilkplus/libgo/go/go/printer/printer_test.go
    branches/cilkplus/libgo/go/go/scanner/scanner.go
    branches/cilkplus/libgo/go/go/scanner/scanner_test.go
    branches/cilkplus/libgo/go/go/token/position.go
    branches/cilkplus/libgo/go/go/token/position_test.go
    branches/cilkplus/libgo/go/go/token/token.go
    branches/cilkplus/libgo/go/hash/adler32/adler32.go
    branches/cilkplus/libgo/go/hash/crc32/crc32.go
    branches/cilkplus/libgo/go/hash/crc64/crc64.go
    branches/cilkplus/libgo/go/hash/fnv/fnv.go
    branches/cilkplus/libgo/go/hash/hash.go
    branches/cilkplus/libgo/go/html/foreign.go
    branches/cilkplus/libgo/go/html/node.go
    branches/cilkplus/libgo/go/html/parse.go
    branches/cilkplus/libgo/go/html/parse_test.go
    branches/cilkplus/libgo/go/html/render.go
    branches/cilkplus/libgo/go/html/template/doc.go
    branches/cilkplus/libgo/go/html/template/escape_test.go
    branches/cilkplus/libgo/go/html/token.go
    branches/cilkplus/libgo/go/image/color/color.go
    branches/cilkplus/libgo/go/image/color/ycbcr.go
    branches/cilkplus/libgo/go/image/draw/draw.go
    branches/cilkplus/libgo/go/image/geom.go
    branches/cilkplus/libgo/go/image/image.go
    branches/cilkplus/libgo/go/image/jpeg/reader.go
    branches/cilkplus/libgo/go/image/names.go
    branches/cilkplus/libgo/go/image/tiff/reader.go
    branches/cilkplus/libgo/go/image/ycbcr.go
    branches/cilkplus/libgo/go/io/ioutil/ioutil.go
    branches/cilkplus/libgo/go/io/ioutil/ioutil_test.go
    branches/cilkplus/libgo/go/log/syslog/syslog.go
    branches/cilkplus/libgo/go/log/syslog/syslog_test.go
    branches/cilkplus/libgo/go/math/all_test.go
    branches/cilkplus/libgo/go/math/big/nat.go
    branches/cilkplus/libgo/go/math/rand/rand.go
    branches/cilkplus/libgo/go/math/rand/rand_test.go
    branches/cilkplus/libgo/go/mime/mediatype.go
    branches/cilkplus/libgo/go/mime/mediatype_test.go
    branches/cilkplus/libgo/go/mime/type.go
    branches/cilkplus/libgo/go/net/dnsclient_unix.go
    branches/cilkplus/libgo/go/net/fd.go
    branches/cilkplus/libgo/go/net/fd_windows.go
    branches/cilkplus/libgo/go/net/file_test.go
    branches/cilkplus/libgo/go/net/http/cgi/host.go
    branches/cilkplus/libgo/go/net/http/cgi/host_test.go
    branches/cilkplus/libgo/go/net/http/client.go
    branches/cilkplus/libgo/go/net/http/client_test.go
    branches/cilkplus/libgo/go/net/http/cookie.go
    branches/cilkplus/libgo/go/net/http/doc.go
    branches/cilkplus/libgo/go/net/http/fs_test.go
    branches/cilkplus/libgo/go/net/http/httputil/dump.go
    branches/cilkplus/libgo/go/net/http/httputil/reverseproxy.go
    branches/cilkplus/libgo/go/net/http/readrequest_test.go
    branches/cilkplus/libgo/go/net/http/request.go
    branches/cilkplus/libgo/go/net/http/requestwrite_test.go
    branches/cilkplus/libgo/go/net/http/serve_test.go
    branches/cilkplus/libgo/go/net/http/server.go
    branches/cilkplus/libgo/go/net/http/transport.go
    branches/cilkplus/libgo/go/net/interface.go
    branches/cilkplus/libgo/go/net/ipraw_test.go
    branches/cilkplus/libgo/go/net/iprawsock_plan9.go
    branches/cilkplus/libgo/go/net/iprawsock_posix.go
    branches/cilkplus/libgo/go/net/ipsock_plan9.go
    branches/cilkplus/libgo/go/net/ipsock_posix.go
    branches/cilkplus/libgo/go/net/lookup_plan9.go
    branches/cilkplus/libgo/go/net/lookup_unix.go
    branches/cilkplus/libgo/go/net/lookup_windows.go
    branches/cilkplus/libgo/go/net/multicast_test.go
    branches/cilkplus/libgo/go/net/net.go
    branches/cilkplus/libgo/go/net/pipe.go
    branches/cilkplus/libgo/go/net/rpc/server_test.go
    branches/cilkplus/libgo/go/net/sendfile_linux.go
    branches/cilkplus/libgo/go/net/server_test.go
    branches/cilkplus/libgo/go/net/smtp/auth.go
    branches/cilkplus/libgo/go/net/sock.go
    branches/cilkplus/libgo/go/net/sock_bsd.go
    branches/cilkplus/libgo/go/net/sock_linux.go
    branches/cilkplus/libgo/go/net/sock_windows.go
    branches/cilkplus/libgo/go/net/tcpsock_plan9.go
    branches/cilkplus/libgo/go/net/tcpsock_posix.go
    branches/cilkplus/libgo/go/net/textproto/reader.go
    branches/cilkplus/libgo/go/net/textproto/reader_test.go
    branches/cilkplus/libgo/go/net/timeout_test.go
    branches/cilkplus/libgo/go/net/udpsock_plan9.go
    branches/cilkplus/libgo/go/net/udpsock_posix.go
    branches/cilkplus/libgo/go/net/unixsock_plan9.go
    branches/cilkplus/libgo/go/net/unixsock_posix.go
    branches/cilkplus/libgo/go/net/url/url.go
    branches/cilkplus/libgo/go/net/url/url_test.go
    branches/cilkplus/libgo/go/old/netchan/common.go
    branches/cilkplus/libgo/go/old/regexp/regexp.go
    branches/cilkplus/libgo/go/os/dir.go
    branches/cilkplus/libgo/go/os/dir_plan9.go
    branches/cilkplus/libgo/go/os/dir_unix.go
    branches/cilkplus/libgo/go/os/env_test.go
    branches/cilkplus/libgo/go/os/error_plan9.go
    branches/cilkplus/libgo/go/os/error_posix.go
    branches/cilkplus/libgo/go/os/exec/lp_unix.go
    branches/cilkplus/libgo/go/os/exec/lp_windows.go
    branches/cilkplus/libgo/go/os/exec_plan9.go
    branches/cilkplus/libgo/go/os/exec_unix.go
    branches/cilkplus/libgo/go/os/exec_windows.go
    branches/cilkplus/libgo/go/os/file.go
    branches/cilkplus/libgo/go/os/file_posix.go
    branches/cilkplus/libgo/go/os/file_unix.go
    branches/cilkplus/libgo/go/os/os_test.go
    branches/cilkplus/libgo/go/os/os_unix_test.go
    branches/cilkplus/libgo/go/os/path.go
    branches/cilkplus/libgo/go/os/path_test.go
    branches/cilkplus/libgo/go/os/stat_openbsd.go
    branches/cilkplus/libgo/go/os/sys_bsd.go
    branches/cilkplus/libgo/go/os/sys_linux.go
    branches/cilkplus/libgo/go/os/sys_plan9.go
    branches/cilkplus/libgo/go/os/types.go
    branches/cilkplus/libgo/go/patch/textdiff.go
    branches/cilkplus/libgo/go/reflect/all_test.go
    branches/cilkplus/libgo/go/reflect/type.go
    branches/cilkplus/libgo/go/reflect/value.go
    branches/cilkplus/libgo/go/regexp/all_test.go
    branches/cilkplus/libgo/go/regexp/exec.go
    branches/cilkplus/libgo/go/regexp/regexp.go
    branches/cilkplus/libgo/go/regexp/syntax/compile.go
    branches/cilkplus/libgo/go/regexp/syntax/prog.go
    branches/cilkplus/libgo/go/regexp/syntax/prog_test.go
    branches/cilkplus/libgo/go/regexp/syntax/regexp.go
    branches/cilkplus/libgo/go/runtime/debug.go
    branches/cilkplus/libgo/go/runtime/extern.go
    branches/cilkplus/libgo/go/runtime/gc_test.go
    branches/cilkplus/libgo/go/sort/sort.go
    branches/cilkplus/libgo/go/strconv/extfloat.go
    branches/cilkplus/libgo/go/strconv/fp_test.go
    branches/cilkplus/libgo/go/strconv/ftoa.go
    branches/cilkplus/libgo/go/strconv/ftoa_test.go
    branches/cilkplus/libgo/go/strconv/quote.go
    branches/cilkplus/libgo/go/strconv/quote_test.go
    branches/cilkplus/libgo/go/sync/atomic/atomic_test.go
    branches/cilkplus/libgo/go/syscall/env_unix.go
    branches/cilkplus/libgo/go/syscall/exec_unix.go
    branches/cilkplus/libgo/go/syscall/socket.go
    branches/cilkplus/libgo/go/syscall/syscall.go
    branches/cilkplus/libgo/go/syscall/syscall_unix.go
    branches/cilkplus/libgo/go/testing/benchmark.go
    branches/cilkplus/libgo/go/testing/example.go
    branches/cilkplus/libgo/go/testing/testing.go
    branches/cilkplus/libgo/go/text/template/doc.go
    branches/cilkplus/libgo/go/text/template/exec.go
    branches/cilkplus/libgo/go/text/template/exec_test.go
    branches/cilkplus/libgo/go/text/template/multi_test.go
    branches/cilkplus/libgo/go/text/template/parse/node.go
    branches/cilkplus/libgo/go/text/template/parse/parse_test.go
    branches/cilkplus/libgo/go/text/template/template.go
    branches/cilkplus/libgo/go/time/format.go
    branches/cilkplus/libgo/go/time/sleep.go
    branches/cilkplus/libgo/go/time/tick.go
    branches/cilkplus/libgo/go/time/time.go
    branches/cilkplus/libgo/go/time/time_test.go
    branches/cilkplus/libgo/go/websocket/hixie.go
    branches/cilkplus/libgo/go/websocket/hybi.go
    branches/cilkplus/libgo/go/websocket/websocket.go
    branches/cilkplus/libgo/mksysinfo.sh
    branches/cilkplus/libgo/runtime/malloc.goc
    branches/cilkplus/libgo/runtime/malloc.h
    branches/cilkplus/libgo/runtime/mgc0.c
    branches/cilkplus/libgo/runtime/runtime.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libgo/runtime/runtime1.goc
    branches/cilkplus/libgo/runtime/thread-linux.c
    branches/cilkplus/libgo/testsuite/gotest
    branches/cilkplus/libgomp/ChangeLog
    branches/cilkplus/libgomp/configure.tgt
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/configure
    branches/cilkplus/libiberty/make-relative-prefix.c
    branches/cilkplus/libitm/ChangeLog
    branches/cilkplus/libitm/Makefile.am
    branches/cilkplus/libitm/Makefile.in
    branches/cilkplus/libitm/acinclude.m4
    branches/cilkplus/libitm/config/linux/rwlock.cc
    branches/cilkplus/libitm/config/x86/sjlj.S
    branches/cilkplus/libitm/config/x86/target.h
    branches/cilkplus/libitm/configure
    branches/cilkplus/libitm/configure.ac
    branches/cilkplus/libitm/libitm.h
    branches/cilkplus/libitm/libitm.map
    branches/cilkplus/libitm/testsuite/Makefile.in

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]